Trace number 243408

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACSAT 3.89541 3.93908

DiagnosticValue
CHECKS339800
NODES49250

General information on the benchmark

Namedimacs/aim-200/
aim-200-2-0-sat-1_ext.xml
MD5SUMaf2df3d3b8677967a4965ef9f4e5c9de
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.038993
SatisfiableYES
(Un)Satisfiability was proved
Number of variables200
Number of constraints386
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension386
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/243408-1168085660/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=200  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.41	       =>  wckTime=0.106  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.41	   
0.41	   constraints being loaded...
0.54	     nbConstraints=386  nbRelationTypes=17  nbExtensionStructures=17  nbSharedExtensionStructures=369
0.54	     nbConflictsStructures=17  nbSharedConflictsStructures=369  nbSharedBinaryRepresentations=1  maxDegree=6  maxArity=3
0.54	       =>  wckTime=0.235  cpuTime=0.16  mem=8M902
0.58	   
0.58	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.468  cpuTime=0.32  mem=17M578
0.78	   
0.78	   preprocessing
0.78	     nbConstraintChecks=0  nbPropagations=200  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.78	     detectedInconsistency=no
0.78	       =>  wckTime=0.0080  cpuTime=0.0  mem=17M578
0.82	   
0.82	   search
0.82	     run=0  nbConstraintChecks=272  nbValidityChecks=168  nbPropagations=338  nbRevisions=328  nbUselessRevisions=206
0.82	     nbAssignments=62  nbFailedAssignments=6  nbBacktracks=16  nbVisitedNodes=77  nbRestartNogoods=0  mapSize=11
0.82	     nbInferences=0  nbTooLargeKeys=0
0.82	       =>  wckTime=0.048  cpuTime=0.03  mem=17M578
0.84	   
0.84	   search
0.84	     run=1  nbConstraintChecks=638  nbValidityChecks=404  nbPropagations=863  nbRevisions=1131  nbUselessRevisions=722
0.84	     nbAssignments=148  nbFailedAssignments=14  nbBacktracks=35  nbVisitedNodes=174  nbRestartNogoods=3  mapSize=20
0.84	     nbInferences=0  nbTooLargeKeys=0
0.84	       =>  wckTime=0.067  cpuTime=0.04  mem=17M578
0.86	   
0.86	   search
0.86	     run=2  nbConstraintChecks=1037  nbValidityChecks=725  nbPropagations=1596  nbRevisions=2489
0.86	     nbUselessRevisions=1606  nbAssignments=260  nbFailedAssignments=22  nbBacktracks=61  nbVisitedNodes=299
0.86	     nbRestartNogoods=5  mapSize=28  nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.088  cpuTime=0.06  mem=17M578
0.88	   
0.88	   search
0.88	     run=3  nbConstraintChecks=1391  nbValidityChecks=1109  nbPropagations=2545  nbRevisions=4397
0.88	     nbUselessRevisions=2843  nbAssignments=369  nbFailedAssignments=29  nbBacktracks=112  nbVisitedNodes=425
0.88	     nbRestartNogoods=10  mapSize=43  nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.108  cpuTime=0.07  mem=17M578
0.90	   
0.90	   search
0.90	     run=4  nbConstraintChecks=1984  nbValidityChecks=1740  nbPropagations=3818  nbRevisions=7183
0.90	     nbUselessRevisions=4640  nbAssignments=528  nbFailedAssignments=49  nbBacktracks=168  nbVisitedNodes=615
0.90	     nbRestartNogoods=12  mapSize=67  nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.131  cpuTime=0.09  mem=17M578
0.93	   
0.93	   search
0.93	     run=5  nbConstraintChecks=2757  nbValidityChecks=2753  nbPropagations=5539  nbRevisions=11177
0.93	     nbUselessRevisions=7195  nbAssignments=691  nbFailedAssignments=76  nbBacktracks=251  nbVisitedNodes=833
0.93	     nbRestartNogoods=19  mapSize=118  nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.158  cpuTime=0.11  mem=17M578
0.96	   
0.96	   search
0.96	     run=6  nbConstraintChecks=3655  nbValidityChecks=4191  nbPropagations=7822  nbRevisions=16812
0.96	     nbUselessRevisions=10829  nbAssignments=886  nbFailedAssignments=99  nbBacktracks=364  nbVisitedNodes=1084
0.96	     nbRestartNogoods=22  mapSize=165  nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.183  cpuTime=0.14  mem=17M578
0.99	   
0.99	   search
0.99	     run=7  nbConstraintChecks=4691  nbValidityChecks=5849  nbPropagations=10747  nbRevisions=24229
0.99	     nbUselessRevisions=15589  nbAssignments=1147  nbFailedAssignments=141  nbBacktracks=535  nbVisitedNodes=1436
0.99	     nbRestartNogoods=26  mapSize=250  nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.213  cpuTime=0.16  mem=17M578
1.05	   
1.05	   search
1.05	     run=8  nbConstraintChecks=6653  nbValidityChecks=9164  nbPropagations=14923  nbRevisions=35307
1.05	     nbUselessRevisions=22719  nbAssignments=1565  nbFailedAssignments=211  nbBacktracks=798  nbVisitedNodes=1992
1.05	     nbRestartNogoods=30  mapSize=379  nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.274  cpuTime=0.21  mem=17M578
1.11	   
1.11	   search
1.11	     run=9  nbConstraintChecks=9501  nbValidityChecks=14809  nbPropagations=21093  nbRevisions=53301
1.11	     nbUselessRevisions=34677  nbAssignments=2082  nbFailedAssignments=280  nbBacktracks=1182  nbVisitedNodes=2640
1.11	     nbRestartNogoods=39  mapSize=502  nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.341  cpuTime=0.27  mem=17M578
1.21	   
1.21	   search
1.21	     run=10  nbConstraintChecks=12930  nbValidityChecks=21099  nbPropagations=29504  nbRevisions=78854
1.21	     nbUselessRevisions=51799  nbAssignments=2804  nbFailedAssignments=387  nbBacktracks=1760  nbVisitedNodes=3587
1.22	     nbRestartNogoods=44  mapSize=724  nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.442  cpuTime=0.36  mem=18M554
1.30	   
1.30	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=18M554)
1.32	   
1.32	   search
1.32	     run=11  nbConstraintChecks=19839  nbValidityChecks=34022  nbPropagations=42164  nbRevisions=119034
1.32	     nbUselessRevisions=78942  nbAssignments=3925  nbFailedAssignments=595  nbBacktracks=2624  nbVisitedNodes=5122
1.32	     nbRestartNogoods=47
1.32	       =>  wckTime=0.55  cpuTime=0.47  mem=18M554
1.41	   
1.41	   search
1.41	     run=12  nbConstraintChecks=27953  nbValidityChecks=48813  nbPropagations=59767  nbRevisions=176203
1.41	     nbUselessRevisions=117751  nbAssignments=5597  nbFailedAssignments=925  nbBacktracks=3922  nbVisitedNodes=7469
1.41	     nbRestartNogoods=61
1.41	       =>  wckTime=0.638  cpuTime=0.55  mem=18M554
1.56	   
1.56	   search
1.56	     run=13  nbConstraintChecks=44330  nbValidityChecks=82047  nbPropagations=88383  nbRevisions=271733
1.56	     nbUselessRevisions=183271  nbAssignments=8070  nbFailedAssignments=1414  nbBacktracks=5877  nbVisitedNodes=10969
1.56	     nbRestartNogoods=72
1.56	       =>  wckTime=0.785  cpuTime=0.7  mem=18M554
1.80	   
1.80	   search
1.80	     run=14  nbConstraintChecks=73578  nbValidityChecks=144606  nbPropagations=136201  nbRevisions=440138
1.80	     nbUselessRevisions=301480  nbAssignments=11910  nbFailedAssignments=2288  nbBacktracks=8797  nbVisitedNodes=16618
1.80	     nbRestartNogoods=77
1.80	       =>  wckTime=1.026  cpuTime=0.94  mem=18M554
2.13	   
2.13	   search
2.13	     run=15  nbConstraintChecks=113560  nbValidityChecks=229814  nbPropagations=211355  nbRevisions=706745
2.13	     nbUselessRevisions=488676  nbAssignments=17346  nbFailedAssignments=3290  nbBacktracks=13175  nbVisitedNodes=24171
2.13	     nbRestartNogoods=87
2.13	       =>  wckTime=1.361  cpuTime=1.27  mem=18M554
2.56	   
2.56	   search
2.56	     run=16  nbConstraintChecks=162441  nbValidityChecks=331927  nbPropagations=319198  nbRevisions=1093087
2.56	     nbUselessRevisions=761079  nbAssignments=25352  nbFailedAssignments=4693  nbBacktracks=19744  nbVisitedNodes=35200
2.56	     nbRestartNogoods=94
2.56	       =>  wckTime=1.79  cpuTime=1.7  mem=18M554
3.27	   
3.27	   search
3.27	     run=17  nbConstraintChecks=259661  nbValidityChecks=550036  nbPropagations=493567  nbRevisions=1740998
3.27	     nbUselessRevisions=1223834  nbAssignments=37394  nbFailedAssignments=6837  nbBacktracks=29602  nbVisitedNodes=52083
3.27	     nbRestartNogoods=105
3.27	       =>  wckTime=2.495  cpuTime=2.4  mem=18M554
3.91	   
3.91	   search
3.91	     run=18  nbConstraintChecks=339800  nbValidityChecks=716587  nbPropagations=720895  nbRevisions=2585909
3.91	     nbUselessRevisions=1827654  nbAssignments=49250  nbFailedAssignments=8907  nbBacktracks=39188  nbVisitedNodes=68627
3.91	     nbRestartNogoods=118
3.91	       =>  wckTime=3.139  cpuTime=3.04  mem=18M554
3.91	   
3.91	   global
3.91	     nbConstraintChecks=339800  nbValidityChecks=716587  nbPropagations=721095  nbRevisions=2585909
3.91	     nbUselessRevisions=1827654  nbRestartNogoods=118  solvingWckTime=3.141  solvingCpuTime=3.04  expiredTime=no
3.91	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=3.42
3.91	       =>  wckTime=3.61  cpuTime=3.37  mem=18M554
3.92	   
3.92	s SATISFIABLE
3.92	v 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 1 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 0 1 1 1 0 1 1 1 0 1 0 1 1 0 0 0 0 0 1 1 0 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 0 0 1 0 0 1 1 1 1 1 0 1 1 1 0 0 0 1 1 1 0 1 1 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 0 1 1 0 0 0 1 1 
3.92	d NODES 49250
3.92	d CHECKS 339800
3.92	   
3.92	   totalWckTime=3.685  totalCpuTime=3.43

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node56/watcher-243408-1168085660 -o ROOT/results/node56/solver-243408-1168085660 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/243408-1168085660/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.00 0.38 1.11 3/68 10323
/proc/meminfo: memFree=1632912/2055920 swapFree=4184772/4192956
[pid=10322] ppid=10320 vsize=18540 CPUtime=0
/proc/10322/stat : 10322 (runsolver) R 10320 10322 9504 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156965449 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10322/statm: 4635 279 244 17 0 2626 0

[startup+0.105116 s]
/proc/loadavg: 0.00 0.38 1.11 3/68 10323
/proc/meminfo: memFree=1632912/2055920 swapFree=4184772/4192956
[pid=10322] ppid=10320 vsize=914988 CPUtime=0.07
/proc/10322/stat : 10322 (java) S 10320 10322 9504 0 -1 0 2997 0 1 0 6 1 0 0 17 0 8 0 156965449 936947712 2743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10322/statm: 228747 2743 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914988

[startup+0.513157 s]
/proc/loadavg: 0.00 0.38 1.11 3/68 10323
/proc/meminfo: memFree=1632912/2055920 swapFree=4184772/4192956
[pid=10322] ppid=10320 vsize=915328 CPUtime=0.49
/proc/10322/stat : 10322 (java) S 10320 10322 9504 0 -1 0 6540 0 1 0 44 5 0 0 16 0 8 0 156965449 937295872 6279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10322/statm: 228832 6279 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33523 s]
/proc/loadavg: 0.08 0.39 1.11 2/75 10330
/proc/meminfo: memFree=1606232/2055920 swapFree=4184772/4192956
[pid=10322] ppid=10320 vsize=915452 CPUtime=1.3
/proc/10322/stat : 10322 (java) R 10320 10322 9504 0 -1 0 9432 0 1 0 124 6 0 0 17 0 8 0 156965449 937422848 9170 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073828394 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10322/statm: 228863 9170 2515 14 0 215333 0
[pid=10322/tid=10324] ppid=10320 vsize=915452 CPUtime=0.02
/proc/10322/task/10324/stat : 10324 (java) S 10320 10322 9504 0 -1 64 187 0 0 0 2 0 0 0 16 0 8 0 156965453 937422848 9170 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10322/tid=10325] ppid=10320 vsize=915452 CPUtime=0
/proc/10322/task/10325/stat : 10325 (java) S 10320 10322 9504 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156965454 937422848 9170 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10322/tid=10326] ppid=10320 vsize=915452 CPUtime=0
/proc/10322/task/10326/stat : 10326 (java) S 10320 10322 9504 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156965454 937422848 9170 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10322/tid=10327] ppid=10320 vsize=915452 CPUtime=0
/proc/10322/task/10327/stat : 10327 (java) S 10320 10322 9504 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156965457 937422848 9170 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10322/tid=10328] ppid=10320 vsize=915452 CPUtime=0.21
/proc/10322/task/10328/stat : 10328 (java) S 10320 10322 9504 0 -1 64 404 0 0 0 20 1 0 0 16 0 8 0 156965457 937422848 9170 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10322/tid=10329] ppid=10320 vsize=915452 CPUtime=0
/proc/10322/task/10329/stat : 10329 (java) S 10320 10322 9504 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156965457 937422848 9170 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10322/tid=10330] ppid=10320 vsize=915452 CPUtime=0
/proc/10322/task/10330/stat : 10330 (java) S 10320 10322 9504 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156965457 937422848 9170 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915452

[startup+2.98739 s]
/proc/loadavg: 0.08 0.39 1.11 2/75 10330
/proc/meminfo: memFree=1605848/2055920 swapFree=4184772/4192956
[pid=10322] ppid=10320 vsize=915452 CPUtime=2.95
/proc/10322/stat : 10322 (java) R 10320 10322 9504 0 -1 0 9450 0 1 0 288 7 0 0 18 0 8 0 156965449 937422848 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814198 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10322/statm: 228863 9187 2515 14 0 215333 0
[pid=10322/tid=10324] ppid=10320 vsize=915452 CPUtime=0.02
/proc/10322/task/10324/stat : 10324 (java) S 10320 10322 9504 0 -1 64 187 0 0 0 2 0 0 0 16 0 8 0 156965453 937422848 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10322/tid=10325] ppid=10320 vsize=915452 CPUtime=0
/proc/10322/task/10325/stat : 10325 (java) S 10320 10322 9504 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156965454 937422848 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10322/tid=10326] ppid=10320 vsize=915452 CPUtime=0
/proc/10322/task/10326/stat : 10326 (java) S 10320 10322 9504 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156965454 937422848 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10322/tid=10327] ppid=10320 vsize=915452 CPUtime=0
/proc/10322/task/10327/stat : 10327 (java) S 10320 10322 9504 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156965457 937422848 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10322/tid=10328] ppid=10320 vsize=915452 CPUtime=0.22
/proc/10322/task/10328/stat : 10328 (java) S 10320 10322 9504 0 -1 64 407 0 0 0 21 1 0 0 15 0 8 0 156965457 937422848 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10322/tid=10329] ppid=10320 vsize=915452 CPUtime=0
/proc/10322/task/10329/stat : 10329 (java) S 10320 10322 9504 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156965457 937422848 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10322/tid=10330] ppid=10320 vsize=915452 CPUtime=0
/proc/10322/task/10330/stat : 10330 (java) S 10320 10322 9504 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156965457 937422848 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 3.93908
CPU time (s): 3.89541
CPU user time (s): 3.81742
CPU system time (s): 0.077988
CPU usage (%): 98.8912
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.81742
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9548
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 975
involuntary context switches= 259

runsolver used 0.006998 s user time and 0.019996 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sat Jan  6 12:14:26 UTC 2007


IDJOB= 243408
IDBENCH= 7466
FILE ID= node56/243408-1168085660

PBS_JOBID= 3476277

Free space on /tmp= 66521 MiB

BENCH NAME= HOME/pub/bench/CPAI06/dimacs/aim-200/aim-200-2-0-sat-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/243408-1168085660/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-243408-1168085660 -o ROOT/results/node56/solver-243408-1168085660 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/243408-1168085660/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  af2df3d3b8677967a4965ef9f4e5c9de

RANDOM SEED= 725057687

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1633392 kB
Buffers:         32700 kB
Cached:         308504 kB
SwapCached:       2060 kB
Active:          70444 kB
Inactive:       285416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1633392 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          21612 kB
Slab:            52360 kB
Committed_AS:  2825084 kB
PageTables:       1692 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66521 MiB



End job on node56 on Sat Jan  6 12:14:42 UTC 2007