Trace number 1067656

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
choco2_dwdeg 2008-06-26SAT 4.08938 4.18643

DiagnosticValue
ASSIGNMENTS71

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-20-2-3.xml
MD5SUMfcb5e25cbad8cf27b8ac7c1007dae63e
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.010997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity5
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

4.04/4.12	s SATISFIABLE
4.04/4.12	v 57 59 2 45 28 70 2 2 32 2 2 68 32 2 2 2 2 10 2 52 2 59 68 2 66 2 58 3 9 2 2 31 3 2 2 63 27 70 71 2 2 2 2 4 21 2 9 2 55 57 2 3 2 2 71 5 70 2 51 2 2 9 2 2 35 2 2 2 68 2 2 2 23 2 2 2 69 2 2 71 2 24 2 2 70 2 46 2 16 2 28 2 27 2 2 29 5 20 46 41 
4.04/4.12	d ASSIGNMENTS 71
4.04/4.12	c SAT 4024 TIME      71 NDS    225 PARSTIME      297 BUILDPB       3502 RES       true RESTART       1 HEURISTIC      

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067656-1215150812/watcher-1067656-1215150812 -o /tmp/evaluation-result-1067656-1215150812/solver-1067656-1215150812 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1067656-1215150812.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 2.09 2.03 3/83 9788
/proc/meminfo: memFree=1154136/2055920 swapFree=4180808/4192956
[pid=9788] ppid=9786 vsize=10800 CPUtime=0
/proc/9788/stat : 9788 (java) S 9786 9788 7962 0 -1 0 710 0 0 0 0 0 0 0 18 0 2 0 638014827 11059200 488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9788/statm: 2700 488 213 9 0 1230 0
[pid=9788/tid=9789] ppid=9786 vsize=10800 CPUtime=0
/proc/9788/task/9789/stat : 9789 (java) R 9786 9788 7962 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 638014828 11059200 488 996147200 134512640 134550740 4294956032 18446744073709551615 11939800 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0455071 s]
/proc/loadavg: 1.94 2.09 2.03 3/83 9788
/proc/meminfo: memFree=1154136/2055920 swapFree=4180808/4192956
[pid=9788] ppid=9786 vsize=862060 CPUtime=0.02
/proc/9788/stat : 9788 (java) S 9786 9788 7962 0 -1 0 2279 0 1 0 1 1 0 0 18 0 5 0 638014827 882749440 1870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/9788/statm: 215515 1886 864 9 0 210494 0
[pid=9788/tid=9789] ppid=9786 vsize=862060 CPUtime=0.02
/proc/9788/task/9789/stat : 9789 (java) D 9786 9788 7962 0 -1 64 1569 0 1 0 1 1 0 0 17 0 5 0 638014828 882749440 1886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 862060

[startup+0.108797 s]
/proc/loadavg: 1.94 2.09 2.03 3/83 9788
/proc/meminfo: memFree=1154136/2055920 swapFree=4180808/4192956
[pid=9788] ppid=9786 vsize=866544 CPUtime=0.09
/proc/9788/stat : 9788 (java) S 9786 9788 7962 0 -1 0 3794 0 1 0 7 2 0 0 18 0 9 0 638014827 887341056 3267 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9788/statm: 216636 3267 1754 9 0 211108 0
[pid=9788/tid=9789] ppid=9786 vsize=866544 CPUtime=0.07
/proc/9788/task/9789/stat : 9789 (java) R 9786 9788 7962 0 -1 64 2848 0 1 0 6 1 0 0 20 0 9 0 638014828 887341056 3267 996147200 134512640 134550740 4294956032 18446744073709551615 4125965874 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866544

[startup+0.301821 s]
/proc/loadavg: 1.94 2.09 2.03 3/83 9788
/proc/meminfo: memFree=1154136/2055920 swapFree=4180808/4192956
[pid=9788] ppid=9786 vsize=866840 CPUtime=0.28
/proc/9788/stat : 9788 (java) S 9786 9788 7962 0 -1 0 4859 0 1 0 25 3 0 0 18 0 9 0 638014827 887644160 4301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9788/statm: 216710 4301 1888 9 0 211182 0
[pid=9788/tid=9789] ppid=9786 vsize=866840 CPUtime=0.22
/proc/9788/task/9789/stat : 9789 (java) R 9786 9788 7962 0 -1 64 3816 0 1 0 20 2 0 0 20 0 9 0 638014828 887644160 4301 996147200 134512640 134550740 4294956032 18446744073709551615 4159516000 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866840

[startup+0.70188 s]
/proc/loadavg: 1.94 2.09 2.03 3/83 9788
/proc/meminfo: memFree=1154136/2055920 swapFree=4180808/4192956
[pid=9788] ppid=9786 vsize=867012 CPUtime=0.68
/proc/9788/stat : 9788 (java) S 9786 9788 7962 0 -1 0 6783 0 1 0 63 5 0 0 18 0 9 0 638014827 887820288 6178 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9788/statm: 216753 6178 1975 9 0 211225 0
[pid=9788/tid=9789] ppid=9786 vsize=867012 CPUtime=0.52
/proc/9788/task/9789/stat : 9789 (java) R 9786 9788 7962 0 -1 64 5679 0 1 0 49 3 0 0 23 0 9 0 638014828 887820288 6178 996147200 134512640 134550740 4294956032 18446744073709551615 102359888 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867012

[startup+1.503 s]
/proc/loadavg: 1.94 2.09 2.03 3/92 9797
/proc/meminfo: memFree=1134864/2055920 swapFree=4180808/4192956
[pid=9788] ppid=9786 vsize=867012 CPUtime=1.47
/proc/9788/stat : 9788 (java) S 9786 9788 7962 0 -1 0 8926 0 1 0 138 9 0 0 18 0 9 0 638014827 887820288 8320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9788/statm: 216753 8320 1978 9 0 211225 0
[pid=9788/tid=9789] ppid=9786 vsize=867012 CPUtime=1.24
/proc/9788/task/9789/stat : 9789 (java) R 9786 9788 7962 0 -1 64 7765 0 1 0 117 7 0 0 25 0 9 0 638014828 887820288 8320 996147200 134512640 134550740 4294956032 18446744073709551615 103825763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9791] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9791/stat : 9791 (java) S 9786 9788 7962 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 638014830 887820288 8320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9792] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9792/stat : 9792 (java) S 9786 9788 7962 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 638014830 887820288 8320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9793] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9793/stat : 9793 (java) S 9786 9788 7962 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 638014830 887820288 8320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9794] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9794/stat : 9794 (java) S 9786 9788 7962 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 638014832 887820288 8320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9795] ppid=9786 vsize=867012 CPUtime=0.21
/proc/9788/task/9795/stat : 9795 (java) S 9786 9788 7962 0 -1 64 430 0 0 0 21 0 0 0 15 0 9 0 638014832 887820288 8320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9796] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9796/stat : 9796 (java) S 9786 9788 7962 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638014832 887820288 8320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9797] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9797/stat : 9797 (java) S 9786 9788 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638014832 887820288 8320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867012

[startup+3.10224 s]
/proc/loadavg: 1.94 2.09 2.03 3/92 9797
/proc/meminfo: memFree=1119056/2055920 swapFree=4180808/4192956
[pid=9788] ppid=9786 vsize=867012 CPUtime=3.05
/proc/9788/stat : 9788 (java) S 9786 9788 7962 0 -1 0 15104 0 1 0 285 20 0 0 18 0 9 0 638014827 887820288 14497 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9788/statm: 216753 14497 1978 9 0 211225 0
[pid=9788/tid=9789] ppid=9786 vsize=867012 CPUtime=2.83
/proc/9788/task/9789/stat : 9789 (java) R 9786 9788 7962 0 -1 64 13943 0 1 0 264 19 0 0 25 0 9 0 638014828 887820288 14497 996147200 134512640 134550740 4294956032 18446744073709551615 102888791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9791] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9791/stat : 9791 (java) S 9786 9788 7962 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 638014830 887820288 14497 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9792] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9792/stat : 9792 (java) S 9786 9788 7962 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 638014830 887820288 14497 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9793] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9793/stat : 9793 (java) S 9786 9788 7962 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 638014830 887820288 14497 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9794] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9794/stat : 9794 (java) S 9786 9788 7962 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 638014832 887820288 14497 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9795] ppid=9786 vsize=867012 CPUtime=0.21
/proc/9788/task/9795/stat : 9795 (java) S 9786 9788 7962 0 -1 64 430 0 0 0 21 0 0 0 15 0 9 0 638014832 887820288 14497 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9796] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9796/stat : 9796 (java) S 9786 9788 7962 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638014832 887820288 14497 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9797] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9797/stat : 9797 (java) S 9786 9788 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638014832 887820288 14497 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867012

Solver just ended. Dumping a history of the last processes samples

[startup+3.90135 s]
/proc/loadavg: 1.94 2.09 2.03 3/92 9797
/proc/meminfo: memFree=1101968/2055920 swapFree=4180808/4192956
[pid=9788] ppid=9786 vsize=867012 CPUtime=3.84
/proc/9788/stat : 9788 (java) S 9786 9788 7962 0 -1 0 16964 0 1 0 357 27 0 0 18 0 9 0 638014827 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9788/statm: 216753 16356 1991 9 0 211225 0
[pid=9788/tid=9789] ppid=9786 vsize=867012 CPUtime=3.61
/proc/9788/task/9789/stat : 9789 (java) R 9786 9788 7962 0 -1 64 15582 0 1 0 335 26 0 0 25 0 9 0 638014828 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9791] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9791/stat : 9791 (java) S 9786 9788 7962 0 -1 64 224 0 0 0 0 0 0 0 16 0 9 0 638014830 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9792] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9792/stat : 9792 (java) S 9786 9788 7962 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 638014830 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9793] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9793/stat : 9793 (java) S 9786 9788 7962 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 638014830 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9794] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9794/stat : 9794 (java) S 9786 9788 7962 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 638014832 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9795] ppid=9786 vsize=867012 CPUtime=0.21
/proc/9788/task/9795/stat : 9795 (java) S 9786 9788 7962 0 -1 64 430 0 0 0 21 0 0 0 15 0 9 0 638014832 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9796] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9796/stat : 9796 (java) S 9786 9788 7962 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638014832 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9797] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9797/stat : 9797 (java) S 9786 9788 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638014832 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 867012

[startup+4.10138 s]
/proc/loadavg: 1.94 2.09 2.03 3/92 9797
/proc/meminfo: memFree=1101968/2055920 swapFree=4180808/4192956
[pid=9788] ppid=9786 vsize=867012 CPUtime=4.04
/proc/9788/stat : 9788 (java) S 9786 9788 7962 0 -1 0 16964 0 1 0 375 29 0 0 18 0 9 0 638014827 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9788/statm: 216753 16356 1991 9 0 211225 0
[pid=9788/tid=9789] ppid=9786 vsize=867012 CPUtime=3.8
/proc/9788/task/9789/stat : 9789 (java) R 9786 9788 7962 0 -1 64 15582 0 1 0 353 27 0 0 25 0 9 0 638014828 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4126734658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9791] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9791/stat : 9791 (java) S 9786 9788 7962 0 -1 64 224 0 0 0 0 0 0 0 16 0 9 0 638014830 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9792] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9792/stat : 9792 (java) S 9786 9788 7962 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 638014830 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9793] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9793/stat : 9793 (java) S 9786 9788 7962 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 638014830 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9794] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9794/stat : 9794 (java) S 9786 9788 7962 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 638014832 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9795] ppid=9786 vsize=867012 CPUtime=0.21
/proc/9788/task/9795/stat : 9795 (java) S 9786 9788 7962 0 -1 64 430 0 0 0 21 0 0 0 15 0 9 0 638014832 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9796] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9796/stat : 9796 (java) S 9786 9788 7962 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638014832 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9788/tid=9797] ppid=9786 vsize=867012 CPUtime=0
/proc/9788/task/9797/stat : 9797 (java) S 9786 9788 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638014832 887820288 16356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 867012

Child status: 0
Real time (s): 4.18643
CPU time (s): 4.08938
CPU user time (s): 3.78342
CPU system time (s): 0.305953
CPU usage (%): 97.6816
Max. virtual memory (cumulated for all children) (KiB): 867012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.78342
system time used= 0.305953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16981
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= 1179
involuntary context switches= 1236

runsolver used 0.008998 second user time and 0.017997 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-04 07:53:32
IDJOB=1067656
IDBENCH=55408
IDSOLVER=349
FILE ID=node39/1067656-1215150812
PBS_JOBID= 7877384
Free space on /tmp= 66560 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-20-2-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067656-1215150812/watcher-1067656-1215150812 -o /tmp/evaluation-result-1067656-1215150812/solver-1067656-1215150812 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1067656-1215150812.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fcb5e25cbad8cf27b8ac7c1007dae63e
RANDOM SEED=1078945884

node39.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.267
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.267
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:       1154616 kB
Buffers:         24812 kB
Cached:         109052 kB
SwapCached:       6012 kB
Active:         805596 kB
Inactive:        36068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1154616 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            6188 kB
Writeback:           0 kB
Mapped:         719128 kB
Slab:            43308 kB
Committed_AS:  1625568 kB
PageTables:       3344 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= 66556 MiB
End job on node39 at 2008-07-04 07:53:37