Trace number 202515

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 ESACSAT 8.91264 8.98877

DiagnosticValue
CHECKS57623674
NODES37451

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-15_ext.xml
MD5SUMd67733b7b2752dd74a89c290b958bd4b
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 benchmark3.79742
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints333
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension333
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=esac.xml
0.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/202515-1168152174/unknown.xml
0.41	   
0.41	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.45	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.45	       =>  wckTime=0.095  cpuTime=0.08  mem=6M951
0.45	   
0.45	   relations being loaded...
0.54	   
0.54	   constraints being loaded...
0.66	     nbConstraints=333  nbRelationTypes=333  nbExtensionStructures=333  nbSharedExtensionStructures=0
0.66	     nbConflictsStructures=333  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2772  maxDegree=23
0.66	     maxArity=2
0.66	       =>  wckTime=0.303  cpuTime=0.22  mem=12M803
0.70	   
0.70	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.494  cpuTime=0.34  mem=15M7
0.90	   
0.90	   preprocessing
0.90	     nbConstraintChecks=62922  nbPropagations=828  nbRevisions=6495  nbUselessRevisions=5302  nbSingletonTests=47
0.90	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.90	       =>  wckTime=0.048  cpuTime=0.03  mem=15M7
0.92	   
0.92	   search
0.92	     run=0  nbConstraintChecks=28611  nbPropagations=1210  nbRevisions=10750  nbUselessRevisions=8692  nbAssignments=22
0.92	     nbFailedAssignments=7  nbBacktracks=10  nbVisitedNodes=36  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.068  cpuTime=0.04  mem=15M7
0.94	   
0.94	   search
0.94	     run=1  nbConstraintChecks=86513  nbPropagations=3249  nbRevisions=31318  nbUselessRevisions=25240  nbAssignments=61
0.94	     nbFailedAssignments=19  nbBacktracks=29  nbVisitedNodes=101  nbRestartNogoods=2  mapSize=25  nbInferences=0
0.94	     nbTooLargeKeys=0
0.94	       =>  wckTime=0.092  cpuTime=0.05  mem=15M7
0.96	   
0.96	   search
0.96	     run=2  nbConstraintChecks=151567  nbPropagations=6118  nbRevisions=62511  nbUselessRevisions=50217
0.96	     nbAssignments=103  nbFailedAssignments=35  nbBacktracks=51  nbVisitedNodes=173  nbRestartNogoods=5  mapSize=43
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.108  cpuTime=0.07  mem=15M7
0.98	   
0.98	   search
0.98	     run=3  nbConstraintChecks=242072  nbPropagations=10225  nbRevisions=109991  nbUselessRevisions=88353
0.98	     nbAssignments=167  nbFailedAssignments=59  nbBacktracks=85  nbVisitedNodes=283  nbRestartNogoods=7  mapSize=74
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.125  cpuTime=0.08  mem=15M7
1.00	   
1.00	   search
1.00	     run=4  nbConstraintChecks=373636  nbPropagations=15989  nbRevisions=178581  nbUselessRevisions=143059
1.00	     nbAssignments=255  nbFailedAssignments=94  nbBacktracks=135  nbVisitedNodes=432  nbRestartNogoods=11  mapSize=117
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.15  cpuTime=0.12  mem=15M7
1.04	   
1.04	   search
1.04	     run=5  nbConstraintChecks=594674  nbPropagations=24464  nbRevisions=284276  nbUselessRevisions=227337
1.04	     nbAssignments=401  nbFailedAssignments=158  nbBacktracks=210  nbVisitedNodes=688  nbRestartNogoods=13  mapSize=183
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.192  cpuTime=0.16  mem=15M7
1.09	   
1.09	   search
1.09	     run=6  nbConstraintChecks=887981  nbPropagations=36654  nbRevisions=439892  nbUselessRevisions=351027
1.09	     nbAssignments=612  nbFailedAssignments=249  nbBacktracks=323  nbVisitedNodes=1059  nbRestartNogoods=18  mapSize=282
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.242  cpuTime=0.2  mem=15M7
1.16	   
1.16	   search
1.16	     run=7  nbConstraintChecks=1314564  nbPropagations=54370  nbRevisions=672172  nbUselessRevisions=535855
1.16	     nbAssignments=919  nbFailedAssignments=378  nbBacktracks=496  nbVisitedNodes=1599  nbRestartNogoods=27  mapSize=429
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.314  cpuTime=0.28  mem=15M7
1.27	   
1.27	   search
1.27	     run=8  nbConstraintChecks=1931595  nbPropagations=79850  nbRevisions=1001271  nbUselessRevisions=795919
1.27	     nbAssignments=1346  nbFailedAssignments=543  nbBacktracks=754  nbVisitedNodes=2323  nbRestartNogoods=33
1.27	     mapSize=629  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.417  cpuTime=0.37  mem=15M7
1.43	   
1.43	   search
1.43	     run=9  nbConstraintChecks=2855906  nbPropagations=117402  nbRevisions=1491166  nbUselessRevisions=1184059
1.43	     nbAssignments=2001  nbFailedAssignments=799  nbBacktracks=1140  nbVisitedNodes=3438  nbRestartNogoods=41
1.43	     mapSize=950  nbInferences=0  nbTooLargeKeys=0
1.43	       =>  wckTime=0.579  cpuTime=0.52  mem=15M7
1.47	   
1.47	   INFO : Stopping hyperNogood (mapSize=1032, nbTooLargekeys=0, mem=15M7)
1.65	   
1.65	   search
1.65	     run=10  nbConstraintChecks=4342541  nbPropagations=173197  nbRevisions=2222682  nbUselessRevisions=1760495
1.65	     nbAssignments=2954  nbFailedAssignments=1170  nbBacktracks=1718  nbVisitedNodes=5073  nbRestartNogoods=45
1.65	       =>  wckTime=0.803  cpuTime=0.73  mem=15M7
1.95	   
1.95	   search
1.95	     run=11  nbConstraintChecks=6439564  nbPropagations=255723  nbRevisions=3325926  nbUselessRevisions=2633807
1.95	     nbAssignments=4390  nbFailedAssignments=1735  nbBacktracks=2586  nbVisitedNodes=7574  nbRestartNogoods=48
1.95	       =>  wckTime=1.104  cpuTime=1.03  mem=15M7
2.45	   
2.45	   search
2.45	     run=12  nbConstraintChecks=10096559  nbPropagations=382233  nbRevisions=5028564  nbUselessRevisions=3978501
2.45	     nbAssignments=6663  nbFailedAssignments=2706  nbBacktracks=3885  nbVisitedNodes=11580  nbRestartNogoods=56
2.45	       =>  wckTime=1.602  cpuTime=1.52  mem=15M7
3.11	   
3.11	   search
3.11	     run=13  nbConstraintChecks=14661812  nbPropagations=568808  nbRevisions=7531534  nbUselessRevisions=5956427
3.11	     nbAssignments=10014  nbFailedAssignments=4103  nbBacktracks=5834  nbVisitedNodes=17378  nbRestartNogoods=62
3.11	       =>  wckTime=2.255  cpuTime=2.18  mem=15M7
4.13	   
4.13	   search
4.13	     run=14  nbConstraintChecks=22037876  nbPropagations=847550  nbRevisions=11301156  nbUselessRevisions=8941711
4.13	     nbAssignments=14980  nbFailedAssignments=6145  nbBacktracks=8753  nbVisitedNodes=26104  nbRestartNogoods=70
4.13	       =>  wckTime=3.279  cpuTime=3.2  mem=15M7
5.73	   
5.73	   search
5.73	     run=15  nbConstraintChecks=33798492  nbPropagations=1268449  nbRevisions=16988526  nbUselessRevisions=13431793
5.73	     nbAssignments=22448  nbFailedAssignments=9216  nbBacktracks=13134  nbVisitedNodes=39092  nbRestartNogoods=81
5.73	       =>  wckTime=4.877  cpuTime=4.8  mem=15M7
8.24	   
8.24	   search
8.24	     run=16  nbConstraintChecks=52247313  nbPropagations=1912390  nbRevisions=25705797  nbUselessRevisions=20307870
8.24	     nbAssignments=33957  nbFailedAssignments=14150  nbBacktracks=19706  nbVisitedNodes=59369  nbRestartNogoods=82
8.24	       =>  wckTime=7.385  cpuTime=7.3  mem=15M982
8.97	   
8.97	   search
8.97	     run=17  nbConstraintChecks=57560752  nbPropagations=2622587  nbRevisions=35313522  nbUselessRevisions=27887552
8.97	     nbAssignments=37451  nbFailedAssignments=15568  nbBacktracks=21742  nbVisitedNodes=65463  nbRestartNogoods=92
8.97	       =>  wckTime=8.118  cpuTime=8.04  mem=15M982
8.97	   
8.97	   global
8.97	     nbConstraintChecks=57623674  nbPropagations=2623415  nbRevisions=35320017  nbUselessRevisions=27892854
8.97	     nbRestartNogoods=92  solvingWckTime=8.119  solvingCpuTime=8.04  expiredTime=no  totalExploration=no
8.97	     nbFoundSolutions=1  globalCpuTime=8.43
8.97	       =>  wckTime=8.617  cpuTime=8.38  mem=15M982
8.97	   
8.97	s SATISFIABLE
8.97	v 2 4 0 13 2 12 15 6 2 14 4 11 8 14 16 12 11 18 5 15 2 2 18 11 18 10 11 8 12 12 4 17 17 8 4 18 18 8 3 15 
8.97	d NODES 37451
8.97	d CHECKS 57623674
8.97	   
8.97	   totalWckTime=8.694  totalCpuTime=8.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/node5/watcher-202515-1168152174 -o ROOT/results/node5/solver-202515-1168152174 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/202515-1168152174/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.85 1.98 1.99 4/88 3260
/proc/meminfo: memFree=1627672/2055920 swapFree=4192812/4192956
[pid=3259] ppid=3257 vsize=292 CPUtime=0
/proc/3259/stat : 3259 (java) R 3257 3259 1845 0 -1 0 47 0 0 0 0 0 0 0 18 0 1 0 143831968 299008 31 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 7898119 0 0 4096 0 0 0 0 17 0 0 0
/proc/3259/statm: 73 35 27 14 0 5 0

[startup+0.107696 s]
/proc/loadavg: 1.85 1.98 1.99 4/88 3260
/proc/meminfo: memFree=1627672/2055920 swapFree=4192812/4192956
[pid=3259] ppid=3257 vsize=907676 CPUtime=0.03
/proc/3259/stat : 3259 (java) R 3257 3259 1845 0 -1 0 2295 0 1 0 2 1 0 0 20 0 4 0 143831968 929460224 2042 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153799154 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/3259/statm: 226919 2042 1148 14 0 214502 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 907676

[startup+0.515741 s]
/proc/loadavg: 1.85 1.98 1.99 4/88 3260
/proc/meminfo: memFree=1627672/2055920 swapFree=4192812/4192956
[pid=3259] ppid=3257 vsize=915328 CPUtime=0.44
/proc/3259/stat : 3259 (java) R 3257 3259 1845 0 -1 0 6534 0 1 0 40 4 0 0 25 0 8 0 143831968 937295872 6273 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073565086 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3259/statm: 228832 6274 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 915328

[startup+1.33684 s]
/proc/loadavg: 1.85 1.98 1.99 3/95 3267
/proc/meminfo: memFree=1603680/2055920 swapFree=4192812/4192956
[pid=3259] ppid=3257 vsize=915456 CPUtime=1.26
/proc/3259/stat : 3259 (java) R 3257 3259 1845 0 -1 0 8735 0 1 0 119 7 0 0 25 0 8 0 143831968 937426944 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3259/statm: 228864 8473 2524 14 0 215334 0
[pid=3259/tid=3261] ppid=3257 vsize=915456 CPUtime=0.03
/proc/3259/task/3261/stat : 3261 (java) S 3257 3259 1845 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 143831978 937426944 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3262] ppid=3257 vsize=915456 CPUtime=0
/proc/3259/task/3262/stat : 3262 (java) S 3257 3259 1845 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 143831978 937426944 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3263] ppid=3257 vsize=915456 CPUtime=0
/proc/3259/task/3263/stat : 3263 (java) S 3257 3259 1845 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 143831978 937426944 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3264] ppid=3257 vsize=915456 CPUtime=0
/proc/3259/task/3264/stat : 3264 (java) S 3257 3259 1845 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 143831981 937426944 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3265] ppid=3257 vsize=915456 CPUtime=0.22
/proc/3259/task/3265/stat : 3265 (java) R 3257 3259 1845 0 -1 64 384 0 0 0 21 1 0 0 16 0 8 0 143831981 937426944 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3266] ppid=3257 vsize=915456 CPUtime=0
/proc/3259/task/3266/stat : 3266 (java) S 3257 3259 1845 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 143831982 937426944 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3267] ppid=3257 vsize=915456 CPUtime=0
/proc/3259/task/3267/stat : 3267 (java) S 3257 3259 1845 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 143831982 937426944 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915456

[startup+2.97402 s]
/proc/loadavg: 1.85 1.98 1.99 3/95 3267
/proc/meminfo: memFree=1603360/2055920 swapFree=4192812/4192956
[pid=3259] ppid=3257 vsize=915456 CPUtime=2.89
/proc/3259/stat : 3259 (java) R 3257 3259 1845 0 -1 0 8771 0 1 0 282 7 0 0 25 0 8 0 143831968 937426944 8508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073795521 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3259/statm: 228864 8508 2524 14 0 215334 0
[pid=3259/tid=3261] ppid=3257 vsize=915456 CPUtime=0.03
/proc/3259/task/3261/stat : 3261 (java) S 3257 3259 1845 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 143831978 937426944 8508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3262] ppid=3257 vsize=915456 CPUtime=0
/proc/3259/task/3262/stat : 3262 (java) S 3257 3259 1845 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 143831978 937426944 8508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3263] ppid=3257 vsize=915456 CPUtime=0
/proc/3259/task/3263/stat : 3263 (java) S 3257 3259 1845 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 143831978 937426944 8508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3264] ppid=3257 vsize=915456 CPUtime=0
/proc/3259/task/3264/stat : 3264 (java) S 3257 3259 1845 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 143831981 937426944 8508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3265] ppid=3257 vsize=915456 CPUtime=0.23
/proc/3259/task/3265/stat : 3265 (java) S 3257 3259 1845 0 -1 64 394 0 0 0 22 1 0 0 15 0 8 0 143831981 937426944 8508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3266] ppid=3257 vsize=915456 CPUtime=0
/proc/3259/task/3266/stat : 3266 (java) S 3257 3259 1845 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 143831982 937426944 8508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3267] ppid=3257 vsize=915456 CPUtime=0
/proc/3259/task/3267/stat : 3267 (java) S 3257 3259 1845 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 143831982 937426944 8508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 915456

[startup+6.27439 s]
/proc/loadavg: 1.86 1.98 1.99 3/95 3267
/proc/meminfo: memFree=1603296/2055920 swapFree=4192812/4192956
[pid=3259] ppid=3257 vsize=915456 CPUtime=6.19
/proc/3259/stat : 3259 (java) R 3257 3259 1845 0 -1 0 8781 0 1 0 612 7 0 0 25 0 8 0 143831968 937426944 8517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073803513 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3259/statm: 228864 8517 2524 14 0 215334 0
[pid=3259/tid=3261] ppid=3257 vsize=915456 CPUtime=0.03
/proc/3259/task/3261/stat : 3261 (java) S 3257 3259 1845 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 143831978 937426944 8517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3262] ppid=3257 vsize=915456 CPUtime=0
/proc/3259/task/3262/stat : 3262 (java) S 3257 3259 1845 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 143831978 937426944 8517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3263] ppid=3257 vsize=915456 CPUtime=0
/proc/3259/task/3263/stat : 3263 (java) S 3257 3259 1845 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 143831978 937426944 8517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3264] ppid=3257 vsize=915456 CPUtime=0
/proc/3259/task/3264/stat : 3264 (java) S 3257 3259 1845 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 143831981 937426944 8517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3265] ppid=3257 vsize=915456 CPUtime=0.23
/proc/3259/task/3265/stat : 3265 (java) S 3257 3259 1845 0 -1 64 395 0 0 0 22 1 0 0 16 0 8 0 143831981 937426944 8517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3266] ppid=3257 vsize=915456 CPUtime=0
/proc/3259/task/3266/stat : 3266 (java) S 3257 3259 1845 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 143831982 937426944 8517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3259/tid=3267] ppid=3257 vsize=915456 CPUtime=0
/proc/3259/task/3267/stat : 3267 (java) S 3257 3259 1845 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 143831982 937426944 8517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 8.98877
CPU time (s): 8.91264
CPU user time (s): 8.82766
CPU system time (s): 0.084987
CPU usage (%): 99.1531
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.82766
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8874
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= 1354
involuntary context switches= 1594

runsolver used 0.009998 s user time and 0.032994 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sun Jan  7 06:42:55 UTC 2007


IDJOB= 202515
IDBENCH= 3862
FILE ID= node5/202515-1168152174

PBS_JOBID= 3478180

Free space on /tmp= 66350 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19/rand-2-40-19-443-230-15_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/202515-1168152174/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-202515-1168152174 -o ROOT/results/node5/solver-202515-1168152174 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/202515-1168152174/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d67733b7b2752dd74a89c290b958bd4b

RANDOM SEED= 123927860

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.240
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.240
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:       1628088 kB
Buffers:         64088 kB
Cached:         251296 kB
SwapCached:          0 kB
Active:         187384 kB
Inactive:       178848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2064 kB
Writeback:           0 kB
Mapped:          71412 kB
Slab:            46492 kB
Committed_AS:  3546936 kB
PageTables:       2192 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= 66350 MiB



End job on node5 on Sun Jan  7 06:43:04 UTC 2007