Trace number 2057209

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.1.1 2009-06-10SAT 21.5667 21.5515

DiagnosticValue
CHECKS0
NODES86

General information on the benchmark

Namecsp/lard/
normalized-lard-85-85.xml
MD5SUM42f9916c3b1f3e859e9f779c74e60375
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.6194
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Maximum constraint arity2
Maximum domain size86
Number of constraints which are defined in extension3570
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

21.42/21.44	s SATISFIABLE
21.42/21.44	v 34 15 28 31 20 36 23 26 27 2 32 21 33 27 18 9 5 29 6 6 36 27 42 37 23 11 23 35 36 35 28 25 22 33 9 38 30 30 36 24 17 7 14 16 35 4 5 36 34 2 37 5 24 2 6 12 39 12 3 6 33 12 10 24 10 32 16 35 35 39 30 2 15 8 18 1 32 10 13 11 39 16 28 28 22 
21.42/21.44	d AC 32
21.42/21.44	d RUNTIME 21.333
21.42/21.44	d NODES 86
21.42/21.44	d NODES/s 4
21.42/21.44	d BACKTRACKS 0
21.42/21.44	d BACKTRACKS/s 0
21.42/21.44	d CHECKS 0
21.42/21.44	d CHECKS/s 0
21.42/21.44	c SAT 21.333 TIME      86 NDS    14857 PARSTIME      3686 BUILDPB       2790 RES       false RESTART       1 HEURISTIC       true RANDVAL      

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2057209-1247317873/watcher-2057209-1247317873 -o /tmp/evaluation-result-2057209-1247317873/solver-2057209-1247317873 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2057209-1247317873.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979 

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): 2000 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


[startup+0 s]
/proc/loadavg: 0.24 0.06 0.02 3/67 11927
/proc/meminfo: memFree=933984/2055920 swapFree=4192956/4192956
[pid=11927] ppid=11925 vsize=152 CPUtime=0
/proc/11927/stat : 11927 (java) R 11925 11927 11818 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 18851010 155648 26 996147200 134512640 134550932 4294956000 18446744073709551615 8413483 0 0 4096 0 0 0 0 17 1 0 0
/proc/11927/statm: 38 26 19 9 0 4 0

[startup+0.0966189 s]
/proc/loadavg: 0.24 0.06 0.02 3/67 11927
/proc/meminfo: memFree=933984/2055920 swapFree=4192956/4192956
[pid=11927] ppid=11925 vsize=864860 CPUtime=0.08
/proc/11927/stat : 11927 (java) S 11925 11927 11818 0 -1 0 3798 0 2 0 6 2 0 0 18 0 9 0 18851010 885616640 3262 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 216215 3262 1723 9 0 210683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864860

[startup+0.101612 s]
/proc/loadavg: 0.24 0.06 0.02 3/67 11927
/proc/meminfo: memFree=933984/2055920 swapFree=4192956/4192956
[pid=11927] ppid=11925 vsize=864860 CPUtime=0.09
/proc/11927/stat : 11927 (java) S 11925 11927 11818 0 -1 0 3856 0 3 0 7 2 0 0 18 0 9 0 18851010 885616640 3308 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 216215 3308 1741 9 0 210683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864860

[startup+0.301647 s]
/proc/loadavg: 0.24 0.06 0.02 3/67 11927
/proc/meminfo: memFree=933984/2055920 swapFree=4192956/4192956
[pid=11927] ppid=11925 vsize=865000 CPUtime=0.34
/proc/11927/stat : 11927 (java) S 11925 11927 11818 0 -1 0 7682 0 3 0 30 4 0 0 18 0 9 0 18851010 885760000 7109 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 216250 7109 1855 9 0 210718 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 865000

[startup+0.701679 s]
/proc/loadavg: 0.24 0.06 0.02 3/67 11927
/proc/meminfo: memFree=933984/2055920 swapFree=4192956/4192956
[pid=11927] ppid=11925 vsize=865000 CPUtime=0.77
/proc/11927/stat : 11927 (java) S 11925 11927 11818 0 -1 0 26049 0 3 0 65 12 0 0 18 0 9 0 18851010 885760000 25473 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 216250 25473 1867 9 0 210718 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 865000

[startup+1.50176 s]
/proc/loadavg: 0.24 0.06 0.02 2/76 11936
/proc/meminfo: memFree=789336/2055920 swapFree=4192956/4192956
[pid=11927] ppid=11925 vsize=866024 CPUtime=1.57
/proc/11927/stat : 11927 (java) S 11925 11927 11818 0 -1 0 49487 0 3 0 130 27 0 0 18 0 9 0 18851010 886808576 48906 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 216506 48906 1876 9 0 210974 0
[pid=11927/tid=11929] ppid=11925 vsize=866024 CPUtime=1.21
/proc/11927/task/11929/stat : 11929 (java) R 11925 11927 11818 0 -1 64 14192 0 3 0 109 12 0 0 16 0 9 0 18851012 886808576 48906 996147200 134512640 134550932 4294955840 18446744073709551615 4125875825 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11930] ppid=11925 vsize=866024 CPUtime=0.2
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11818 0 -1 64 34053 0 0 0 8 12 0 0 16 0 9 0 18851013 886808576 48906 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11931] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11818 0 -1 64 16 0 0 0 0 0 0 0 15 0 9 0 18851013 886808576 48906 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11932] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18851013 886808576 48906 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11933] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11818 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18851015 886808576 48906 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11934] ppid=11925 vsize=866024 CPUtime=0.11
/proc/11927/task/11934/stat : 11934 (java) R 11925 11927 11818 0 -1 64 510 0 0 0 11 0 0 0 16 0 9 0 18851015 886808576 48906 996147200 134512640 134550932 4294955840 18446744073709551615 101680198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18851015 886808576 48906 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11936] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11936/stat : 11936 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 18851015 886808576 48906 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 866024

[startup+3.10292 s]
/proc/loadavg: 0.38 0.09 0.03 2/76 11936
/proc/meminfo: memFree=716760/2055920 swapFree=4192956/4192956
[pid=11927] ppid=11925 vsize=866024 CPUtime=3.19
/proc/11927/stat : 11927 (java) S 11925 11927 11818 0 -1 0 66270 0 3 0 286 33 0 0 18 0 9 0 18851010 886808576 65681 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 216506 65681 1892 9 0 210974 0
[pid=11927/tid=11929] ppid=11925 vsize=866024 CPUtime=2.54
/proc/11927/task/11929/stat : 11929 (java) R 11925 11927 11818 0 -1 64 14231 0 3 0 242 12 0 0 19 0 9 0 18851012 886808576 65681 996147200 134512640 134550932 4294955840 18446744073709551615 4126728567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=866024 CPUtime=0.47
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11818 0 -1 64 50769 0 0 0 28 19 0 0 16 0 9 0 18851013 886808576 65681 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11931] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11818 0 -1 64 16 0 0 0 0 0 0 0 15 0 9 0 18851013 886808576 65681 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11932] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18851013 886808576 65681 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11933] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11818 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18851015 886808576 65681 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11934] ppid=11925 vsize=866024 CPUtime=0.14
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11818 0 -1 64 538 0 0 0 14 0 0 0 16 0 9 0 18851015 886808576 65681 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18851015 886808576 65681 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11936] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11936/stat : 11936 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 18851015 886808576 65681 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 866024

[startup+6.30223 s]
/proc/loadavg: 0.38 0.09 0.03 3/78 11940
/proc/meminfo: memFree=565896/2055920 swapFree=4192956/4192956
[pid=11927] ppid=11925 vsize=866024 CPUtime=6.38
/proc/11927/stat : 11927 (java) S 11925 11927 11818 0 -1 0 94797 0 3 0 592 46 0 0 18 0 9 0 18851010 886808576 94201 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 216506 94201 1892 9 0 210974 0
[pid=11927/tid=11929] ppid=11925 vsize=866024 CPUtime=5.16
/proc/11927/task/11929/stat : 11929 (java) R 11925 11927 11818 0 -1 64 14238 0 3 0 504 12 0 0 25 0 9 0 18851012 886808576 94201 996147200 134512640 134550932 4294955840 18446744073709551615 4126356433 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=866024 CPUtime=1.04
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11818 0 -1 64 79287 0 0 0 73 31 0 0 16 0 9 0 18851013 886808576 94201 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11818 0 -1 64 16 0 0 0 0 0 0 0 15 0 9 0 18851013 886808576 94201 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11932] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18851013 886808576 94201 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11933] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11818 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18851015 886808576 94201 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11934] ppid=11925 vsize=866024 CPUtime=0.15
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11818 0 -1 64 540 0 0 0 15 0 0 0 16 0 9 0 18851015 886808576 94201 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18851015 886808576 94201 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11936] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11936/stat : 11936 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 18851015 886808576 94201 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 866024

[startup+12.7029 s]
/proc/loadavg: 0.63 0.15 0.05 4/78 11940
/proc/meminfo: memFree=287112/2055920 swapFree=4192956/4192956
[pid=11927] ppid=11925 vsize=866024 CPUtime=12.75
/proc/11927/stat : 11927 (java) S 11925 11927 11818 0 -1 0 156578 0 3 0 1199 76 0 0 18 0 9 0 18851010 886808576 155969 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 216506 155969 1892 9 0 210974 0
[pid=11927/tid=11929] ppid=11925 vsize=866024 CPUtime=10.26
/proc/11927/task/11929/stat : 11929 (java) R 11925 11927 11818 0 -1 64 14251 0 3 0 1013 13 0 0 25 0 9 0 18851012 886808576 155969 996147200 134512640 134550932 4294955840 18446744073709551615 104513874 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=866024 CPUtime=2.3
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11818 0 -1 64 141051 0 0 0 169 61 0 0 16 0 9 0 18851013 886808576 155969 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11818 0 -1 64 16 0 0 0 0 0 0 0 15 0 9 0 18851013 886808576 155969 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11932] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18851013 886808576 155969 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11933] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11818 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18851015 886808576 155969 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11934] ppid=11925 vsize=866024 CPUtime=0.16
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11818 0 -1 64 544 0 0 0 16 0 0 0 16 0 9 0 18851015 886808576 155969 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18851015 886808576 155969 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11936] ppid=11925 vsize=866024 CPUtime=0
/proc/11927/task/11936/stat : 11936 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 18851015 886808576 155969 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 866024

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

[startup+15.9012 s]
/proc/loadavg: 0.63 0.15 0.05 3/78 11940
/proc/meminfo: memFree=138056/2055920 swapFree=4192956/4192956
[pid=11927] ppid=11925 vsize=866060 CPUtime=15.92
/proc/11927/stat : 11927 (java) S 11925 11927 11818 0 -1 0 178709 0 3 0 1506 86 0 0 18 0 9 0 18851010 886845440 178018 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 216515 178018 2028 9 0 210983 0
[pid=11927/tid=11929] ppid=11925 vsize=866060 CPUtime=12.37
/proc/11927/task/11929/stat : 11929 (java) S 11925 11927 11818 0 -1 64 14490 0 3 0 1224 13 0 0 25 0 9 0 18851012 886845440 178018 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11930] ppid=11925 vsize=866060 CPUtime=3.31
/proc/11927/task/11930/stat : 11930 (java) R 11925 11927 11818 0 -1 64 162909 0 0 0 260 71 0 0 21 0 9 0 18851013 886845440 178018 996147200 134512640 134550932 4294955840 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11931] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11818 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 18851013 886845440 178018 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11932] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11818 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 18851013 886845440 178018 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11933] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11818 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18851015 886845440 178018 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11934] ppid=11925 vsize=866060 CPUtime=0.2
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11818 0 -1 64 577 0 0 0 20 0 0 0 16 0 9 0 18851015 886845440 178018 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11935] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18851015 886845440 178018 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11936] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11936/stat : 11936 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 18851015 886845440 178018 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.92
Current children cumulated vsize (KiB) 866060

[startup+19.1015 s]
/proc/loadavg: 0.74 0.18 0.06 4/76 11940
/proc/meminfo: memFree=122648/2055920 swapFree=4192956/4192956
[pid=11927] ppid=11925 vsize=866060 CPUtime=19.11
/proc/11927/stat : 11927 (java) S 11925 11927 11818 0 -1 0 179862 0 3 0 1824 87 0 0 18 0 9 0 18851010 886845440 179013 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 216515 179013 2623 9 0 210983 0
[pid=11927/tid=11929] ppid=11925 vsize=866060 CPUtime=14.22
/proc/11927/task/11929/stat : 11929 (java) R 11925 11927 11818 0 -1 64 14707 0 3 0 1408 14 0 0 25 0 9 0 18851012 886845440 179013 996147200 134512640 134550932 4294955840 18446744073709551615 4127180551 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11930] ppid=11925 vsize=866060 CPUtime=4.56
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11818 0 -1 64 163771 0 0 0 385 71 0 0 21 0 9 0 18851013 886845440 179013 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11931] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11818 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 18851013 886845440 179013 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11932] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11818 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 18851013 886845440 179013 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11933] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11818 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18851015 886845440 179013 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11934] ppid=11925 vsize=866060 CPUtime=0.31
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11818 0 -1 64 651 0 0 0 30 1 0 0 16 0 9 0 18851015 886845440 179013 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11935] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18851015 886845440 179013 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11936] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11936/stat : 11936 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 18851015 886845440 179013 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.11
Current children cumulated vsize (KiB) 866060

[startup+20.7027 s]
/proc/loadavg: 0.74 0.18 0.06 4/81 11946
/proc/meminfo: memFree=117488/2055920 swapFree=4192956/4192956
[pid=11927] ppid=11925 vsize=866060 CPUtime=20.71
/proc/11927/stat : 11927 (java) S 11925 11927 11818 0 -1 0 179891 0 3 0 1983 88 0 0 18 0 9 0 18851010 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 216515 179040 2623 9 0 210983 0
[pid=11927/tid=11929] ppid=11925 vsize=866060 CPUtime=15.74
/proc/11927/task/11929/stat : 11929 (java) R 11925 11927 11818 0 -1 64 14718 0 3 0 1559 15 0 0 25 0 9 0 18851012 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4127184410 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11930] ppid=11925 vsize=866060 CPUtime=4.61
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11818 0 -1 64 163771 0 0 0 390 71 0 0 16 0 9 0 18851013 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11931] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11818 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 18851013 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11932] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11818 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 18851013 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11933] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11818 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18851015 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11934] ppid=11925 vsize=866060 CPUtime=0.34
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11818 0 -1 64 669 0 0 0 33 1 0 0 16 0 9 0 18851015 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11935] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18851015 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11936] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11936/stat : 11936 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 18851015 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.71
Current children cumulated vsize (KiB) 866060

[startup+21.1027 s]
/proc/loadavg: 0.74 0.18 0.06 3/81 11946
/proc/meminfo: memFree=117168/2055920 swapFree=4192956/4192956
[pid=11927] ppid=11925 vsize=866060 CPUtime=21.12
/proc/11927/stat : 11927 (java) S 11925 11927 11818 0 -1 0 179892 0 3 0 2023 89 0 0 18 0 9 0 18851010 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 216515 179040 2623 9 0 210983 0
[pid=11927/tid=11929] ppid=11925 vsize=866060 CPUtime=16.14
/proc/11927/task/11929/stat : 11929 (java) R 11925 11927 11818 0 -1 64 14719 0 3 0 1599 15 0 0 25 0 9 0 18851012 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11930] ppid=11925 vsize=866060 CPUtime=4.61
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11818 0 -1 64 163771 0 0 0 390 71 0 0 17 0 9 0 18851013 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11931] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11818 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 18851013 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11932] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11818 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 18851013 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11933] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11818 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18851015 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11934] ppid=11925 vsize=866060 CPUtime=0.34
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11818 0 -1 64 669 0 0 0 33 1 0 0 16 0 9 0 18851015 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11935] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18851015 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11927/tid=11936] ppid=11925 vsize=866060 CPUtime=0
/proc/11927/task/11936/stat : 11936 (java) S 11925 11927 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 18851015 886845440 179040 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.12
Current children cumulated vsize (KiB) 866060

[startup+21.5027 s]
/proc/loadavg: 0.74 0.18 0.06 3/81 11946
/proc/meminfo: memFree=117168/2055920 swapFree=4192956/4192956
[pid=11927] ppid=11925 vsize=0 CPUtime=21.51
/proc/11927/stat : 11927 (java) Z 11925 11927 11818 0 -1 12 179922 0 3 0 2057 94 0 0 16 0 2 0 18851010 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11927/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.51
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 21.5515
CPU time (s): 21.5667
CPU user time (s): 20.5769
CPU system time (s): 0.989849
CPU usage (%): 100.071
Max. virtual memory (cumulated for all children) (KiB): 866092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.5769
system time used= 0.989849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179922
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2338
involuntary context switches= 2113

runsolver used 0.028995 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-11 15:11:23
IDJOB=2057209
IDBENCH=53344
IDSOLVER=737
FILE ID=node70/2057209-1247317873
PBS_JOBID= 9506492
Free space on /tmp= 66344 MiB

SOLVER NAME= Choco2.1.1 2009-06-10
BENCH NAME= CPAI08/csp/lard/normalized-lard-85-85.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file BENCHNAME -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057209-1247317873/watcher-2057209-1247317873 -o /tmp/evaluation-result-2057209-1247317873/solver-2057209-1247317873 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2057209-1247317873.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 42f9916c3b1f3e859e9f779c74e60375
RANDOM SEED=199107915

node70.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.214
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.214
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:        934400 kB
Buffers:         56152 kB
Cached:         996556 kB
SwapCached:          0 kB
Active:         501964 kB
Inactive:       565572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        934400 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           74424 kB
Writeback:           0 kB
Mapped:          24644 kB
Slab:            39748 kB
Committed_AS:   104856 kB
PageTables:       1576 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= 66244 MiB
End job on node70 at 2009-07-11 15:11:45