Trace number 218372

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 20.3459 20.4513

DiagnosticValue
CHECKS17780106
NODES18228

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-29_ext.xml
MD5SUM1dccb7e9f0c68441fbea3ee60d9db5eb
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 benchmark14.6028
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/218372-1168252392/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.42	       =>  wckTime=0.099  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.68	   
0.68	   constraints being loaded...
0.84	     nbConstraints=57  nbRelationTypes=57  nbExtensionStructures=57  nbSharedExtensionStructures=0
0.84	     nbConflictsStructures=57  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
0.84	       =>  wckTime=0.515  cpuTime=0.46  mem=41M661
0.91	   
0.91	   solver IterativeSystematicSolver being built... 
1.08	       =>  wckTime=0.762  cpuTime=0.6  mem=20M863
1.17	   
1.17	   preprocessing
1.17	     nbConstraintChecks=22597  nbValidityChecks=36853  nbPropagations=206  nbRevisions=1902  nbUselessRevisions=1619
1.17	     nbSingletonTests=29  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.17	       =>  wckTime=0.084  cpuTime=0.05  mem=20M863
1.23	   
1.23	   search
1.23	     run=0  nbConstraintChecks=30583  nbValidityChecks=59614  nbPropagations=588  nbRevisions=6031
1.23	     nbUselessRevisions=4807  nbAssignments=36  nbFailedAssignments=21  nbBacktracks=11  nbVisitedNodes=67
1.23	     nbRestartNogoods=0  mapSize=11  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.148  cpuTime=0.1  mem=21M847
1.27	   
1.27	   search
1.27	     run=1  nbConstraintChecks=59770  nbValidityChecks=115183  nbPropagations=1518  nbRevisions=15933
1.27	     nbUselessRevisions=12631  nbAssignments=70  nbFailedAssignments=37  nbBacktracks=26  nbVisitedNodes=127
1.27	     nbRestartNogoods=2  mapSize=24  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.19  cpuTime=0.14  mem=21M847
1.34	   
1.34	   search
1.34	     run=2  nbConstraintChecks=98852  nbValidityChecks=186970  nbPropagations=2900  nbRevisions=30726
1.34	     nbUselessRevisions=24269  nbAssignments=114  nbFailedAssignments=57  nbBacktracks=48  nbVisitedNodes=203
1.34	     nbRestartNogoods=3  mapSize=43  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.251  cpuTime=0.19  mem=21M847
1.41	   
1.41	   search
1.41	     run=3  nbConstraintChecks=153934  nbValidityChecks=289970  nbPropagations=5009  nbRevisions=53488
1.41	     nbUselessRevisions=42145  nbAssignments=182  nbFailedAssignments=89  nbBacktracks=81  nbVisitedNodes=319
1.42	     nbRestartNogoods=5  mapSize=70  nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.33  cpuTime=0.27  mem=21M847
1.51	   
1.51	   search
1.51	     run=4  nbConstraintChecks=230442  nbValidityChecks=435349  nbPropagations=8167  nbRevisions=87366
1.51	     nbUselessRevisions=68774  nbAssignments=274  nbFailedAssignments=126  nbBacktracks=131  nbVisitedNodes=477
1.51	     nbRestartNogoods=10  mapSize=112  nbInferences=0  nbTooLargeKeys=0
1.51	       =>  wckTime=0.429  cpuTime=0.36  mem=21M847
1.76	   
1.76	   search
1.76	     run=5  nbConstraintChecks=431040  nbValidityChecks=812956  nbPropagations=13529  nbRevisions=147229
1.76	     nbUselessRevisions=115799  nbAssignments=474  nbFailedAssignments=246  nbBacktracks=206  nbVisitedNodes=857
1.76	     nbRestartNogoods=15  mapSize=186  nbInferences=0  nbTooLargeKeys=0
1.76	       =>  wckTime=0.676  cpuTime=0.6  mem=21M847
2.00	   
2.00	   search
2.00	     run=6  nbConstraintChecks=639203  nbValidityChecks=1195526  nbPropagations=21247  nbRevisions=232469
2.00	     nbUselessRevisions=182620  nbAssignments=681  nbFailedAssignments=337  nbBacktracks=319  nbVisitedNodes=1223
2.00	     nbRestartNogoods=22  mapSize=281  nbInferences=0  nbTooLargeKeys=0
2.00	       =>  wckTime=0.917  cpuTime=0.84  mem=21M847
2.56	   
2.56	   search
2.56	     run=7  nbConstraintChecks=1088221  nbValidityChecks=2093828  nbPropagations=34713  nbRevisions=384824
2.56	     nbUselessRevisions=301404  nbAssignments=1173  nbFailedAssignments=656  nbBacktracks=489  nbVisitedNodes=2170
2.56	     nbRestartNogoods=27  mapSize=441  nbInferences=0  nbTooLargeKeys=0
2.56	       =>  wckTime=1.479  cpuTime=1.39  mem=21M847
3.16	   
3.16	   search
3.16	     run=8  nbConstraintChecks=1577391  nbValidityChecks=3057661  nbPropagations=54682  nbRevisions=607408
3.16	     nbUselessRevisions=474308  nbAssignments=1761  nbFailedAssignments=984  nbBacktracks=746  nbVisitedNodes=3238
3.16	     nbRestartNogoods=40  mapSize=655  nbInferences=0  nbTooLargeKeys=0
3.16	       =>  wckTime=2.072  cpuTime=1.97  mem=21M847
4.48	   
4.48	   search
4.48	     run=9  nbConstraintChecks=2727565  nbValidityChecks=5223970  nbPropagations=88173  nbRevisions=982566
4.48	     nbUselessRevisions=765621  nbAssignments=2825  nbFailedAssignments=1659  nbBacktracks=1131  nbVisitedNodes=5276
4.48	     nbRestartNogoods=47  mapSize=1024  nbInferences=0  nbTooLargeKeys=0
4.48	       =>  wckTime=3.399  cpuTime=3.28  mem=21M847
4.54	   
4.54	   INFO : Stopping hyperNogood (mapSize=1041, nbTooLargekeys=0, mem=21M847)
5.66	   
5.66	   search
5.66	     run=10  nbConstraintChecks=3764809  nbValidityChecks=7186361  nbPropagations=134210  nbRevisions=1492844
5.66	     nbUselessRevisions=1162037  nbAssignments=3909  nbFailedAssignments=2163  nbBacktracks=1708  nbVisitedNodes=7224
5.66	     nbRestartNogoods=54
5.66	       =>  wckTime=4.576  cpuTime=4.44  mem=21M847
8.20	   
8.20	   search
8.20	     run=11  nbConstraintChecks=6065831  nbValidityChecks=11471241  nbPropagations=204827  nbRevisions=2291946
8.20	     nbUselessRevisions=1783885  nbAssignments=6105  nbFailedAssignments=3491  nbBacktracks=2572  nbVisitedNodes=11366
8.20	     nbRestartNogoods=66
8.20	       =>  wckTime=7.114  cpuTime=6.97  mem=21M847
11.05	   
11.05	   search
11.05	     run=12  nbConstraintChecks=8765115  nbValidityChecks=16534811  nbPropagations=307465  nbRevisions=3442887
11.05	     nbUselessRevisions=2679576  nbAssignments=8946  nbFailedAssignments=5028  nbBacktracks=3873  nbVisitedNodes=16578
11.05	     nbRestartNogoods=75
11.05	       =>  wckTime=9.962  cpuTime=9.8  mem=21M847
16.73	   
16.73	   search
16.73	     run=13  nbConstraintChecks=14236598  nbValidityChecks=26710404  nbPropagations=467684  nbRevisions=5275282
16.73	     nbUselessRevisions=4108022  nbAssignments=13997  nbFailedAssignments=8129  nbBacktracks=5819  nbVisitedNodes=26181
16.73	     nbRestartNogoods=87
16.73	       =>  wckTime=15.648  cpuTime=15.49  mem=21M847
20.40	   
20.40	   search
20.40	     run=14  nbConstraintChecks=17757509  nbValidityChecks=33525959  nbPropagations=674063  nbRevisions=7612110
20.40	     nbUselessRevisions=5929847  nbAssignments=18228  nbFailedAssignments=10510  nbBacktracks=7649  nbVisitedNodes=33942
20.40	     nbRestartNogoods=100
20.40	       =>  wckTime=19.319  cpuTime=19.16  mem=21M847
20.40	   
20.40	   global
20.40	     nbConstraintChecks=17780106  nbValidityChecks=33562812  nbPropagations=674269  nbRevisions=7614012
20.40	     nbUselessRevisions=5931466  nbRestartNogoods=100  solvingWckTime=19.32  solvingCpuTime=19.16  expiredTime=no
20.40	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=19.82
20.40	       =>  wckTime=20.085  cpuTime=19.77  mem=21M847
20.41	   
20.41	s SATISFIABLE
20.41	v 8 18 3 12 6 2 7 18 2 2 14 13 2 10 10 10 9 4 15 9 
20.41	d NODES 18228
20.41	d CHECKS 17780106
20.41	   
20.41	   totalWckTime=20.166  totalCpuTime=19.82

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/node22/watcher-218372-1168252392 -o ROOT/results/node22/solver-218372-1168252392 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218372-1168252392/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.32 1.21 1.51 4/86 17026
/proc/meminfo: memFree=1318984/2055920 swapFree=4157540/4192956
[pid=17025] ppid=17023 vsize=18540 CPUtime=0
/proc/17025/stat : 17025 (runsolver) R 17023 17025 16513 0 -1 4194368 17 0 0 0 0 0 0 0 22 0 1 0 173633696 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 272467815719 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17025/statm: 4635 279 244 17 0 2626 0

[startup+0.10692 s]
/proc/loadavg: 1.32 1.21 1.51 4/86 17026
/proc/meminfo: memFree=1318984/2055920 swapFree=4157540/4192956
[pid=17025] ppid=17023 vsize=914988 CPUtime=0.09
/proc/17025/stat : 17025 (java) R 17023 17025 16513 0 -1 0 2977 0 1 0 7 2 0 0 19 0 8 0 173633696 936947712 2723 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153799154 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17025/statm: 228747 2723 1422 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514979 s]
/proc/loadavg: 1.32 1.21 1.51 4/86 17026
/proc/meminfo: memFree=1318984/2055920 swapFree=4157540/4192956
[pid=17025] ppid=17023 vsize=915328 CPUtime=0.49
/proc/17025/stat : 17025 (java) R 17023 17025 16513 0 -1 0 7527 0 1 0 44 5 0 0 18 0 8 0 173633696 937295872 7266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445361 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17025/statm: 228832 7266 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33811 s]
/proc/loadavg: 1.32 1.21 1.51 4/93 17033
/proc/meminfo: memFree=1262608/2055920 swapFree=4157540/4192956
[pid=17025] ppid=17023 vsize=915460 CPUtime=1.31
/proc/17025/stat : 17025 (java) R 17023 17025 16513 0 -1 0 16799 0 1 0 121 10 0 0 24 0 8 0 173633696 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073726253 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17025/statm: 228865 16537 2527 14 0 215335 0
[pid=17025/tid=17027] ppid=17023 vsize=915460 CPUtime=0.06
/proc/17025/task/17027/stat : 17027 (java) S 17023 17025 16513 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 173633700 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17028] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17028/stat : 17028 (java) S 17023 17025 16513 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173633701 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17029] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17029/stat : 17029 (java) S 17023 17025 16513 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173633701 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17030] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17030/stat : 17030 (java) S 17023 17025 16513 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 173633704 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17031] ppid=17023 vsize=915460 CPUtime=0.17
/proc/17025/task/17031/stat : 17031 (java) S 17023 17025 16513 0 -1 64 358 0 0 0 16 1 0 0 15 0 8 0 173633704 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17032] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17032/stat : 17032 (java) S 17023 17025 16513 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173633704 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17033] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17033/stat : 17033 (java) S 17023 17025 16513 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173633704 937431040 16537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.98737 s]
/proc/loadavg: 1.32 1.21 1.51 3/93 17033
/proc/meminfo: memFree=1262480/2055920 swapFree=4157540/4192956
[pid=17025] ppid=17023 vsize=915460 CPUtime=2.95
/proc/17025/stat : 17025 (java) R 17023 17025 16513 0 -1 0 16816 0 1 0 285 10 0 0 25 0 8 0 173633696 937431040 16552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073722740 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17025/statm: 228865 16552 2527 14 0 215335 0
[pid=17025/tid=17027] ppid=17023 vsize=915460 CPUtime=0.06
/proc/17025/task/17027/stat : 17027 (java) S 17023 17025 16513 0 -1 64 1744 0 0 0 6 0 0 0 17 0 8 0 173633700 937431040 16552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17028] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17028/stat : 17028 (java) S 17023 17025 16513 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173633701 937431040 16552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17029] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17029/stat : 17029 (java) S 17023 17025 16513 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173633701 937431040 16552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17030] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17030/stat : 17030 (java) S 17023 17025 16513 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 173633704 937431040 16552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17031] ppid=17023 vsize=915460 CPUtime=0.21
/proc/17025/task/17031/stat : 17031 (java) S 17023 17025 16513 0 -1 64 374 0 0 0 20 1 0 0 16 0 8 0 173633704 937431040 16552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17032] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17032/stat : 17032 (java) S 17023 17025 16513 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173633704 937431040 16552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17033] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17033/stat : 17033 (java) S 17023 17025 16513 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173633704 937431040 16552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915460

[startup+6.27687 s]
/proc/loadavg: 1.37 1.22 1.51 3/93 17033
/proc/meminfo: memFree=1262288/2055920 swapFree=4157540/4192956
[pid=17025] ppid=17023 vsize=915460 CPUtime=6.22
/proc/17025/stat : 17025 (java) R 17023 17025 16513 0 -1 0 16829 0 1 0 612 10 0 0 25 0 8 0 173633696 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073609059 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17025/statm: 228865 16563 2527 14 0 215335 0
[pid=17025/tid=17027] ppid=17023 vsize=915460 CPUtime=0.06
/proc/17025/task/17027/stat : 17027 (java) S 17023 17025 16513 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 173633700 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17028] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17028/stat : 17028 (java) S 17023 17025 16513 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173633701 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17029] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17029/stat : 17029 (java) S 17023 17025 16513 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173633701 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17030] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17030/stat : 17030 (java) S 17023 17025 16513 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 173633704 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17031] ppid=17023 vsize=915460 CPUtime=0.23
/proc/17025/task/17031/stat : 17031 (java) S 17023 17025 16513 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 173633704 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17032] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17032/stat : 17032 (java) S 17023 17025 16513 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173633704 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17033] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17033/stat : 17033 (java) S 17023 17025 16513 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173633704 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915460

[startup+12.7619 s]
/proc/loadavg: 1.42 1.23 1.51 2/88 17044
/proc/meminfo: memFree=1270848/2055920 swapFree=4157540/4192956
[pid=17025] ppid=17023 vsize=915460 CPUtime=12.68
/proc/17025/stat : 17025 (java) R 17023 17025 16513 0 -1 0 16830 0 1 0 1258 10 0 0 25 0 8 0 173633696 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613958 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17025/statm: 228865 16563 2527 14 0 215335 0
[pid=17025/tid=17027] ppid=17023 vsize=915460 CPUtime=0.06
/proc/17025/task/17027/stat : 17027 (java) S 17023 17025 16513 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 173633700 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17028] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17028/stat : 17028 (java) S 17023 17025 16513 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173633701 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17029] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17029/stat : 17029 (java) S 17023 17025 16513 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173633701 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17030] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17030/stat : 17030 (java) S 17023 17025 16513 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 173633704 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17031] ppid=17023 vsize=915460 CPUtime=0.23
/proc/17025/task/17031/stat : 17031 (java) S 17023 17025 16513 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 173633704 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17032] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17032/stat : 17032 (java) S 17023 17025 16513 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173633704 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17025/tid=17033] ppid=17023 vsize=915460 CPUtime=0
/proc/17025/task/17033/stat : 17033 (java) S 17023 17025 16513 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173633704 937431040 16563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 20.4513
CPU time (s): 20.3459
CPU user time (s): 20.2239
CPU system time (s): 0.121981
CPU usage (%): 99.4845
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.2239
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16839
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= 1537
involuntary context switches= 1721

runsolver used 0.024996 s user time and 0.078987 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Mon Jan  8 10:33:13 UTC 2007


IDJOB= 218372
IDBENCH= 5231
FILE ID= node22/218372-1168252392

PBS_JOBID= 3481943

Free space on /tmp= 66557 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-29_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218372-1168252392/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-218372-1168252392 -o ROOT/results/node22/solver-218372-1168252392 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218372-1168252392/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1dccb7e9f0c68441fbea3ee60d9db5eb

RANDOM SEED= 614639507

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.279
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.279
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:       1319400 kB
Buffers:         33608 kB
Cached:         598620 kB
SwapCached:      11256 kB
Active:         160172 kB
Inactive:       516728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1319400 kB
SwapTotal:     4192956 kB
SwapFree:      4157540 kB
Dirty:            3168 kB
Writeback:           0 kB
Mapped:          65732 kB
Slab:            44576 kB
Committed_AS:  3299880 kB
PageTables:       2236 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= 66557 MiB



End job on node22 on Mon Jan  8 10:33:33 UTC 2007