Trace number 241824

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 ACUNSAT 3.03554 3.0609

DiagnosticValue
CHECKS405547
NODES65602

General information on the benchmark

Namedimacs/pret/
pret-60-40_ext.xml
MD5SUM0d74555e44f25386bfce89d3fd5d9a3a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.023995
SatisfiableNO
(Un)Satisfiability was proved
Number of variables60
Number of constraints40
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension40
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/241824-1168085426/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=60  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.40	       =>  wckTime=0.087  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.40	   
0.40	   constraints being loaded...
0.43	     nbConstraints=40  nbRelationTypes=2  nbExtensionStructures=2  nbSharedExtensionStructures=38
0.43	     nbConflictsStructures=2  nbSharedConflictsStructures=38  nbSharedBinaryRepresentations=0  maxDegree=2  maxArity=3
0.43	       =>  wckTime=0.122  cpuTime=0.1  mem=6M951
0.46	   
0.47	   solver IterativeSystematicSolver being built... 
0.63	       =>  wckTime=0.32  cpuTime=0.24  mem=14M454
0.63	   
0.63	   preprocessing
0.63	     nbConstraintChecks=0  nbPropagations=60  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.63	     detectedInconsistency=no
0.63	       =>  wckTime=0.0010  cpuTime=0.0  mem=14M454
0.66	   
0.66	   search
0.66	     run=0  nbConstraintChecks=180  nbValidityChecks=309  nbPropagations=138  nbRevisions=156  nbUselessRevisions=101
0.66	     nbAssignments=48  nbFailedAssignments=2  nbBacktracks=10  nbVisitedNodes=54  nbRestartNogoods=0  mapSize=4
0.66	     nbInferences=1  nbTooLargeKeys=0
0.66	       =>  wckTime=0.034  cpuTime=0.01  mem=15M462
0.67	   
0.67	   search
0.67	     run=1  nbConstraintChecks=289  nbValidityChecks=724  nbPropagations=366  nbRevisions=493  nbUselessRevisions=315
0.67	     nbAssignments=98  nbFailedAssignments=5  nbBacktracks=25  nbVisitedNodes=113  nbRestartNogoods=1  mapSize=11
0.67	     nbInferences=4  nbTooLargeKeys=0
0.67	       =>  wckTime=0.044  cpuTime=0.02  mem=15M462
0.69	   
0.69	   search
0.69	     run=2  nbConstraintChecks=449  nbValidityChecks=1258  nbPropagations=714  nbRevisions=1058  nbUselessRevisions=652
0.69	     nbAssignments=144  nbFailedAssignments=11  nbBacktracks=47  nbVisitedNodes=172  nbRestartNogoods=3  mapSize=22
0.69	     nbInferences=5  nbTooLargeKeys=0
0.69	       =>  wckTime=0.056  cpuTime=0.03  mem=15M462
0.70	   
0.70	   search
0.70	     run=3  nbConstraintChecks=711  nbValidityChecks=2047  nbPropagations=1238  nbRevisions=1961
0.70	     nbUselessRevisions=1183  nbAssignments=226  nbFailedAssignments=18  nbBacktracks=81  nbVisitedNodes=274
0.70	     nbRestartNogoods=4  mapSize=38  nbInferences=11  nbTooLargeKeys=0
0.70	       =>  wckTime=0.072  cpuTime=0.03  mem=15M462
0.72	   
0.72	   search
0.72	     run=4  nbConstraintChecks=1094  nbValidityChecks=3194  nbPropagations=2013  nbRevisions=3358
0.72	     nbUselessRevisions=2003  nbAssignments=333  nbFailedAssignments=27  nbBacktracks=131  nbVisitedNodes=412
0.72	     nbRestartNogoods=7  mapSize=67  nbInferences=24  nbTooLargeKeys=0
0.72	       =>  wckTime=0.087  cpuTime=0.05  mem=15M462
0.73	   
0.73	   search
0.73	     run=5  nbConstraintChecks=1626  nbValidityChecks=4796  nbPropagations=3158  nbRevisions=5461
0.73	     nbUselessRevisions=3217  nbAssignments=470  nbFailedAssignments=39  nbBacktracks=206  nbVisitedNodes=594
0.73	     nbRestartNogoods=9  mapSize=109  nbInferences=45  nbTooLargeKeys=0
0.73	       =>  wckTime=0.105  cpuTime=0.06  mem=15M462
0.76	   
0.76	   search
0.76	     run=6  nbConstraintChecks=2251  nbValidityChecks=6713  nbPropagations=4795  nbRevisions=8368
0.76	     nbUselessRevisions=4835  nbAssignments=653  nbFailedAssignments=41  nbBacktracks=322  nbVisitedNodes=820
0.76	     nbRestartNogoods=12  mapSize=148  nbInferences=84  nbTooLargeKeys=0
0.76	       =>  wckTime=0.128  cpuTime=0.07  mem=15M462
0.78	   
0.78	   search
0.78	     run=7  nbConstraintChecks=3256  nbValidityChecks=9705  nbPropagations=7150  nbRevisions=12535
0.78	     nbUselessRevisions=7121  nbAssignments=920  nbFailedAssignments=52  nbBacktracks=493  nbVisitedNodes=1162
0.78	     nbRestartNogoods=16  mapSize=218  nbInferences=137  nbTooLargeKeys=0
0.78	       =>  wckTime=0.147  cpuTime=0.09  mem=15M462
0.80	   
0.80	   search
0.80	     run=8  nbConstraintChecks=4966  nbValidityChecks=14368  nbPropagations=10632  nbRevisions=18676
0.80	     nbUselessRevisions=10366  nbAssignments=1273  nbFailedAssignments=84  nbBacktracks=752  nbVisitedNodes=1618
0.80	     nbRestartNogoods=21  mapSize=318  nbInferences=179  nbTooLargeKeys=0
0.80	       =>  wckTime=0.167  cpuTime=0.11  mem=15M462
0.85	   
0.85	   search
0.85	     run=9  nbConstraintChecks=8107  nbValidityChecks=22956  nbPropagations=16191  nbRevisions=28380
0.85	     nbUselessRevisions=15501  nbAssignments=1877  nbFailedAssignments=93  nbBacktracks=1136  nbVisitedNodes=2437
0.85	     nbRestartNogoods=24  mapSize=529  nbInferences=376  nbTooLargeKeys=0
0.85	       =>  wckTime=0.217  cpuTime=0.14  mem=15M462
0.89	   
0.89	   search
0.89	     run=10  nbConstraintChecks=14206  nbValidityChecks=39398  nbPropagations=25791  nbRevisions=44892
0.89	     nbUselessRevisions=24210  nbAssignments=2864  nbFailedAssignments=93  nbBacktracks=1716  nbVisitedNodes=3822
0.89	     nbRestartNogoods=28  mapSize=924  nbInferences=774  nbTooLargeKeys=0
0.89	       =>  wckTime=0.261  cpuTime=0.18  mem=15M462
0.94	   
0.94	   search
0.94	     run=11  nbConstraintChecks=23402  nbValidityChecks=64066  nbPropagations=41461  nbRevisions=71621
0.94	     nbUselessRevisions=38275  nbAssignments=4343  nbFailedAssignments=93  nbBacktracks=2581  nbVisitedNodes=5900
0.94	     nbRestartNogoods=31  mapSize=1516  nbInferences=1373  nbTooLargeKeys=0
0.94	       =>  wckTime=0.311  cpuTime=0.23  mem=15M462
1.01	   
1.01	   search
1.01	     run=12  nbConstraintChecks=37151  nbValidityChecks=100922  nbPropagations=66195  nbRevisions=113624
1.01	     nbUselessRevisions=60361  nbAssignments=6556  nbFailedAssignments=93  nbBacktracks=3881  nbVisitedNodes=9009
1.01	     nbRestartNogoods=38  mapSize=2408  nbInferences=2269  nbTooLargeKeys=0
1.01	       =>  wckTime=0.383  cpuTime=0.3  mem=15M462
1.12	   
1.12	   search
1.12	     run=13  nbConstraintChecks=57665  nbValidityChecks=155856  nbPropagations=104464  nbRevisions=178391
1.12	     nbUselessRevisions=94366  nbAssignments=9852  nbFailedAssignments=93  nbBacktracks=5827  nbVisitedNodes=13644
1.12	     nbRestartNogoods=42  mapSize=3744  nbInferences=3608  nbTooLargeKeys=0
1.12	       =>  wckTime=0.496  cpuTime=0.41  mem=15M462
1.30	   
1.30	   search
1.30	     run=14  nbConstraintChecks=88497  nbValidityChecks=238298  nbPropagations=163056  nbRevisions=277326
1.30	     nbUselessRevisions=146251  nbAssignments=14798  nbFailedAssignments=93  nbBacktracks=8746  nbVisitedNodes=20603
1.30	     nbRestartNogoods=45  mapSize=5750  nbInferences=5621  nbTooLargeKeys=0
1.30	       =>  wckTime=0.667  cpuTime=0.58  mem=16M437
1.55	   
1.55	   search
1.55	     run=15  nbConstraintChecks=134726  nbValidityChecks=361854  nbPropagations=252096  nbRevisions=427483
1.55	     nbUselessRevisions=224966  nbAssignments=22215  nbFailedAssignments=93  nbBacktracks=13129  nbVisitedNodes=31039
1.55	     nbRestartNogoods=52  mapSize=8764  nbInferences=8640  nbTooLargeKeys=0
1.55	       =>  wckTime=0.924  cpuTime=0.84  mem=16M437
1.94	   
1.94	   search
1.94	     run=16  nbConstraintChecks=204114  nbValidityChecks=547187  nbPropagations=386860  nbRevisions=654493
1.94	     nbUselessRevisions=343883  nbAssignments=33331  nbFailedAssignments=93  nbBacktracks=19698  nbVisitedNodes=46687
1.94	     nbRestartNogoods=57  mapSize=13286  nbInferences=13172  nbTooLargeKeys=0
1.94	       =>  wckTime=1.309  cpuTime=1.23  mem=17M412
2.50	   
2.50	   search
2.50	     run=17  nbConstraintChecks=308072  nbValidityChecks=824792  nbPropagations=590088  nbRevisions=996631
2.50	     nbUselessRevisions=523067  nbAssignments=49990  nbFailedAssignments=93  nbBacktracks=29551  nbVisitedNodes=70137
2.50	     nbRestartNogoods=67  mapSize=20072  nbInferences=19963  nbTooLargeKeys=0
2.50	       =>  wckTime=1.873  cpuTime=1.79  mem=18M387
3.03	   
3.03	   search
3.03	     run=18  nbConstraintChecks=405547  nbValidityChecks=1084875  nbPropagations=857535  nbRevisions=1446713
3.03	     nbUselessRevisions=758721  nbAssignments=65602  nbFailedAssignments=93  nbBacktracks=38793  nbVisitedNodes=92119
3.03	     nbRestartNogoods=71  mapSize=26442  nbInferences=26334  nbTooLargeKeys=0
3.03	       =>  wckTime=2.406  cpuTime=2.32  mem=19M363
3.04	   
3.04	   global
3.04	     nbConstraintChecks=405547  nbValidityChecks=1084875  nbPropagations=857595  nbRevisions=1446713
3.04	     nbUselessRevisions=758721  nbRestartNogoods=71  solvingWckTime=2.407  solvingCpuTime=2.32  expiredTime=no
3.04	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=2.61
3.04	       =>  wckTime=2.728  cpuTime=2.56  mem=20M338
3.04	   
3.04	s UNSATISFIABLE
3.04	d NODES 65602
3.04	d CHECKS 405547
3.04	   
3.04	   totalWckTime=2.804  totalCpuTime=2.62

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node1/watcher-241824-1168085426 -o ROOT/results/node1/solver-241824-1168085426 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/241824-1168085426/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.10 0.98 1.51 2/81 19482
/proc/meminfo: memFree=1257232/2055920 swapFree=4165584/4192956
[pid=19481] ppid=19479 vsize=1784 CPUtime=0
/proc/19481/stat : 19481 (java) R 19479 19481 19364 0 -1 0 135 0 0 0 0 0 0 0 19 0 1 0 156940224 1826816 107 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19481/statm: 446 115 86 14 0 91 0

[startup+0.102244 s]
/proc/loadavg: 0.10 0.98 1.51 2/81 19482
/proc/meminfo: memFree=1257232/2055920 swapFree=4165584/4192956
[pid=19481] ppid=19479 vsize=914988 CPUtime=0.07
/proc/19481/stat : 19481 (java) R 19479 19481 19364 0 -1 0 2951 0 1 0 6 1 0 0 22 0 8 0 156940224 936947712 2697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072925084 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19481/statm: 228747 2697 1413 14 0 215242 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914988

[startup+0.510293 s]
/proc/loadavg: 0.10 0.98 1.51 2/81 19482
/proc/meminfo: memFree=1257232/2055920 swapFree=4165584/4192956
[pid=19481] ppid=19479 vsize=915460 CPUtime=0.48
/proc/19481/stat : 19481 (java) R 19479 19481 19364 0 -1 0 6660 0 1 0 44 4 0 0 16 0 8 0 156940224 937431040 6398 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072926600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19481/statm: 228865 6398 2462 14 0 215335 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915460

[startup+1.33138 s]
/proc/loadavg: 0.10 0.98 1.51 2/88 19489
/proc/meminfo: memFree=1232920/2055920 swapFree=4165584/4192956
[pid=19481] ppid=19479 vsize=915460 CPUtime=1.3
/proc/19481/stat : 19481 (java) R 19479 19481 19364 0 -1 0 8893 0 1 0 124 6 0 0 17 0 8 0 156940224 937431040 8631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073671516 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19481/statm: 228865 8631 2518 14 0 215335 0
[pid=19481/tid=19483] ppid=19479 vsize=915460 CPUtime=0.02
/proc/19481/task/19483/stat : 19483 (java) S 19479 19481 19364 0 -1 64 121 0 0 0 2 0 0 0 16 0 8 0 156940228 937431040 8631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19481/tid=19484] ppid=19479 vsize=915460 CPUtime=0
/proc/19481/task/19484/stat : 19484 (java) S 19479 19481 19364 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156940229 937431040 8631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19481/tid=19485] ppid=19479 vsize=915460 CPUtime=0
/proc/19481/task/19485/stat : 19485 (java) S 19479 19481 19364 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156940229 937431040 8631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19481/tid=19486] ppid=19479 vsize=915460 CPUtime=0
/proc/19481/task/19486/stat : 19486 (java) S 19479 19481 19364 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156940232 937431040 8631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19481/tid=19487] ppid=19479 vsize=915460 CPUtime=0.18
/proc/19481/task/19487/stat : 19487 (java) S 19479 19481 19364 0 -1 64 363 0 0 0 17 1 0 0 16 0 8 0 156940232 937431040 8631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19481/tid=19488] ppid=19479 vsize=915460 CPUtime=0
/proc/19481/task/19488/stat : 19488 (java) S 19479 19481 19364 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156940232 937431040 8631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19481/tid=19489] ppid=19479 vsize=915460 CPUtime=0
/proc/19481/task/19489/stat : 19489 (java) S 19479 19481 19364 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156940232 937431040 8631 18446744073709551615 134512640 134570532 4294956464 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) 915460

[startup+2.98157 s]
/proc/loadavg: 0.10 0.98 1.51 2/88 19489
/proc/meminfo: memFree=1230616/2055920 swapFree=4165584/4192956
[pid=19481] ppid=19479 vsize=915460 CPUtime=2.96
/proc/19481/stat : 19481 (java) R 19479 19481 19364 0 -1 0 9757 0 1 0 289 7 0 0 19 0 8 0 156940224 937431040 9494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073683011 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19481/statm: 228865 9494 2518 14 0 215335 0
[pid=19481/tid=19483] ppid=19479 vsize=915460 CPUtime=0.02
/proc/19481/task/19483/stat : 19483 (java) S 19479 19481 19364 0 -1 64 121 0 0 0 2 0 0 0 16 0 8 0 156940228 937431040 9494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19481/tid=19484] ppid=19479 vsize=915460 CPUtime=0
/proc/19481/task/19484/stat : 19484 (java) S 19479 19481 19364 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156940229 937431040 9494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19481/tid=19485] ppid=19479 vsize=915460 CPUtime=0
/proc/19481/task/19485/stat : 19485 (java) S 19479 19481 19364 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156940229 937431040 9494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19481/tid=19486] ppid=19479 vsize=915460 CPUtime=0
/proc/19481/task/19486/stat : 19486 (java) S 19479 19481 19364 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156940232 937431040 9494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19481/tid=19487] ppid=19479 vsize=915460 CPUtime=0.18
/proc/19481/task/19487/stat : 19487 (java) S 19479 19481 19364 0 -1 64 363 0 0 0 17 1 0 0 16 0 8 0 156940232 937431040 9494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19481/tid=19488] ppid=19479 vsize=915460 CPUtime=0
/proc/19481/task/19488/stat : 19488 (java) S 19479 19481 19364 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156940232 937431040 9494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19481/tid=19489] ppid=19479 vsize=915460 CPUtime=0
/proc/19481/task/19489/stat : 19489 (java) S 19479 19481 19364 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156940232 937431040 9494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 3.0609
CPU time (s): 3.03554
CPU user time (s): 2.95155
CPU system time (s): 0.083987
CPU usage (%): 99.1715
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.95155
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9876
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= 727
involuntary context switches= 176

runsolver used 0.008998 s user time and 0.014997 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Jan  6 12:10:34 UTC 2007


IDJOB= 241824
IDBENCH= 7349
FILE ID= node1/241824-1168085426

PBS_JOBID= 3476325

Free space on /tmp= 66302 MiB

BENCH NAME= HOME/pub/bench/CPAI06/dimacs/pret/pret-60-40_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/241824-1168085426/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-241824-1168085426 -o ROOT/results/node1/solver-241824-1168085426 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/241824-1168085426/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0d74555e44f25386bfce89d3fd5d9a3a

RANDOM SEED= 848698315

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.234
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.234
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:       1257640 kB
Buffers:         66256 kB
Cached:         595596 kB
SwapCached:       3664 kB
Active:         198140 kB
Inactive:       503108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1257640 kB
SwapTotal:     4192956 kB
SwapFree:      4165584 kB
Dirty:            3660 kB
Writeback:           0 kB
Mapped:          49304 kB
Slab:            82052 kB
Committed_AS:  4197672 kB
PageTables:       2172 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= 66302 MiB



End job on node1 on Sat Jan  6 12:10:51 UTC 2007