Trace number 232035

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 73.1909 74.1036

DiagnosticValue
CHECKS474116338
NODES332703

General information on the benchmark

Namerandom/rand-2-25/
rand-25-25-300-147-56021_ext.xml
MD5SUMd41e01441a4c6db56f3a2da6046af9ee
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.8105
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.35	   
0.35	Abscon 109 (November, 2006)
0.35	   
0.35	   configuration
0.35	     name=mac.xml
0.39	   
0.39	   instance
0.39	     name=/tmp/evaluation/232035-1168081222/unknown.xml
0.42	   
0.42	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.46	     nbVariables=25  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.46	       =>  wckTime=0.1  cpuTime=0.09  mem=6M951
0.46	   
0.46	   relations being loaded...
0.57	   
0.57	   constraints being loaded...
0.69	     nbConstraints=300  nbRelationTypes=300  nbExtensionStructures=300  nbSharedExtensionStructures=0
0.69	     nbConflictsStructures=300  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=913  maxDegree=24
0.69	     maxArity=2
0.69	       =>  wckTime=0.336  cpuTime=0.24  mem=13M778
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.89	       =>  wckTime=0.531  cpuTime=0.38  mem=14M79
0.89	   
0.89	   preprocessing
0.89	     nbConstraintChecks=0  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.89	     detectedInconsistency=no
0.89	       =>  wckTime=0.0030  cpuTime=0.0  mem=14M79
0.94	   
0.94	   search
0.94	     run=0  nbConstraintChecks=33472  nbPropagations=436  nbRevisions=6541  nbUselessRevisions=5704  nbAssignments=26
0.94	     nbFailedAssignments=9  nbBacktracks=11  nbVisitedNodes=45  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.94	     nbTooLargeKeys=0
0.94	       =>  wckTime=0.051  cpuTime=0.03  mem=15M120
0.96	   
0.96	   search
0.96	     run=1  nbConstraintChecks=85411  nbPropagations=1431  nbRevisions=23509  nbUselessRevisions=20446  nbAssignments=58
0.96	     nbFailedAssignments=21  nbBacktracks=26  nbVisitedNodes=101  nbRestartNogoods=4  mapSize=25  nbInferences=0
0.96	     nbTooLargeKeys=0
0.96	       =>  wckTime=0.071  cpuTime=0.04  mem=15M120
0.99	   
0.99	   search
0.99	     run=2  nbConstraintChecks=158683  nbPropagations=3236  nbRevisions=55413  nbUselessRevisions=48136
0.99	     nbAssignments=107  nbFailedAssignments=42  nbBacktracks=48  nbVisitedNodes=189  nbRestartNogoods=8  mapSize=47
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.097  cpuTime=0.06  mem=15M120
1.01	   
1.01	   search
1.01	     run=3  nbConstraintChecks=262388  nbPropagations=6215  nbRevisions=110212  nbUselessRevisions=95707
1.01	     nbAssignments=186  nbFailedAssignments=82  nbBacktracks=82  nbVisitedNodes=333  nbRestartNogoods=11  mapSize=81
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.124  cpuTime=0.08  mem=15M120
1.04	   
1.04	   search
1.04	     run=4  nbConstraintChecks=390055  nbPropagations=10647  nbRevisions=193149  nbUselessRevisions=167665
1.04	     nbAssignments=282  nbFailedAssignments=123  nbBacktracks=132  nbVisitedNodes=507  nbRestartNogoods=18  mapSize=127
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.15  cpuTime=0.11  mem=15M120
1.09	   
1.09	   search
1.09	     run=5  nbConstraintChecks=598173  nbPropagations=17387  nbRevisions=322465  nbUselessRevisions=279986
1.09	     nbAssignments=432  nbFailedAssignments=192  nbBacktracks=207  nbVisitedNodes=781  nbRestartNogoods=24  mapSize=199
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.196  cpuTime=0.15  mem=15M120
1.15	   
1.15	   search
1.15	     run=6  nbConstraintChecks=913856  nbPropagations=27650  nbRevisions=523069  nbUselessRevisions=454295
1.16	     nbAssignments=661  nbFailedAssignments=303  nbBacktracks=320  nbVisitedNodes=1207  nbRestartNogoods=30  mapSize=310
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.265  cpuTime=0.21  mem=15M120
1.24	   
1.24	   search
1.24	     run=7  nbConstraintChecks=1396403  nbPropagations=43066  nbRevisions=828255  nbUselessRevisions=719412
1.24	     nbAssignments=1005  nbFailedAssignments=472  nbBacktracks=490  nbVisitedNodes=1842  nbRestartNogoods=34
1.24	     mapSize=476  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.353  cpuTime=0.3  mem=15M120
1.38	   
1.38	   search
1.38	     run=8  nbConstraintChecks=2116291  nbPropagations=66190  nbRevisions=1292621  nbUselessRevisions=1123110
1.39	     nbAssignments=1519  nbFailedAssignments=724  nbBacktracks=747  nbVisitedNodes=2798  nbRestartNogoods=41
1.39	     mapSize=725  nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.495  cpuTime=0.43  mem=15M120
1.53	   
1.53	   INFO : Stopping hyperNogood (mapSize=1020, nbTooLargekeys=0, mem=15M120)
1.56	   
1.56	   search
1.56	     run=9  nbConstraintChecks=3125579  nbPropagations=100617  nbRevisions=1987538  nbUselessRevisions=1727472
1.56	     nbAssignments=2273  nbFailedAssignments=1087  nbBacktracks=1131  nbVisitedNodes=4194  nbRestartNogoods=47
1.56	       =>  wckTime=0.672  cpuTime=0.59  mem=15M120
1.83	   
1.83	   search
1.83	     run=10  nbConstraintChecks=4700789  nbPropagations=152197  nbRevisions=3032825  nbUselessRevisions=2636697
1.83	     nbAssignments=3397  nbFailedAssignments=1628  nbBacktracks=1708  nbVisitedNodes=6275  nbRestartNogoods=52
1.83	       =>  wckTime=0.935  cpuTime=0.84  mem=15M120
2.20	   
2.20	   search
2.20	     run=11  nbConstraintChecks=7195964  nbPropagations=230031  nbRevisions=4624298  nbUselessRevisions=4020763
2.20	     nbAssignments=5105  nbFailedAssignments=2467  nbBacktracks=2573  nbVisitedNodes=9443  nbRestartNogoods=66
2.20	       =>  wckTime=1.313  cpuTime=1.22  mem=15M120
2.74	   
2.74	   search
2.74	     run=12  nbConstraintChecks=10636761  nbPropagations=345881  nbRevisions=6993841  nbUselessRevisions=6082371
2.74	     nbAssignments=7648  nbFailedAssignments=3707  nbBacktracks=3870  nbVisitedNodes=14142  nbRestartNogoods=75
2.74	       =>  wckTime=1.852  cpuTime=1.75  mem=15M120
3.57	   
3.57	   search
3.57	     run=13  nbConstraintChecks=16003925  nbPropagations=519738  nbRevisions=10563783  nbUselessRevisions=9190395
3.57	     nbAssignments=11433  nbFailedAssignments=5540  nbBacktracks=5817  nbVisitedNodes=21194  nbRestartNogoods=86
3.57	       =>  wckTime=2.684  cpuTime=2.57  mem=15M120
4.81	   
4.81	   search
4.81	     run=14  nbConstraintChecks=23999343  nbPropagations=780456  nbRevisions=15931509  nbUselessRevisions=13865433
4.81	     nbAssignments=17140  nbFailedAssignments=8324  nbBacktracks=8736  nbVisitedNodes=31795  nbRestartNogoods=95
4.81	       =>  wckTime=3.922  cpuTime=3.8  mem=15M120
6.69	   
6.69	   search
6.69	     run=15  nbConstraintChecks=36290797  nbPropagations=1172917  nbRevisions=24059652  nbUselessRevisions=20947394
6.69	     nbAssignments=25739  nbFailedAssignments=12540  nbBacktracks=13115  nbVisitedNodes=47833  nbRestartNogoods=108
6.69	       =>  wckTime=5.804  cpuTime=5.66  mem=15M120
9.51	   
9.51	   search
9.51	     run=16  nbConstraintChecks=54814501  nbPropagations=1762658  nbRevisions=36315529  nbUselessRevisions=31628804
9.51	     nbAssignments=38555  nbFailedAssignments=18782  nbBacktracks=19683  nbVisitedNodes=71683  nbRestartNogoods=124
9.51	       =>  wckTime=8.62  cpuTime=8.45  mem=15M120
13.69	   
13.69	   search
13.69	     run=17  nbConstraintChecks=82133888  nbPropagations=2647425  nbRevisions=54694563  nbUselessRevisions=47647762
13.69	     nbAssignments=57899  nbFailedAssignments=28268  nbBacktracks=29535  nbVisitedNodes=107733  nbRestartNogoods=148
13.69	       =>  wckTime=12.8  cpuTime=12.59  mem=15M120
19.89	   
19.89	   search
19.89	     run=18  nbConstraintChecks=122171916  nbPropagations=3967594  nbRevisions=82070271  nbUselessRevisions=71503908
19.89	     nbAssignments=86576  nbFailedAssignments=42162  nbBacktracks=44314  nbVisitedNodes=161013  nbRestartNogoods=167
19.89	       =>  wckTime=18.998  cpuTime=18.73  mem=15M120
29.31	   
29.31	   search
29.31	     run=19  nbConstraintChecks=183455659  nbPropagations=5947492  nbRevisions=123213580  nbUselessRevisions=107367357
29.31	     nbAssignments=129908  nbFailedAssignments=63321  nbBacktracks=66482  nbVisitedNodes=241651  nbRestartNogoods=174
29.31	       =>  wckTime=28.419  cpuTime=28.07  mem=15M120
43.70	   
43.70	   search
43.70	     run=20  nbConstraintChecks=276580693  nbPropagations=8927624  nbRevisions=185183963  nbUselessRevisions=161383124
43.70	     nbAssignments=195164  nbFailedAssignments=95320  nbBacktracks=99734  nbVisitedNodes=363338  nbRestartNogoods=191
43.70	       =>  wckTime=42.811  cpuTime=42.25  mem=15M120
65.25	   
65.25	   search
65.25	     run=21  nbConstraintChecks=416451085  nbPropagations=13401821  nbRevisions=278555569  nbUselessRevisions=242804829
65.25	     nbAssignments=292453  nbFailedAssignments=142726  nbBacktracks=149612  nbVisitedNodes=544573  nbRestartNogoods=214
65.25	       =>  wckTime=64.358  cpuTime=63.55  mem=15M120
74.05	   
74.05	   search
74.05	     run=22  nbConstraintChecks=474116338  nbPropagations=18491799  nbRevisions=384798237  nbUselessRevisions=335444329
74.05	     nbAssignments=332703  nbFailedAssignments=162511  nbBacktracks=170052  nbVisitedNodes=619653  nbRestartNogoods=238
74.05	       =>  wckTime=73.161  cpuTime=72.26  mem=15M120
74.05	   
74.05	   global
74.05	     nbConstraintChecks=474116338  nbPropagations=18491824  nbRevisions=384798237  nbUselessRevisions=335444329
74.05	     nbRestartNogoods=238  solvingWckTime=73.162  solvingCpuTime=72.26  expiredTime=no  totalExploration=no
74.05	     nbFoundSolutions=1  globalCpuTime=72.69
74.05	       =>  wckTime=73.697  cpuTime=72.64  mem=15M120
74.06	   
74.06	s SATISFIABLE
74.06	v 24 17 19 22 1 11 2 22 2 18 6 21 0 0 15 18 1 6 16 20 8 19 23 21 9 
74.06	d NODES 332703
74.06	d CHECKS 474116338
74.06	   
74.06	   totalWckTime=73.785  totalCpuTime=72.69

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/node59/watcher-232035-1168081222 -o ROOT/results/node59/solver-232035-1168081222 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/232035-1168081222/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: 1.16 1.17 1.50 4/80 25183
/proc/meminfo: memFree=1464216/2055920 swapFree=4192812/4192956
[pid=25182] ppid=25180 vsize=18540 CPUtime=0
/proc/25182/stat : 25182 (runsolver) R 25180 25182 25115 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156520933 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25182/statm: 4635 279 244 17 0 2626 0

[startup+0.107929 s]
/proc/loadavg: 1.16 1.17 1.50 4/80 25183
/proc/meminfo: memFree=1464216/2055920 swapFree=4192812/4192956
[pid=25182] ppid=25180 vsize=907808 CPUtime=0.04
/proc/25182/stat : 25182 (java) R 25180 25182 25115 0 -1 0 2438 0 1 0 3 1 0 0 16 0 4 0 156520933 929595392 2185 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960145 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/25182/statm: 226952 2185 1206 14 0 214535 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 907808

[startup+0.519971 s]
/proc/loadavg: 1.16 1.17 1.50 4/80 25183
/proc/meminfo: memFree=1464216/2055920 swapFree=4192812/4192956
[pid=25182] ppid=25180 vsize=915328 CPUtime=0.46
/proc/25182/stat : 25182 (java) R 25180 25182 25115 0 -1 0 6512 0 1 0 41 5 0 0 18 0 8 0 156520933 937295872 6251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072940296 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25182/statm: 228832 6251 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.34406 s]
/proc/loadavg: 1.16 1.17 1.50 3/87 25190
/proc/meminfo: memFree=1440032/2055920 swapFree=4192812/4192956
[pid=25182] ppid=25180 vsize=915456 CPUtime=1.26
/proc/25182/stat : 25182 (java) R 25180 25182 25115 0 -1 0 8747 0 1 0 119 7 0 0 24 0 8 0 156520933 937426944 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25182/statm: 228864 8485 2513 14 0 215334 0
[pid=25182/tid=25184] ppid=25180 vsize=915456 CPUtime=0.03
/proc/25182/task/25184/stat : 25184 (java) S 25180 25182 25115 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 156520941 937426944 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25185] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25185/stat : 25185 (java) S 25180 25182 25115 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156520941 937426944 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25186] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25186/stat : 25186 (java) S 25180 25182 25115 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156520941 937426944 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25187] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25187/stat : 25187 (java) S 25180 25182 25115 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156520945 937426944 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25188] ppid=25180 vsize=915456 CPUtime=0.19
/proc/25182/task/25188/stat : 25188 (java) S 25180 25182 25115 0 -1 64 375 0 0 0 19 0 0 0 15 0 8 0 156520945 937426944 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25189] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25189/stat : 25189 (java) S 25180 25182 25115 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156520945 937426944 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25190] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25190/stat : 25190 (java) S 25180 25182 25115 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156520945 937426944 8485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915456

[startup+2.98124 s]
/proc/loadavg: 1.16 1.17 1.50 3/87 25190
/proc/meminfo: memFree=1439904/2055920 swapFree=4192812/4192956
[pid=25182] ppid=25180 vsize=915456 CPUtime=2.88
/proc/25182/stat : 25182 (java) R 25180 25182 25115 0 -1 0 8761 0 1 0 281 7 0 0 25 0 8 0 156520933 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826457 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25182/statm: 228864 8498 2513 14 0 215334 0
[pid=25182/tid=25184] ppid=25180 vsize=915456 CPUtime=0.03
/proc/25182/task/25184/stat : 25184 (java) S 25180 25182 25115 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 156520941 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25185] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25185/stat : 25185 (java) S 25180 25182 25115 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156520941 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25186] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25186/stat : 25186 (java) S 25180 25182 25115 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156520941 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25187] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25187/stat : 25187 (java) S 25180 25182 25115 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156520945 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25188] ppid=25180 vsize=915456 CPUtime=0.22
/proc/25182/task/25188/stat : 25188 (java) S 25180 25182 25115 0 -1 64 389 0 0 0 22 0 0 0 15 0 8 0 156520945 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25189] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25189/stat : 25189 (java) S 25180 25182 25115 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156520945 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25190] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25190/stat : 25190 (java) S 25180 25182 25115 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156520945 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 915456

[startup+6.2606 s]
/proc/loadavg: 1.23 1.18 1.50 3/87 25190
/proc/meminfo: memFree=1439968/2055920 swapFree=4192812/4192956
[pid=25182] ppid=25180 vsize=915456 CPUtime=6.13
/proc/25182/stat : 25182 (java) R 25180 25182 25115 0 -1 0 8761 0 1 0 606 7 0 0 25 0 8 0 156520933 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073815497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25182/statm: 228864 8498 2513 14 0 215334 0
[pid=25182/tid=25184] ppid=25180 vsize=915456 CPUtime=0.03
/proc/25182/task/25184/stat : 25184 (java) S 25180 25182 25115 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 156520941 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25185] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25185/stat : 25185 (java) S 25180 25182 25115 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156520941 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25186] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25186/stat : 25186 (java) S 25180 25182 25115 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156520941 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25187] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25187/stat : 25187 (java) S 25180 25182 25115 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156520945 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25188] ppid=25180 vsize=915456 CPUtime=0.22
/proc/25182/task/25188/stat : 25188 (java) S 25180 25182 25115 0 -1 64 389 0 0 0 22 0 0 0 16 0 8 0 156520945 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25189] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25189/stat : 25189 (java) S 25180 25182 25115 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156520945 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25190] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25190/stat : 25190 (java) S 25180 25182 25115 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156520945 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 915456

[startup+12.7463 s]
/proc/loadavg: 1.29 1.19 1.50 3/87 25190
/proc/meminfo: memFree=1440032/2055920 swapFree=4192812/4192956
[pid=25182] ppid=25180 vsize=915456 CPUtime=12.56
/proc/25182/stat : 25182 (java) R 25180 25182 25115 0 -1 0 8764 0 1 0 1249 7 0 0 25 0 8 0 156520933 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809487 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25182/statm: 228864 8500 2513 14 0 215334 0
[pid=25182/tid=25184] ppid=25180 vsize=915456 CPUtime=0.03
/proc/25182/task/25184/stat : 25184 (java) S 25180 25182 25115 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 156520941 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25185] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25185/stat : 25185 (java) S 25180 25182 25115 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156520941 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25186] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25186/stat : 25186 (java) S 25180 25182 25115 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156520941 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25187] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25187/stat : 25187 (java) S 25180 25182 25115 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156520945 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25188] ppid=25180 vsize=915456 CPUtime=0.23
/proc/25182/task/25188/stat : 25188 (java) S 25180 25182 25115 0 -1 64 391 0 0 0 23 0 0 0 16 0 8 0 156520945 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25189] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25189/stat : 25189 (java) S 25180 25182 25115 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156520945 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25190] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25190/stat : 25190 (java) S 25180 25182 25115 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156520945 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 915456

[startup+25.6037 s]
/proc/loadavg: 1.52 1.25 1.51 3/87 25190
/proc/meminfo: memFree=1440160/2055920 swapFree=4192812/4192956
[pid=25182] ppid=25180 vsize=915456 CPUtime=25.3
/proc/25182/stat : 25182 (java) R 25180 25182 25115 0 -1 0 8764 0 1 0 2523 7 0 0 25 0 8 0 156520933 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802043 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25182/statm: 228864 8500 2513 14 0 215334 0
[pid=25182/tid=25184] ppid=25180 vsize=915456 CPUtime=0.03
/proc/25182/task/25184/stat : 25184 (java) S 25180 25182 25115 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 156520941 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25185] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25185/stat : 25185 (java) S 25180 25182 25115 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156520941 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25186] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25186/stat : 25186 (java) S 25180 25182 25115 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156520941 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25187] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25187/stat : 25187 (java) S 25180 25182 25115 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156520945 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25188] ppid=25180 vsize=915456 CPUtime=0.23
/proc/25182/task/25188/stat : 25188 (java) S 25180 25182 25115 0 -1 64 391 0 0 0 23 0 0 0 16 0 8 0 156520945 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25189] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25189/stat : 25189 (java) S 25180 25182 25115 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156520945 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25190] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25190/stat : 25190 (java) S 25180 25182 25115 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156520945 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 915456

[startup+51.2176 s]
/proc/loadavg: 1.75 1.32 1.53 3/93 25274
/proc/meminfo: memFree=1438800/2055920 swapFree=4192812/4192956
[pid=25182] ppid=25180 vsize=915456 CPUtime=50.6
/proc/25182/stat : 25182 (java) R 25180 25182 25115 0 -1 0 8764 0 1 0 5052 8 0 0 25 0 8 0 156520933 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25182/statm: 228864 8500 2513 14 0 215334 0
[pid=25182/tid=25184] ppid=25180 vsize=915456 CPUtime=0.03
/proc/25182/task/25184/stat : 25184 (java) S 25180 25182 25115 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 156520941 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25185] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25185/stat : 25185 (java) S 25180 25182 25115 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156520941 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25186] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25186/stat : 25186 (java) S 25180 25182 25115 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156520941 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25187] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25187/stat : 25187 (java) S 25180 25182 25115 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156520945 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25188] ppid=25180 vsize=915456 CPUtime=0.23
/proc/25182/task/25188/stat : 25188 (java) S 25180 25182 25115 0 -1 64 391 0 0 0 23 0 0 0 16 0 8 0 156520945 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25189] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25189/stat : 25189 (java) S 25180 25182 25115 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156520945 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25182/tid=25190] ppid=25180 vsize=915456 CPUtime=0
/proc/25182/task/25190/stat : 25190 (java) S 25180 25182 25115 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156520945 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 74.1036
CPU time (s): 73.1909
CPU user time (s): 73.1019
CPU system time (s): 0.088986
CPU usage (%): 98.7683
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.1019
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8785
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= 2603
involuntary context switches= 4540

runsolver used 0.110983 s user time and 0.228965 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Jan  6 11:00:25 UTC 2007


IDJOB= 232035
IDBENCH= 6497
FILE ID= node59/232035-1168081222

PBS_JOBID= 3476210

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-25/rand-25-25-300-147-56021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/232035-1168081222/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-232035-1168081222 -o ROOT/results/node59/solver-232035-1168081222 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/232035-1168081222/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d41e01441a4c6db56f3a2da6046af9ee

RANDOM SEED= 199665463

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.239
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.239
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:       1464824 kB
Buffers:         45396 kB
Cached:         422104 kB
SwapCached:          0 kB
Active:         103764 kB
Inactive:       412532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1464824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2160 kB
Writeback:           0 kB
Mapped:          69008 kB
Slab:            59908 kB
Committed_AS:  3719672 kB
PageTables:       1972 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= 66547 MiB



End job on node59 on Sat Jan  6 11:01:50 UTC 2007