Trace number 208640

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 10.1335 10.4063

DiagnosticValue
CHECKS8289009
NODES9653

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-17_ext.xml
MD5SUMca308e89d1889b24c0a1a8bc530e13b1
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 benchmark2.22866
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/208640-1168074798/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.38	       =>  wckTime=0.091  cpuTime=0.09  mem=6M951
0.38	   
0.38	   relations being loaded...
0.64	   
0.64	   constraints being loaded...
0.78	     nbConstraints=58  nbRelationTypes=58  nbExtensionStructures=58  nbSharedExtensionStructures=0
0.79	     nbConflictsStructures=58  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=16  maxArity=3
0.79	       =>  wckTime=0.496  cpuTime=0.45  mem=42M537
0.86	   
0.86	   solver IterativeSystematicSolver being built... 
1.01	       =>  wckTime=0.724  cpuTime=0.58  mem=21M320
1.02	   
1.02	   preprocessing
1.02	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.02	     detectedInconsistency=no
1.02	       =>  wckTime=0.0020  cpuTime=0.0  mem=21M320
1.11	   
1.11	   search
1.11	     run=0  nbConstraintChecks=17841  nbValidityChecks=33484  nbPropagations=323  nbRevisions=2799
1.11	     nbUselessRevisions=2161  nbAssignments=27  nbFailedAssignments=12  nbBacktracks=12  nbVisitedNodes=46
1.11	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.089  cpuTime=0.05  mem=21M320
1.14	   
1.14	   search
1.14	     run=1  nbConstraintChecks=35995  nbValidityChecks=75446  nbPropagations=1064  nbRevisions=9349
1.14	     nbUselessRevisions=7225  nbAssignments=64  nbFailedAssignments=31  nbBacktracks=27  nbVisitedNodes=109
1.14	     nbRestartNogoods=2  mapSize=23  nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.125  cpuTime=0.08  mem=21M320
1.24	   
1.24	   search
1.24	     run=2  nbConstraintChecks=105595  nbValidityChecks=211676  nbPropagations=2542  nbRevisions=25194
1.24	     nbUselessRevisions=19597  nbAssignments=131  nbFailedAssignments=72  nbBacktracks=49  nbVisitedNodes=232
1.24	     nbRestartNogoods=3  mapSize=44  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.221  cpuTime=0.17  mem=21M320
1.31	   
1.31	   search
1.31	     run=3  nbConstraintChecks=156153  nbValidityChecks=316215  nbPropagations=5062  nbRevisions=51197
1.31	     nbUselessRevisions=39875  nbAssignments=221  nbFailedAssignments=125  nbBacktracks=84  nbVisitedNodes=399
1.31	     nbRestartNogoods=7  mapSize=75  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.294  cpuTime=0.24  mem=21M320
1.45	   
1.45	   search
1.45	     run=4  nbConstraintChecks=267612  nbValidityChecks=537353  nbPropagations=8867  nbRevisions=92905
1.45	     nbUselessRevisions=72520  nbAssignments=342  nbFailedAssignments=192  nbBacktracks=134  nbVisitedNodes=621
1.45	     nbRestartNogoods=9  mapSize=120  nbInferences=0  nbTooLargeKeys=0
1.45	       =>  wckTime=0.429  cpuTime=0.37  mem=21M320
1.62	   
1.62	   search
1.62	     run=5  nbConstraintChecks=417252  nbValidityChecks=831689  nbPropagations=14930  nbRevisions=156125
1.62	     nbUselessRevisions=121492  nbAssignments=570  nbFailedAssignments=341  nbBacktracks=209  nbVisitedNodes=1056
1.62	     nbRestartNogoods=15  mapSize=194  nbInferences=0  nbTooLargeKeys=0
1.62	       =>  wckTime=0.607  cpuTime=0.54  mem=21M320
2.21	   
2.21	   search
2.21	     run=6  nbConstraintChecks=969616  nbValidityChecks=1832784  nbPropagations=25461  nbRevisions=280917
2.21	     nbUselessRevisions=219026  nbAssignments=991  nbFailedAssignments=645  nbBacktracks=322  nbVisitedNodes=1878
2.21	     nbRestartNogoods=24  mapSize=306  nbInferences=0  nbTooLargeKeys=0
2.21	       =>  wckTime=1.198  cpuTime=1.13  mem=21M320
2.57	   
2.57	   search
2.57	     run=7  nbConstraintChecks=1276704  nbValidityChecks=2436554  nbPropagations=40897  nbRevisions=453160
2.57	     nbUselessRevisions=352484  nbAssignments=1449  nbFailedAssignments=928  nbBacktracks=493  nbVisitedNodes=2741
2.57	     nbRestartNogoods=27  mapSize=463  nbInferences=0  nbTooLargeKeys=0
2.57	       =>  wckTime=1.55  cpuTime=1.48  mem=21M320
3.16	   
3.17	   search
3.17	     run=8  nbConstraintChecks=1797385  nbValidityChecks=3468643  nbPropagations=64199  nbRevisions=703931
3.17	     nbUselessRevisions=545629  nbAssignments=2240  nbFailedAssignments=1459  nbBacktracks=751  nbVisitedNodes=4262
3.17	     nbRestartNogoods=31  mapSize=711  nbInferences=0  nbTooLargeKeys=0
3.17	       =>  wckTime=2.15  cpuTime=2.06  mem=21M320
4.50	   
4.50	   INFO : Stopping hyperNogood (mapSize=1048, nbTooLargekeys=0, mem=21M320)
4.58	   
4.58	   search
4.58	     run=9  nbConstraintChecks=3149715  nbValidityChecks=5961333  nbPropagations=99733  nbRevisions=1116082
4.58	     nbUselessRevisions=866927  nbAssignments=3371  nbFailedAssignments=2201  nbBacktracks=1136  nbVisitedNodes=6438
4.58	     nbRestartNogoods=38
4.58	       =>  wckTime=3.568  cpuTime=3.48  mem=21M320
5.80	   
5.80	   search
5.80	     run=10  nbConstraintChecks=4260313  nbValidityChecks=8208759  nbPropagations=153122  nbRevisions=1702433
5.80	     nbUselessRevisions=1319977  nbAssignments=5144  nbFailedAssignments=3393  nbBacktracks=1713  nbVisitedNodes=9850
5.80	     nbRestartNogoods=46
5.80	       =>  wckTime=4.786  cpuTime=4.68  mem=22M289
8.50	   
8.50	   search
8.50	     run=11  nbConstraintChecks=6815160  nbValidityChecks=13023221  nbPropagations=232020  nbRevisions=2614325
8.50	     nbUselessRevisions=2030285  nbAssignments=7452  nbFailedAssignments=4834  nbBacktracks=2577  nbVisitedNodes=14203
8.50	     nbRestartNogoods=60
8.50	       =>  wckTime=7.483  cpuTime=7.38  mem=22M289
10.12	   
10.12	   search
10.12	     run=12  nbConstraintChecks=8289009  nbValidityChecks=16005200  nbPropagations=334821  nbRevisions=3764222
10.12	     nbUselessRevisions=2921883  nbAssignments=9653  nbFailedAssignments=6222  nbBacktracks=3370  nbVisitedNodes=18372
10.12	     nbRestartNogoods=72
10.12	       =>  wckTime=9.109  cpuTime=9.0  mem=22M289
10.13	   
10.13	   global
10.13	     nbConstraintChecks=8289009  nbValidityChecks=16005200  nbPropagations=334841  nbRevisions=3764222
10.13	     nbUselessRevisions=2921883  nbRestartNogoods=72  solvingWckTime=9.11  solvingCpuTime=9.0  expiredTime=no
10.13	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=9.63
10.13	       =>  wckTime=9.837  cpuTime=9.59  mem=22M289
10.13	   
10.13	s SATISFIABLE
10.13	v 11 10 4 2 14 15 15 2 0 7 9 9 10 7 14 11 8 18 19 2 
10.13	d NODES 9653
10.13	d CHECKS 8289009
10.13	   
10.13	   totalWckTime=9.913  totalCpuTime=9.63

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/node19/watcher-208640-1168074798 -o ROOT/results/node19/solver-208640-1168074798 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208640-1168074798/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.81 1.94 1.97 4/93 22797
/proc/meminfo: memFree=1146328/2055920 swapFree=4171232/4192956
[pid=22796] ppid=22794 vsize=1784 CPUtime=0
/proc/22796/stat : 22796 (java) D 22794 22796 22561 0 -1 0 346 0 0 0 0 0 0 0 18 0 1 0 155874567 1826816 140 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/22796/statm: 446 140 106 14 0 91 0

[startup+0.108195 s]
/proc/loadavg: 1.81 1.94 1.97 4/93 22797
/proc/meminfo: memFree=1146328/2055920 swapFree=4171232/4192956
[pid=22796] ppid=22794 vsize=914988 CPUtime=0.1
/proc/22796/stat : 22796 (java) R 22794 22796 22561 0 -1 0 3127 0 1 0 8 2 0 0 24 0 8 0 155874567 936947712 2873 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22796/statm: 228747 2873 1472 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.516272 s]
/proc/loadavg: 1.81 1.94 1.97 4/93 22797
/proc/meminfo: memFree=1146328/2055920 swapFree=4171232/4192956
[pid=22796] ppid=22794 vsize=915328 CPUtime=0.5
/proc/22796/stat : 22796 (java) R 22794 22796 22561 0 -1 0 8390 0 1 0 45 5 0 0 25 0 8 0 155874567 937295872 8129 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073562222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22796/statm: 228832 8130 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33742 s]
/proc/loadavg: 1.91 1.96 1.97 3/100 22804
/proc/meminfo: memFree=1088992/2055920 swapFree=4171232/4192956
[pid=22796] ppid=22794 vsize=915460 CPUtime=1.32
/proc/22796/stat : 22796 (java) R 22794 22796 22561 0 -1 0 17079 0 1 0 122 10 0 0 25 0 8 0 155874567 937431040 16816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073609059 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22796/statm: 228865 16816 2517 14 0 215335 0
[pid=22796/tid=22798] ppid=22794 vsize=915460 CPUtime=0.05
/proc/22796/task/22798/stat : 22798 (java) S 22794 22796 22561 0 -1 64 1793 0 0 0 5 0 0 0 16 0 8 0 155874570 937431040 16816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22799] ppid=22794 vsize=915460 CPUtime=0
/proc/22796/task/22799/stat : 22799 (java) S 22794 22796 22561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155874570 937431040 16816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22800] ppid=22794 vsize=915460 CPUtime=0
/proc/22796/task/22800/stat : 22800 (java) S 22794 22796 22561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155874570 937431040 16816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22801] ppid=22794 vsize=915460 CPUtime=0
/proc/22796/task/22801/stat : 22801 (java) S 22794 22796 22561 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155874573 937431040 16816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22802] ppid=22794 vsize=915460 CPUtime=0.17
/proc/22796/task/22802/stat : 22802 (java) S 22794 22796 22561 0 -1 64 360 0 0 0 16 1 0 0 15 0 8 0 155874573 937431040 16816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22803] ppid=22794 vsize=915460 CPUtime=0
/proc/22796/task/22803/stat : 22803 (java) S 22794 22796 22561 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155874573 937431040 16816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22804] ppid=22794 vsize=915460 CPUtime=0
/proc/22796/task/22804/stat : 22804 (java) S 22794 22796 22561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155874573 937431040 16816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915460

[startup+2.97674 s]
/proc/loadavg: 1.91 1.96 1.97 3/100 22804
/proc/meminfo: memFree=1088928/2055920 swapFree=4171232/4192956
[pid=22796] ppid=22794 vsize=915460 CPUtime=2.96
/proc/22796/stat : 22796 (java) R 22794 22796 22561 0 -1 0 17094 0 1 0 286 10 0 0 25 0 8 0 155874567 937431040 16830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073726767 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22796/statm: 228865 16830 2517 14 0 215335 0
[pid=22796/tid=22798] ppid=22794 vsize=915460 CPUtime=0.05
/proc/22796/task/22798/stat : 22798 (java) S 22794 22796 22561 0 -1 64 1793 0 0 0 5 0 0 0 17 0 8 0 155874570 937431040 16830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22799] ppid=22794 vsize=915460 CPUtime=0
/proc/22796/task/22799/stat : 22799 (java) S 22794 22796 22561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155874570 937431040 16830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22800] ppid=22794 vsize=915460 CPUtime=0
/proc/22796/task/22800/stat : 22800 (java) S 22794 22796 22561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155874570 937431040 16830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22801] ppid=22794 vsize=915460 CPUtime=0
/proc/22796/task/22801/stat : 22801 (java) S 22794 22796 22561 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155874573 937431040 16830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22802] ppid=22794 vsize=915460 CPUtime=0.2
/proc/22796/task/22802/stat : 22802 (java) S 22794 22796 22561 0 -1 64 375 0 0 0 19 1 0 0 16 0 8 0 155874573 937431040 16830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22803] ppid=22794 vsize=915460 CPUtime=0
/proc/22796/task/22803/stat : 22803 (java) S 22794 22796 22561 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155874573 937431040 16830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22804] ppid=22794 vsize=915460 CPUtime=0
/proc/22796/task/22804/stat : 22804 (java) S 22794 22796 22561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155874573 937431040 16830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915460

[startup+6.17734 s]
/proc/loadavg: 1.91 1.96 1.97 3/100 22804
/proc/meminfo: memFree=1088800/2055920 swapFree=4171232/4192956
[pid=22796] ppid=22794 vsize=915460 CPUtime=6.15
/proc/22796/stat : 22796 (java) R 22794 22796 22561 0 -1 0 17103 0 1 0 605 10 0 0 25 0 8 0 155874567 937431040 16837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22796/statm: 228865 16837 2517 14 0 215335 0
[pid=22796/tid=22798] ppid=22794 vsize=915460 CPUtime=0.05
/proc/22796/task/22798/stat : 22798 (java) S 22794 22796 22561 0 -1 64 1793 0 0 0 5 0 0 0 16 0 8 0 155874570 937431040 16837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22799] ppid=22794 vsize=915460 CPUtime=0
/proc/22796/task/22799/stat : 22799 (java) S 22794 22796 22561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155874570 937431040 16837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22800] ppid=22794 vsize=915460 CPUtime=0
/proc/22796/task/22800/stat : 22800 (java) S 22794 22796 22561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155874570 937431040 16837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22801] ppid=22794 vsize=915460 CPUtime=0
/proc/22796/task/22801/stat : 22801 (java) S 22794 22796 22561 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155874573 937431040 16837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22802] ppid=22794 vsize=915460 CPUtime=0.21
/proc/22796/task/22802/stat : 22802 (java) S 22794 22796 22561 0 -1 64 384 0 0 0 20 1 0 0 16 0 8 0 155874573 937431040 16837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22803] ppid=22794 vsize=915460 CPUtime=0
/proc/22796/task/22803/stat : 22803 (java) S 22794 22796 22561 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155874573 937431040 16837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22796/tid=22804] ppid=22794 vsize=915460 CPUtime=0
/proc/22796/task/22804/stat : 22804 (java) S 22794 22796 22561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155874573 937431040 16837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 10.4063
CPU time (s): 10.1335
CPU user time (s): 10.0125
CPU system time (s): 0.120981
CPU usage (%): 97.3781
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0125
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17110
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= 1276
involuntary context switches= 1719

runsolver used 0.016997 s user time and 0.038994 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Jan  6 09:13:19 UTC 2007


IDJOB= 208640
IDBENCH= 4418
FILE ID= node19/208640-1168074798

PBS_JOBID= 3475785

Free space on /tmp= 66303 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ca308e89d1889b24c0a1a8bc530e13b1

RANDOM SEED= 991623168

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.260
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.260
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:       1146808 kB
Buffers:         70152 kB
Cached:         582948 kB
SwapCached:      10036 kB
Active:         401884 kB
Inactive:       406048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1146808 kB
SwapTotal:     4192956 kB
SwapFree:      4171232 kB
Dirty:            3040 kB
Writeback:           0 kB
Mapped:         174120 kB
Slab:            85468 kB
Committed_AS:  4379044 kB
PageTables:       2652 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= 66303 MiB



End job on node19 on Sat Jan  6 09:13:30 UTC 2007