Trace number 218289

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 23.8904 24.152

DiagnosticValue
CHECKS19620260
NODES22048

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-15_ext.xml
MD5SUM1840635371b1f59e2c7afab36019d4cd
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 benchmark5.62414
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
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/218289-1168251979/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.42	       =>  wckTime=0.1  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.70	   
0.70	   constraints being loaded...
0.87	     nbConstraints=58  nbRelationTypes=58  nbExtensionStructures=58  nbSharedExtensionStructures=0
0.87	     nbConflictsStructures=58  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
0.87	       =>  wckTime=0.542  cpuTime=0.49  mem=42M548
0.95	   
0.95	   solver IterativeSystematicSolver being built... 
1.13	       =>  wckTime=0.81  cpuTime=0.63  mem=21M75
1.21	   
1.21	   preprocessing
1.21	     nbConstraintChecks=17912  nbValidityChecks=29691  nbPropagations=180  nbRevisions=1580  nbUselessRevisions=1344
1.21	     nbSingletonTests=27  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.21	       =>  wckTime=0.075  cpuTime=0.05  mem=21M75
1.26	   
1.26	   search
1.26	     run=0  nbConstraintChecks=22148  nbValidityChecks=40289  nbPropagations=403  nbRevisions=4067
1.26	     nbUselessRevisions=3290  nbAssignments=24  nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=40
1.26	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.127  cpuTime=0.09  mem=22M60
1.31	   
1.31	   search
1.31	     run=1  nbConstraintChecks=50590  nbValidityChecks=103971  nbPropagations=1216  nbRevisions=12778
1.31	     nbUselessRevisions=10305  nbAssignments=64  nbFailedAssignments=32  nbBacktracks=25  nbVisitedNodes=113
1.31	     nbRestartNogoods=4  mapSize=20  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.175  cpuTime=0.14  mem=22M60
1.38	   
1.38	   search
1.38	     run=2  nbConstraintChecks=99378  nbValidityChecks=192965  nbPropagations=2527  nbRevisions=26978
1.38	     nbUselessRevisions=21574  nbAssignments=112  nbFailedAssignments=53  nbBacktracks=48  nbVisitedNodes=195
1.38	     nbRestartNogoods=5  mapSize=39  nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.248  cpuTime=0.21  mem=22M60
1.52	   
1.52	   search
1.52	     run=3  nbConstraintChecks=191296  nbValidityChecks=387537  nbPropagations=5129  nbRevisions=56204
1.52	     nbUselessRevisions=44726  nbAssignments=234  nbFailedAssignments=130  nbBacktracks=81  nbVisitedNodes=415
1.52	     nbRestartNogoods=12  mapSize=72  nbInferences=0  nbTooLargeKeys=0
1.52	       =>  wckTime=0.381  cpuTime=0.33  mem=22M60
1.68	   
1.68	   search
1.68	     run=4  nbConstraintChecks=320459  nbValidityChecks=628371  nbPropagations=9241  nbRevisions=101439
1.68	     nbUselessRevisions=80285  nbAssignments=370  nbFailedAssignments=201  nbBacktracks=131  nbVisitedNodes=646
1.68	     nbRestartNogoods=18  mapSize=112  nbInferences=0  nbTooLargeKeys=0
1.68	       =>  wckTime=0.542  cpuTime=0.49  mem=22M60
1.87	   
1.87	   search
1.87	     run=5  nbConstraintChecks=469312  nbValidityChecks=920462  nbPropagations=15350  nbRevisions=166951
1.87	     nbUselessRevisions=131509  nbAssignments=558  nbFailedAssignments=302  nbBacktracks=206  nbVisitedNodes=970
1.87	     nbRestartNogoods=23  mapSize=176  nbInferences=0  nbTooLargeKeys=0
1.87	       =>  wckTime=0.731  cpuTime=0.67  mem=22M60
2.19	   
2.19	   search
2.19	     run=6  nbConstraintChecks=729874  nbValidityChecks=1428722  nbPropagations=24711  nbRevisions=267877
2.19	     nbUselessRevisions=210305  nbAssignments=859  nbFailedAssignments=457  nbBacktracks=319  nbVisitedNodes=1470
2.19	     nbRestartNogoods=33  mapSize=271  nbInferences=0  nbTooLargeKeys=0
2.19	       =>  wckTime=1.058  cpuTime=0.99  mem=22M60
2.73	   
2.73	   search
2.73	     run=7  nbConstraintChecks=1156547  nbValidityChecks=2341386  nbPropagations=40002  nbRevisions=439089
2.73	     nbUselessRevisions=345006  nbAssignments=1407  nbFailedAssignments=830  nbBacktracks=489  nbVisitedNodes=2517
2.73	     nbRestartNogoods=39  mapSize=434  nbInferences=0  nbTooLargeKeys=0
2.73	       =>  wckTime=1.598  cpuTime=1.52  mem=22M60
3.41	   
3.41	   search
3.41	     run=8  nbConstraintChecks=1696075  nbValidityChecks=3389079  nbPropagations=62439  nbRevisions=683463
3.41	     nbUselessRevisions=536224  nbAssignments=2014  nbFailedAssignments=1166  nbBacktracks=745  nbVisitedNodes=3618
3.41	     nbRestartNogoods=47  mapSize=658  nbInferences=0  nbTooLargeKeys=0
3.41	       =>  wckTime=2.276  cpuTime=2.17  mem=22M60
4.50	   
4.50	   search
4.50	     run=9  nbConstraintChecks=2638183  nbValidityChecks=5148182  nbPropagations=95907  nbRevisions=1045456
4.50	     nbUselessRevisions=818670  nbAssignments=2957  nbFailedAssignments=1690  nbBacktracks=1129  nbVisitedNodes=5302
4.50	     nbRestartNogoods=63  mapSize=991  nbInferences=0  nbTooLargeKeys=0
4.50	       =>  wckTime=3.363  cpuTime=3.25  mem=22M60
4.59	   
4.59	   INFO : Stopping hyperNogood (mapSize=1010, nbTooLargekeys=0, mem=22M60)
6.33	   
6.33	   search
6.33	     run=10  nbConstraintChecks=4198323  nbValidityChecks=8414433  nbPropagations=150000  nbRevisions=1650441
6.33	     nbUselessRevisions=1293853  nbAssignments=4896  nbFailedAssignments=3043  nbBacktracks=1705  nbVisitedNodes=9068
6.33	     nbRestartNogoods=76
6.33	       =>  wckTime=5.199  cpuTime=5.06  mem=22M60
8.29	   
8.29	   search
8.29	     run=11  nbConstraintChecks=5920426  nbValidityChecks=11661474  nbPropagations=224830  nbRevisions=2473537
8.29	     nbUselessRevisions=1937395  nbAssignments=6704  nbFailedAssignments=3985  nbBacktracks=2570  nbVisitedNodes=12324
8.29	     nbRestartNogoods=87
8.29	       =>  wckTime=7.159  cpuTime=7.0  mem=22M60
11.75	   
11.75	   search
11.75	     run=12  nbConstraintChecks=8903117  nbValidityChecks=17456897  nbPropagations=337381  nbRevisions=3707658
11.75	     nbUselessRevisions=2900463  nbAssignments=10022  nbFailedAssignments=6001  nbBacktracks=3867  nbVisitedNodes=18526
11.75	     nbRestartNogoods=96
11.75	       =>  wckTime=10.615  cpuTime=10.42  mem=22M60
16.86	   
16.86	   search
16.86	     run=13  nbConstraintChecks=13344577  nbValidityChecks=25911641  nbPropagations=503791  nbRevisions=5512081
16.86	     nbUselessRevisions=4302936  nbAssignments=14628  nbFailedAssignments=8644  nbBacktracks=5813  nbVisitedNodes=27014
16.86	     nbRestartNogoods=106
16.86	       =>  wckTime=15.725  cpuTime=15.49  mem=22M60
24.11	   
24.11	   search
24.11	     run=14  nbConstraintChecks=19602348  nbValidityChecks=38742182  nbPropagations=750185  nbRevisions=8242100
24.11	     nbUselessRevisions=6434223  nbAssignments=22048  nbFailedAssignments=13575  nbBacktracks=8276  nbVisitedNodes=41184
24.11	     nbRestartNogoods=123
24.11	       =>  wckTime=22.976  cpuTime=22.66  mem=22M60
24.11	   
24.11	   global
24.11	     nbConstraintChecks=19620260  nbValidityChecks=38771873  nbPropagations=750365  nbRevisions=8243680
24.11	     nbUselessRevisions=6435567  nbRestartNogoods=123  solvingWckTime=22.977  solvingCpuTime=22.67  expiredTime=no
24.11	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=23.35
24.11	       =>  wckTime=23.79  cpuTime=23.3  mem=22M60
24.11	   
24.11	s SATISFIABLE
24.11	v 7 4 12 10 12 13 8 2 4 7 1 3 0 8 9 6 9 1 19 11 
24.12	d NODES 22048
24.12	d CHECKS 19620260
24.12	   
24.12	   totalWckTime=23.871  totalCpuTime=23.35

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/node18/watcher-218289-1168251979 -o ROOT/results/node18/solver-218289-1168251979 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218289-1168251979/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.91 1.97 1.99 4/87 21948
/proc/meminfo: memFree=1494280/2055920 swapFree=4192812/4192956
[pid=21947] ppid=21945 vsize=18540 CPUtime=0
/proc/21947/stat : 21947 (runsolver) R 21945 21947 19843 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 173592601 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 227848809767 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21947/statm: 4635 279 244 17 0 2626 0

[startup+0.104005 s]
/proc/loadavg: 1.91 1.97 1.99 4/87 21948
/proc/meminfo: memFree=1494280/2055920 swapFree=4192812/4192956
[pid=21947] ppid=21945 vsize=913228 CPUtime=0.07
/proc/21947/stat : 21947 (java) S 21945 21947 19843 0 -1 0 2919 0 1 0 6 1 0 0 19 0 8 0 173592601 935145472 2665 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21947/statm: 228307 2665 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913228

[startup+0.512044 s]
/proc/loadavg: 1.91 1.97 1.99 4/87 21948
/proc/meminfo: memFree=1494280/2055920 swapFree=4192812/4192956
[pid=21947] ppid=21945 vsize=915328 CPUtime=0.48
/proc/21947/stat : 21947 (java) R 21945 21947 19843 0 -1 0 7328 0 1 0 43 5 0 0 18 0 8 0 173592601 937295872 7067 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073564659 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21947/statm: 228832 7067 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33412 s]
/proc/loadavg: 1.91 1.97 1.99 3/94 21955
/proc/meminfo: memFree=1436624/2055920 swapFree=4192812/4192956
[pid=21947] ppid=21945 vsize=915460 CPUtime=1.29
/proc/21947/stat : 21947 (java) R 21945 21947 19843 0 -1 0 17090 0 1 0 119 10 0 0 24 0 8 0 173592601 937431040 16828 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21947/statm: 228865 16828 2527 14 0 215335 0
[pid=21947/tid=21949] ppid=21945 vsize=915460 CPUtime=0.06
/proc/21947/task/21949/stat : 21949 (java) S 21945 21947 19843 0 -1 64 1792 0 0 0 6 0 0 0 16 0 8 0 173592606 937431040 16828 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21950] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21950/stat : 21950 (java) S 21945 21947 19843 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173592606 937431040 16828 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21951] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21951/stat : 21951 (java) S 21945 21947 19843 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173592606 937431040 16828 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21952] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21952/stat : 21952 (java) S 21945 21947 19843 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 173592609 937431040 16828 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21953] ppid=21945 vsize=915460 CPUtime=0.17
/proc/21947/task/21953/stat : 21953 (java) S 21945 21947 19843 0 -1 64 354 0 0 0 16 1 0 0 15 0 8 0 173592609 937431040 16828 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21954] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21954/stat : 21954 (java) S 21945 21947 19843 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173592609 937431040 16828 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21955] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21955/stat : 21955 (java) S 21945 21947 19843 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173592609 937431040 16828 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915460

[startup+2.98428 s]
/proc/loadavg: 1.91 1.97 1.99 3/94 21955
/proc/meminfo: memFree=1436432/2055920 swapFree=4192812/4192956
[pid=21947] ppid=21945 vsize=915460 CPUtime=2.94
/proc/21947/stat : 21947 (java) R 21945 21947 19843 0 -1 0 17111 0 1 0 283 11 0 0 25 0 8 0 173592601 937431040 16847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073730610 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21947/statm: 228865 16847 2527 14 0 215335 0
[pid=21947/tid=21949] ppid=21945 vsize=915460 CPUtime=0.06
/proc/21947/task/21949/stat : 21949 (java) S 21945 21947 19843 0 -1 64 1792 0 0 0 6 0 0 0 17 0 8 0 173592606 937431040 16847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21950] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21950/stat : 21950 (java) S 21945 21947 19843 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173592606 937431040 16847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21951] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21951/stat : 21951 (java) S 21945 21947 19843 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173592606 937431040 16847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21952] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21952/stat : 21952 (java) S 21945 21947 19843 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 173592609 937431040 16847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21953] ppid=21945 vsize=915460 CPUtime=0.22
/proc/21947/task/21953/stat : 21953 (java) S 21945 21947 19843 0 -1 64 374 0 0 0 21 1 0 0 16 0 8 0 173592609 937431040 16847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21954] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21954/stat : 21954 (java) S 21945 21947 19843 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173592609 937431040 16847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21955] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21955/stat : 21955 (java) S 21945 21947 19843 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173592609 937431040 16847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.19261 s]
/proc/loadavg: 1.92 1.97 1.99 3/94 21955
/proc/meminfo: memFree=1436048/2055920 swapFree=4192812/4192956
[pid=21947] ppid=21945 vsize=915460 CPUtime=6.11
/proc/21947/stat : 21947 (java) R 21945 21947 19843 0 -1 0 17123 0 1 0 600 11 0 0 25 0 8 0 173592601 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073613951 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21947/statm: 228865 16857 2527 14 0 215335 0
[pid=21947/tid=21949] ppid=21945 vsize=915460 CPUtime=0.06
/proc/21947/task/21949/stat : 21949 (java) S 21945 21947 19843 0 -1 64 1792 0 0 0 6 0 0 0 16 0 8 0 173592606 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21950] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21950/stat : 21950 (java) S 21945 21947 19843 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173592606 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21951] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21951/stat : 21951 (java) S 21945 21947 19843 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173592606 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21952] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21952/stat : 21952 (java) S 21945 21947 19843 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 173592609 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21953] ppid=21945 vsize=915460 CPUtime=0.23
/proc/21947/task/21953/stat : 21953 (java) S 21945 21947 19843 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 173592609 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21954] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21954/stat : 21954 (java) S 21945 21947 19843 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173592609 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21955] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21955/stat : 21955 (java) S 21945 21947 19843 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173592609 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915460

[startup+12.6752 s]
/proc/loadavg: 1.93 1.97 1.99 3/94 21955
/proc/meminfo: memFree=1435792/2055920 swapFree=4192812/4192956
[pid=21947] ppid=21945 vsize=915460 CPUtime=12.53
/proc/21947/stat : 21947 (java) R 21945 21947 19843 0 -1 0 17123 0 1 0 1242 11 0 0 25 0 8 0 173592601 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073724497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21947/statm: 228865 16857 2527 14 0 215335 0
[pid=21947/tid=21949] ppid=21945 vsize=915460 CPUtime=0.06
/proc/21947/task/21949/stat : 21949 (java) S 21945 21947 19843 0 -1 64 1792 0 0 0 6 0 0 0 17 0 8 0 173592606 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21950] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21950/stat : 21950 (java) S 21945 21947 19843 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173592606 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21951] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21951/stat : 21951 (java) S 21945 21947 19843 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173592606 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21952] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21952/stat : 21952 (java) S 21945 21947 19843 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 173592609 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21953] ppid=21945 vsize=915460 CPUtime=0.23
/proc/21947/task/21953/stat : 21953 (java) S 21945 21947 19843 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 173592609 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21954] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21954/stat : 21954 (java) S 21945 21947 19843 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173592609 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21947/tid=21955] ppid=21945 vsize=915460 CPUtime=0
/proc/21947/task/21955/stat : 21955 (java) S 21945 21947 19843 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173592609 937431040 16857 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 24.152
CPU time (s): 23.8904
CPU user time (s): 23.7614
CPU system time (s): 0.12898
CPU usage (%): 98.9166
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.7614
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17132
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= 1554
involuntary context switches= 2594

runsolver used 0.033994 s user time and 0.084987 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Jan  8 10:26:19 UTC 2007


IDJOB= 218289
IDBENCH= 5223
FILE ID= node18/218289-1168251979

PBS_JOBID= 3481645

Free space on /tmp= 66292 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1840635371b1f59e2c7afab36019d4cd

RANDOM SEED= 524777871

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.231
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.231
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:       1494696 kB
Buffers:         70496 kB
Cached:         222584 kB
SwapCached:          0 kB
Active:         352880 kB
Inactive:       151388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1494696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2972 kB
Writeback:           0 kB
Mapped:         231212 kB
Slab:            41692 kB
Committed_AS:  5161908 kB
PageTables:       2372 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= 66292 MiB



End job on node18 on Mon Jan  8 10:26:45 UTC 2007