Trace number 1034395

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 16.3045 16.5175

DiagnosticValue
ASSIGNMENTS84

General information on the benchmark

Namecsp/lard/
normalized-lard-83-83.xml
MD5SUM75503770180b2e5df3e5009c7077c336
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.5234
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints3403
Maximum constraint arity2
Maximum domain size84
Number of constraints which are defined in extension3403
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

16.13/16.35	s SATISFIABLE
16.13/16.36	v 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
16.13/16.36	d ASSIGNMENTS 84
16.13/16.36	c SAT 16267 TIME      84 NDS    13429 PARSTIME      1743 BUILDPB       1095 RES       false 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-1034395-1214949520/watcher-1034395-1214949520 -o /tmp/evaluation-result-1034395-1214949520/solver-1034395-1214949520 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1034395-1214949520.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: 0.92 0.25 0.08 4/81 8551
/proc/meminfo: memFree=1130912/2055920 swapFree=4178936/4192956
[pid=8551] ppid=8549 vsize=10800 CPUtime=0
/proc/8551/stat : 8551 (java) S 8549 8551 8045 0 -1 0 710 0 0 0 0 0 0 0 18 0 2 0 1973923348 11059200 488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8551/statm: 2700 488 213 9 0 1230 0
[pid=8551/tid=8552] ppid=8549 vsize=10800 CPUtime=0
/proc/8551/task/8552/stat : 8552 (java) R 8549 8551 8045 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1973923350 11059200 488 996147200 134512640 134550740 4294956032 18446744073709551615 2682840 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0501659 s]
/proc/loadavg: 0.92 0.25 0.08 4/81 8551
/proc/meminfo: memFree=1130912/2055920 swapFree=4178936/4192956
[pid=8551] ppid=8549 vsize=862900 CPUtime=0.03
/proc/8551/stat : 8551 (java) S 8549 8551 8045 0 -1 0 2405 0 1 0 2 1 0 0 18 0 7 0 1973923348 883609600 1970 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8551/statm: 215725 1970 906 9 0 210704 0
[pid=8551/tid=8552] ppid=8549 vsize=862900 CPUtime=0.02
/proc/8551/task/8552/stat : 8552 (java) S 8549 8551 8045 0 -1 64 1676 0 1 0 2 0 0 0 18 0 7 0 1973923350 883609600 1970 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862900

[startup+0.101737 s]
/proc/loadavg: 0.92 0.25 0.08 4/81 8551
/proc/meminfo: memFree=1130912/2055920 swapFree=4178936/4192956
[pid=8551] ppid=8549 vsize=866556 CPUtime=0.08
/proc/8551/stat : 8551 (java) S 8549 8551 8045 0 -1 0 3836 0 1 0 7 1 0 0 18 0 9 0 1973923348 887353344 3301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8551/statm: 216639 3301 1768 9 0 211111 0
[pid=8551/tid=8552] ppid=8549 vsize=866556 CPUtime=0.07
/proc/8551/task/8552/stat : 8552 (java) R 8549 8551 8045 0 -1 64 2893 0 1 0 6 1 0 0 18 0 9 0 1973923350 887353344 3301 996147200 134512640 134550740 4294956032 18446744073709551615 102539412 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866556

[startup+0.302755 s]
/proc/loadavg: 0.92 0.25 0.08 4/81 8551
/proc/meminfo: memFree=1130912/2055920 swapFree=4178936/4192956
[pid=8551] ppid=8549 vsize=866556 CPUtime=0.29
/proc/8551/stat : 8551 (java) S 8549 8551 8045 0 -1 0 4388 0 1 0 27 2 0 0 18 0 9 0 1973923348 887353344 3841 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8551/statm: 216639 3841 1852 9 0 211111 0
[pid=8551/tid=8552] ppid=8549 vsize=866556 CPUtime=0.25
/proc/8551/task/8552/stat : 8552 (java) R 8549 8551 8045 0 -1 64 3430 0 1 0 24 1 0 0 19 0 9 0 1973923350 887353344 3841 996147200 134512640 134550740 4294956032 18446744073709551615 4125958360 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866556

[startup+0.702807 s]
/proc/loadavg: 0.92 0.25 0.08 4/81 8551
/proc/meminfo: memFree=1130912/2055920 swapFree=4178936/4192956
[pid=8551] ppid=8549 vsize=867316 CPUtime=0.68
/proc/8551/stat : 8551 (java) S 8549 8551 8045 0 -1 0 11024 0 1 0 61 7 0 0 18 0 9 0 1973923348 888131584 10477 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8551/statm: 216829 10477 1854 9 0 211301 0
[pid=8551/tid=8552] ppid=8549 vsize=867316 CPUtime=0.57
/proc/8551/task/8552/stat : 8552 (java) R 8549 8551 8045 0 -1 64 9812 0 1 0 51 6 0 0 22 0 9 0 1973923350 888131584 10477 996147200 134512640 134550740 4294956032 18446744073709551615 4126447865 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867316

[startup+1.5029 s]
/proc/loadavg: 0.92 0.25 0.08 3/90 8560
/proc/meminfo: memFree=1028376/2055920 swapFree=4178936/4192956
[pid=8551] ppid=8549 vsize=867316 CPUtime=1.46
/proc/8551/stat : 8551 (java) S 8549 8551 8045 0 -1 0 41229 0 1 0 120 26 0 0 18 0 9 0 1973923348 888131584 40677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8551/statm: 216829 40677 1869 9 0 211301 0
[pid=8551/tid=8552] ppid=8549 vsize=867316 CPUtime=1.17
/proc/8551/task/8552/stat : 8552 (java) R 8549 8551 8045 0 -1 64 14946 0 1 0 104 13 0 0 25 0 9 0 1973923350 888131584 40677 996147200 134512640 134550740 4294956032 18446744073709551615 4126447900 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8554] ppid=8549 vsize=867316 CPUtime=0.18
/proc/8551/task/8554/stat : 8554 (java) S 8549 8551 8045 0 -1 64 25055 0 0 0 6 12 0 0 16 0 9 0 1973923351 888131584 40677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8555] ppid=8549 vsize=867316 CPUtime=0
/proc/8551/task/8555/stat : 8555 (java) S 8549 8551 8045 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973923351 888131584 40677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8556] ppid=8549 vsize=867316 CPUtime=0
/proc/8551/task/8556/stat : 8556 (java) S 8549 8551 8045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973923351 888131584 40677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8557] ppid=8549 vsize=867316 CPUtime=0
/proc/8551/task/8557/stat : 8557 (java) S 8549 8551 8045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973923353 888131584 40677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8558] ppid=8549 vsize=867316 CPUtime=0.1
/proc/8551/task/8558/stat : 8558 (java) S 8549 8551 8045 0 -1 64 493 0 0 0 10 0 0 0 16 0 9 0 1973923353 888131584 40677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8559] ppid=8549 vsize=867316 CPUtime=0
/proc/8551/task/8559/stat : 8559 (java) S 8549 8551 8045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973923353 888131584 40677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8560] ppid=8549 vsize=867316 CPUtime=0
/proc/8551/task/8560/stat : 8560 (java) S 8549 8551 8045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973923353 888131584 40677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867316

[startup+3.10107 s]
/proc/loadavg: 0.92 0.25 0.08 3/90 8560
/proc/meminfo: memFree=931608/2055920 swapFree=4178936/4192956
[pid=8551] ppid=8549 vsize=867448 CPUtime=3.05
/proc/8551/stat : 8551 (java) S 8549 8551 8045 0 -1 0 62645 0 1 0 267 38 0 0 18 0 9 0 1973923348 888266752 62085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8551/statm: 216862 62085 1880 9 0 211334 0
[pid=8551/tid=8552] ppid=8549 vsize=867448 CPUtime=2.38
/proc/8551/task/8552/stat : 8552 (java) R 8549 8551 8045 0 -1 64 15004 0 1 0 223 15 0 0 25 0 9 0 1973923350 888266752 62085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8554] ppid=8549 vsize=867448 CPUtime=0.5
/proc/8551/task/8554/stat : 8554 (java) R 8549 8551 8045 0 -1 64 46380 0 0 0 28 22 0 0 16 0 9 0 1973923351 888266752 62085 996147200 134512640 134550740 4294956032 18446744073709551615 102514277 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8555] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8555/stat : 8555 (java) S 8549 8551 8045 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973923351 888266752 62085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8556] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8556/stat : 8556 (java) S 8549 8551 8045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973923351 888266752 62085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8557] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8557/stat : 8557 (java) S 8549 8551 8045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973923353 888266752 62085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8558] ppid=8549 vsize=867448 CPUtime=0.15
/proc/8551/task/8558/stat : 8558 (java) S 8549 8551 8045 0 -1 64 526 0 0 0 15 0 0 0 16 0 9 0 1973923353 888266752 62085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8559] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8559/stat : 8559 (java) S 8549 8551 8045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973923353 888266752 62085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8560] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8560/stat : 8560 (java) S 8549 8551 8045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973923353 888266752 62085 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) 867448

[startup+6.30242 s]
/proc/loadavg: 1.01 0.27 0.09 3/90 8560
/proc/meminfo: memFree=801816/2055920 swapFree=4178936/4192956
[pid=8551] ppid=8549 vsize=867448 CPUtime=6.22
/proc/8551/stat : 8551 (java) S 8549 8551 8045 0 -1 0 89777 0 1 0 572 50 0 0 18 0 9 0 1973923348 888266752 89211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8551/statm: 216862 89211 1880 9 0 211334 0
[pid=8551/tid=8552] ppid=8549 vsize=867448 CPUtime=4.93
/proc/8551/task/8552/stat : 8552 (java) R 8549 8551 8045 0 -1 64 15010 0 1 0 478 15 0 0 25 0 9 0 1973923350 888266752 89211 996147200 134512640 134550740 4294956032 18446744073709551615 4126741724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8554] ppid=8549 vsize=867448 CPUtime=1.12
/proc/8551/task/8554/stat : 8554 (java) S 8549 8551 8045 0 -1 64 73505 0 0 0 78 34 0 0 17 0 9 0 1973923351 888266752 89211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8555] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8555/stat : 8555 (java) S 8549 8551 8045 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973923351 888266752 89211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8556] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8556/stat : 8556 (java) S 8549 8551 8045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973923351 888266752 89211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8557] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8557/stat : 8557 (java) S 8549 8551 8045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973923353 888266752 89211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8558] ppid=8549 vsize=867448 CPUtime=0.15
/proc/8551/task/8558/stat : 8558 (java) S 8549 8551 8045 0 -1 64 527 0 0 0 15 0 0 0 16 0 9 0 1973923353 888266752 89211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8559] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8559/stat : 8559 (java) S 8549 8551 8045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973923353 888266752 89211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8560] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8560/stat : 8560 (java) S 8549 8551 8045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973923353 888266752 89211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867448

[startup+12.7011 s]
/proc/loadavg: 1.09 0.30 0.10 3/90 8560
/proc/meminfo: memFree=542936/2055920 swapFree=4178936/4192956
[pid=8551] ppid=8549 vsize=867448 CPUtime=12.56
/proc/8551/stat : 8551 (java) S 8549 8551 8045 0 -1 0 154232 0 1 0 1178 78 0 0 18 0 9 0 1973923348 888266752 153654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8551/statm: 216862 153654 1880 9 0 211334 0
[pid=8551/tid=8552] ppid=8549 vsize=867448 CPUtime=9.84
/proc/8551/task/8552/stat : 8552 (java) R 8549 8551 8045 0 -1 64 15022 0 1 0 969 15 0 0 25 0 9 0 1973923350 888266752 153654 996147200 134512640 134550740 4294956032 18446744073709551615 4126406645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8554] ppid=8549 vsize=867448 CPUtime=2.54
/proc/8551/task/8554/stat : 8554 (java) S 8549 8551 8045 0 -1 64 137944 0 0 0 193 61 0 0 17 0 9 0 1973923351 888266752 153654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8555] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8555/stat : 8555 (java) S 8549 8551 8045 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973923351 888266752 153654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8556] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8556/stat : 8556 (java) S 8549 8551 8045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973923351 888266752 153654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8557] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8557/stat : 8557 (java) S 8549 8551 8045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973923353 888266752 153654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8558] ppid=8549 vsize=867448 CPUtime=0.16
/proc/8551/task/8558/stat : 8558 (java) S 8549 8551 8045 0 -1 64 531 0 0 0 16 0 0 0 16 0 9 0 1973923353 888266752 153654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8559] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8559/stat : 8559 (java) S 8549 8551 8045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973923353 888266752 153654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8560] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8560/stat : 8560 (java) S 8549 8551 8045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973923353 888266752 153654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867448

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

[startup+14.3063 s]
/proc/loadavg: 1.16 0.33 0.11 3/90 8560
/proc/meminfo: memFree=472088/2055920 swapFree=4178936/4192956
[pid=8551] ppid=8549 vsize=867448 CPUtime=14.14
/proc/8551/stat : 8551 (java) S 8549 8551 8045 0 -1 0 166566 0 1 0 1331 83 0 0 18 0 9 0 1973923348 888266752 165956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8551/statm: 216862 165956 1949 9 0 211334 0
[pid=8551/tid=8552] ppid=8549 vsize=867448 CPUtime=11.11
/proc/8551/task/8552/stat : 8552 (java) R 8549 8551 8045 0 -1 64 15346 0 1 0 1096 15 0 0 25 0 9 0 1973923350 888266752 165956 996147200 134512640 134550740 4294956032 18446744073709551615 4126892731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8554] ppid=8549 vsize=867448 CPUtime=2.8
/proc/8551/task/8554/stat : 8554 (java) S 8549 8551 8045 0 -1 64 149930 0 0 0 214 66 0 0 16 0 9 0 1973923351 888266752 165956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8555] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8555/stat : 8555 (java) S 8549 8551 8045 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973923351 888266752 165956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8556] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8556/stat : 8556 (java) S 8549 8551 8045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973923351 888266752 165956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8557] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8557/stat : 8557 (java) S 8549 8551 8045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973923353 888266752 165956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8558] ppid=8549 vsize=867448 CPUtime=0.21
/proc/8551/task/8558/stat : 8558 (java) S 8549 8551 8045 0 -1 64 555 0 0 0 20 1 0 0 15 0 9 0 1973923353 888266752 165956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8559] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8559/stat : 8559 (java) S 8549 8551 8045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973923353 888266752 165956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8560] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8560/stat : 8560 (java) S 8549 8551 8045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973923353 888266752 165956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.14
Current children cumulated vsize (KiB) 867448

[startup+15.9025 s]
/proc/loadavg: 1.16 0.33 0.11 3/90 8560
/proc/meminfo: memFree=471576/2055920 swapFree=4178936/4192956
[pid=8551] ppid=8549 vsize=867448 CPUtime=15.73
/proc/8551/stat : 8551 (java) S 8549 8551 8045 0 -1 0 166693 0 1 0 1489 84 0 0 18 0 9 0 1973923348 888266752 166072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8551/statm: 216862 166072 1960 9 0 211334 0
[pid=8551/tid=8552] ppid=8549 vsize=867448 CPUtime=12.6
/proc/8551/task/8552/stat : 8552 (java) R 8549 8551 8045 0 -1 64 15436 0 1 0 1245 15 0 0 25 0 9 0 1973923350 888266752 166072 996147200 134512640 134550740 4294956032 18446744073709551615 4127029152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8554] ppid=8549 vsize=867448 CPUtime=2.82
/proc/8551/task/8554/stat : 8554 (java) S 8549 8551 8045 0 -1 64 149930 0 0 0 216 66 0 0 16 0 9 0 1973923351 888266752 166072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8555] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8555/stat : 8555 (java) S 8549 8551 8045 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973923351 888266752 166072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8556] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8556/stat : 8556 (java) S 8549 8551 8045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973923351 888266752 166072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8557] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8557/stat : 8557 (java) S 8549 8551 8045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973923353 888266752 166072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8558] ppid=8549 vsize=867448 CPUtime=0.27
/proc/8551/task/8558/stat : 8558 (java) S 8549 8551 8045 0 -1 64 592 0 0 0 26 1 0 0 16 0 9 0 1973923353 888266752 166072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8559] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8559/stat : 8559 (java) S 8549 8551 8045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973923353 888266752 166072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8560] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8560/stat : 8560 (java) S 8549 8551 8045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973923353 888266752 166072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.73
Current children cumulated vsize (KiB) 867448

[startup+16.3025 s]
/proc/loadavg: 1.16 0.33 0.11 3/90 8560
/proc/meminfo: memFree=471576/2055920 swapFree=4178936/4192956
[pid=8551] ppid=8549 vsize=867448 CPUtime=16.13
/proc/8551/stat : 8551 (java) S 8549 8551 8045 0 -1 0 167182 0 1 0 1529 84 0 0 18 0 9 0 1973923348 888266752 166559 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8551/statm: 216862 166559 1960 9 0 211334 0
[pid=8551/tid=8552] ppid=8549 vsize=867448 CPUtime=12.97
/proc/8551/task/8552/stat : 8552 (java) R 8549 8551 8045 0 -1 64 15438 0 1 0 1282 15 0 0 25 0 9 0 1973923350 888266752 166559 996147200 134512640 134550740 4294956032 18446744073709551615 4127030818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8554] ppid=8549 vsize=867448 CPUtime=2.85
/proc/8551/task/8554/stat : 8554 (java) S 8549 8551 8045 0 -1 64 150412 0 0 0 219 66 0 0 16 0 9 0 1973923351 888266752 166559 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8555] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8555/stat : 8555 (java) S 8549 8551 8045 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973923351 888266752 166559 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8556] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8556/stat : 8556 (java) S 8549 8551 8045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973923351 888266752 166559 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8557] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8557/stat : 8557 (java) S 8549 8551 8045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973923353 888266752 166559 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8558] ppid=8549 vsize=867448 CPUtime=0.28
/proc/8551/task/8558/stat : 8558 (java) S 8549 8551 8045 0 -1 64 597 0 0 0 27 1 0 0 15 0 9 0 1973923353 888266752 166559 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8559] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8559/stat : 8559 (java) S 8549 8551 8045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973923353 888266752 166559 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8551/tid=8560] ppid=8549 vsize=867448 CPUtime=0
/proc/8551/task/8560/stat : 8560 (java) S 8549 8551 8045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973923353 888266752 166559 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.13
Current children cumulated vsize (KiB) 867448

[startup+16.5079 s]
/proc/loadavg: 1.16 0.33 0.11 2/90 8561
/proc/meminfo: memFree=469400/2055920 swapFree=4178936/4192956
[pid=8551] ppid=8549 vsize=0 CPUtime=16.28
/proc/8551/stat : 8551 (java) Z 8549 8551 8045 0 -1 12 167222 0 1 0 1534 94 0 0 16 0 2 0 1973923348 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8551/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 16.28
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 16.5175
CPU time (s): 16.3045
CPU user time (s): 15.3487
CPU system time (s): 0.955854
CPU usage (%): 98.7107
Max. virtual memory (cumulated for all children) (KiB): 867772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.3487
system time used= 0.955854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167222
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= 1945
involuntary context switches= 2553

runsolver used 0.025996 second user time and 0.06099 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-01 23:58:50
IDJOB=1034395
IDBENCH=53339
IDSOLVER=349
FILE ID=node64/1034395-1214949520
PBS_JOBID= 7870206
Free space on /tmp= 66492 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/lard/normalized-lard-83-83.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-1034395-1214949520/watcher-1034395-1214949520 -o /tmp/evaluation-result-1034395-1214949520/solver-1034395-1214949520 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1034395-1214949520.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 75503770180b2e5df3e5009c7077c336
RANDOM SEED=1555544562

node64.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.248
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.248
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:       1131392 kB
Buffers:         51404 kB
Cached:         767940 kB
SwapCached:       7196 kB
Active:         337288 kB
Inactive:       510208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1131392 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:           72096 kB
Writeback:           0 kB
Mapped:          44240 kB
Slab:            61984 kB
Committed_AS:  3890040 kB
PageTables:       1860 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66484 MiB
End job on node64 at 2008-07-01 23:59:07