Trace number 212428

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 29.1696 30.8199

DiagnosticValue
CHECKS4128938
NODES56

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-testprob.xml
MD5SUMc4c8596e9a8701a09c5a0d1b7330bbac
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.024996
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables56
Number of constraints6
Maximum constraint arity44
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6
Global constraints used (with number of constraints)

Solver Data (download as text)

0.88	   
0.88	Abscon 109 (November, 2006)
0.88	   
0.88	   configuration
0.88	     name=esac.xml
1.75	   
1.75	   instance
1.75	     name=/tmp/evaluation/212428-1168219742/unknown.xml
1.78	   
1.78	   domains being loaded...
1.78	   
1.78	   variables being loaded...
1.81	     nbVariables=56  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
1.81	       =>  wckTime=0.919  cpuTime=0.07  mem=6M951
1.81	   
1.81	   predicates being loaded...
1.84	   
1.84	   constraints being loaded...
1.95	     nbConstraints=5  nbMergedConstraints=1  nbConflictsStructures=2  nbSharedConflictsStructures=0
1.95	     nbUnbuiltConflictsStructures=3  nbSharedBinaryRepresentations=0  nbEvaluationManagers=5
1.95	     nbSharedEvaluationManagers=0  maxDegree=3  maxArity=44
1.95	       =>  wckTime=1.058  cpuTime=0.17  mem=10M853
1.99	   
1.99	   solver IterativeSystematicSolver being built... 
2.15	       =>  wckTime=1.26  cpuTime=0.31  mem=14M485
22.09	   
22.09	   preprocessing
22.09	     nbConstraintChecks=2818162  nbValidityChecks=2349  nbPropagations=199  nbRevisions=1544  nbUselessRevisions=1504
22.09	     nbSingletonTests=107  nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0  detectedInconsistency=no
22.09	       =>  wckTime=19.934  cpuTime=19.79  mem=14M485
30.78	   
30.78	   search
30.78	     run=0  nbConstraintChecks=1310776  nbValidityChecks=1309  nbPropagations=274  nbRevisions=2318
30.78	     nbUselessRevisions=2259  nbAssignments=56  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=57
30.78	     nbRestartNogoods=0  mapSize=0  nbInferences=0  nbTooLargeKeys=0
30.78	       =>  wckTime=28.629  cpuTime=28.42  mem=15M525
30.78	   
30.78	   global
30.78	     nbConstraintChecks=4128938  nbValidityChecks=3658  nbPropagations=473  nbRevisions=3862  nbUselessRevisions=3763
30.78	     nbRestartNogoods=0  solvingWckTime=28.631  solvingCpuTime=28.42  expiredTime=no  totalExploration=no
30.78	     nbFoundSolutions=1  globalCpuTime=28.78
30.78	       =>  wckTime=29.891  cpuTime=28.73  mem=15M525
30.78	   
30.78	s SATISFIABLE
30.78	v 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 
30.78	d NODES 56
30.78	d CHECKS 4128938
30.78	   
30.78	   totalWckTime=29.975  totalCpuTime=28.78

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/node76/watcher-212428-1168219742 -o ROOT/results/node76/solver-212428-1168219742 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/212428-1168219742/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: 4.25 4.67 4.18 5/92 7838
/proc/meminfo: memFree=677544/2055888 swapFree=4095388/4096564
[pid=7837] ppid=7835 vsize=9604 CPUtime=0
/proc/7837/stat : 7837 (java) D 7835 7837 6835 0 -1 0 374 0 0 0 0 0 0 0 20 0 1 0 170371334 9834496 161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4822167 0 0 4096 0 18446744071563481621 0 0 17 0 0 0
/proc/7837/statm: 2401 161 126 14 0 91 0

[startup+0.105161 s]
/proc/loadavg: 4.25 4.67 4.18 5/92 7838
/proc/meminfo: memFree=677544/2055888 swapFree=4095388/4096564
[pid=7837] ppid=7835 vsize=9744 CPUtime=0
/proc/7837/stat : 7837 (java) D 7835 7837 6835 0 -1 0 619 0 1 0 0 0 0 0 20 0 1 0 170371334 9977856 395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 5155947 0 0 4096 0 18446744071563481621 0 0 17 0 0 0
/proc/7837/statm: 2436 395 316 14 0 1138 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9744

[startup+0.51324 s]
/proc/loadavg: 4.25 4.67 4.18 5/92 7838
/proc/meminfo: memFree=677544/2055888 swapFree=4095388/4096564
[pid=7837] ppid=7835 vsize=9744 CPUtime=0
/proc/7837/stat : 7837 (java) D 7835 7837 6835 0 -1 0 619 0 1 0 0 0 0 0 20 0 1 0 170371334 9977856 395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 5155947 0 0 4096 0 18446744071563481621 0 0 17 0 0 0
/proc/7837/statm: 2436 395 316 14 0 1138 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9744

[startup+1.33824 s]
/proc/loadavg: 4.25 4.67 4.18 1/99 7845
/proc/meminfo: memFree=661040/2055888 swapFree=4095388/4096564
[pid=7837] ppid=7835 vsize=915332 CPUtime=0.29
/proc/7837/stat : 7837 (java) D 7835 7837 6835 0 -1 0 5364 0 16 0 26 3 0 0 17 0 8 0 170371334 937299968 5126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 5572672 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7837/statm: 228833 5126 2020 14 0 215302 0
[pid=7837/tid=7839] ppid=7835 vsize=915332 CPUtime=0
/proc/7837/task/7839/stat : 7839 (java) S 7835 7837 6835 0 -1 64 7 0 0 0 0 0 0 0 20 0 8 0 170371395 937299968 5126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7837/tid=7840] ppid=7835 vsize=915332 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7835 7837 6835 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 170371396 937299968 5126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7835 vsize=915332 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7835 7837 6835 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 170371396 937299968 5126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7842] ppid=7835 vsize=915332 CPUtime=0
/proc/7837/task/7842/stat : 7842 (java) S 7835 7837 6835 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 170371399 937299968 5126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7835 vsize=915332 CPUtime=0.04
/proc/7837/task/7843/stat : 7843 (java) S 7835 7837 6835 0 -1 64 288 0 0 0 4 0 0 0 16 0 8 0 170371399 937299968 5126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7835 vsize=915332 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7835 7837 6835 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 170371399 937299968 5126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7845] ppid=7835 vsize=915332 CPUtime=0
/proc/7837/task/7845/stat : 7845 (java) S 7835 7837 6835 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 170371399 937299968 5126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 915332

[startup+2.98757 s]
/proc/loadavg: 4.25 4.67 4.18 2/99 7845
/proc/meminfo: memFree=650224/2055888 swapFree=4095388/4096564
[pid=7837] ppid=7835 vsize=915448 CPUtime=1.52
/proc/7837/stat : 7837 (java) R 7835 7837 6835 0 -1 0 8546 0 20 0 147 5 0 0 16 0 8 0 170371334 937418752 8304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073325815 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7837/statm: 228862 8304 2540 14 0 215331 0
[pid=7837/tid=7839] ppid=7835 vsize=915448 CPUtime=0.02
/proc/7837/task/7839/stat : 7839 (java) S 7835 7837 6835 0 -1 64 126 0 0 0 2 0 0 0 16 0 8 0 170371395 937418752 8304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7835 7837 6835 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 170371396 937418752 8304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7835 7837 6835 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 170371396 937418752 8304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7837/tid=7842] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7842/stat : 7842 (java) S 7835 7837 6835 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 170371399 937418752 8304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7835 vsize=915448 CPUtime=0.12
/proc/7837/task/7843/stat : 7843 (java) S 7835 7837 6835 0 -1 64 343 0 0 0 12 0 0 0 16 0 8 0 170371399 937418752 8304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7835 7837 6835 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 170371399 937418752 8304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7845] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7845/stat : 7845 (java) S 7835 7837 6835 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 170371399 937418752 8304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 915448

[startup+6.26921 s]
/proc/loadavg: 4.31 4.68 4.18 2/99 7845
/proc/meminfo: memFree=650488/2055888 swapFree=4095388/4096564
[pid=7837] ppid=7835 vsize=915448 CPUtime=4.78
/proc/7837/stat : 7837 (java) R 7835 7837 6835 0 -1 0 8548 0 20 0 473 5 0 0 22 0 8 0 170371334 937418752 8305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073575945 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7837/statm: 228862 8305 2540 14 0 215331 0
[pid=7837/tid=7839] ppid=7835 vsize=915448 CPUtime=0.02
/proc/7837/task/7839/stat : 7839 (java) S 7835 7837 6835 0 -1 64 126 0 0 0 2 0 0 0 16 0 8 0 170371395 937418752 8305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7835 7837 6835 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 170371396 937418752 8305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7835 7837 6835 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 170371396 937418752 8305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7837/tid=7842] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7842/stat : 7842 (java) S 7835 7837 6835 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 170371399 937418752 8305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7835 vsize=915448 CPUtime=0.12
/proc/7837/task/7843/stat : 7843 (java) S 7835 7837 6835 0 -1 64 344 0 0 0 12 0 0 0 16 0 8 0 170371399 937418752 8305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7835 7837 6835 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 170371399 937418752 8305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7845] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7845/stat : 7845 (java) S 7835 7837 6835 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 170371399 937418752 8305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 915448

[startup+12.7525 s]
/proc/loadavg: 4.29 4.67 4.18 2/99 7845
/proc/meminfo: memFree=651640/2055888 swapFree=4095388/4096564
[pid=7837] ppid=7835 vsize=915448 CPUtime=11.22
/proc/7837/stat : 7837 (java) R 7835 7837 6835 0 -1 0 8559 0 20 0 1117 5 0 0 20 0 8 0 170371334 937418752 8316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073569958 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7837/statm: 228862 8316 2542 14 0 215331 0
[pid=7837/tid=7839] ppid=7835 vsize=915448 CPUtime=0.02
/proc/7837/task/7839/stat : 7839 (java) S 7835 7837 6835 0 -1 64 126 0 0 0 2 0 0 0 16 0 8 0 170371395 937418752 8316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7835 7837 6835 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 170371396 937418752 8316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7835 7837 6835 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 170371396 937418752 8316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7837/tid=7842] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7842/stat : 7842 (java) S 7835 7837 6835 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 170371399 937418752 8316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7835 vsize=915448 CPUtime=0.13
/proc/7837/task/7843/stat : 7843 (java) S 7835 7837 6835 0 -1 64 350 0 0 0 13 0 0 0 16 0 8 0 170371399 937418752 8316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7835 7837 6835 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 170371399 937418752 8316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7845] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7845/stat : 7845 (java) S 7835 7837 6835 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 170371399 937418752 8316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.22
Current children cumulated vsize (KiB) 915448

[startup+25.59 s]
/proc/loadavg: 4.14 4.62 4.17 2/96 7845
/proc/meminfo: memFree=653392/2055888 swapFree=4095388/4096564
[pid=7837] ppid=7835 vsize=915448 CPUtime=23.98
/proc/7837/stat : 7837 (java) R 7835 7837 6835 0 -1 0 8650 0 20 0 2392 6 0 0 20 0 8 0 170371334 937418752 8406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073569948 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7837/statm: 228862 8406 2543 14 0 215331 0
[pid=7837/tid=7839] ppid=7835 vsize=915448 CPUtime=0.02
/proc/7837/task/7839/stat : 7839 (java) S 7835 7837 6835 0 -1 64 126 0 0 0 2 0 0 0 16 0 8 0 170371395 937418752 8406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7835 7837 6835 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 170371396 937418752 8406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7835 7837 6835 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 170371396 937418752 8406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7837/tid=7842] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7842/stat : 7842 (java) S 7835 7837 6835 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 170371399 937418752 8406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7835 vsize=915448 CPUtime=0.14
/proc/7837/task/7843/stat : 7843 (java) S 7835 7837 6835 0 -1 64 353 0 0 0 14 0 0 0 16 0 8 0 170371399 937418752 8406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7835 7837 6835 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 170371399 937418752 8406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7845] ppid=7835 vsize=915448 CPUtime=0
/proc/7837/task/7845/stat : 7845 (java) S 7835 7837 6835 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 170371399 937418752 8406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.98
Current children cumulated vsize (KiB) 915448

Child status: 0
Real time (s): 30.8199
CPU time (s): 29.1696
CPU user time (s): 29.0986
CPU system time (s): 0.070989
CPU usage (%): 94.6451
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.0986
system time used= 0.070989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8750
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1284
involuntary context switches= 1163

runsolver used 0.042993 s user time and 0.093985 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Jan  8 01:29:02 UTC 2007


IDJOB= 212428
IDBENCH= 4770
FILE ID= node76/212428-1168219742

PBS_JOBID= 3480911

Free space on /tmp= 59125 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mpsReduced/mps-red-testprob.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/212428-1168219742/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-212428-1168219742 -o ROOT/results/node76/solver-212428-1168219742 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/212428-1168219742/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c4c8596e9a8701a09c5a0d1b7330bbac

RANDOM SEED= 303508814

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:        677960 kB
Buffers:          4232 kB
Cached:        1217728 kB
SwapCached:          0 kB
Active:          75000 kB
Inactive:      1198640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:        677960 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:           44812 kB
Writeback:      102964 kB
Mapped:          67624 kB
Slab:            89756 kB
Committed_AS:  6577640 kB
PageTables:       1920 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 59050 MiB



End job on node76 on Mon Jan  8 01:29:33 UTC 2007