Trace number 2117361

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.1b 2009-07-16UNSAT 36.7254 36.7482

DiagnosticValue
CHECKS0
NODES63099

General information on the benchmark

Namecsp/tightness0.35/
normalized-rand-2-40-16-250-350-7_ext.xml
MD5SUM62591c7ac45dd2ea33dbbfa4d36cbcfc
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.74167
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

36.67/36.73	s UNSATISFIABLE
36.67/36.73	d AC 32
36.67/36.73	d RUNTIME 36.627
36.67/36.73	d NODES 63099
36.67/36.73	d NODES/s 1723
36.67/36.73	d BACKTRACKS 114611
36.67/36.73	d BACKTRACKS/s 3129
36.67/36.73	d CHECKS 0
36.67/36.73	d CHECKS/s 0
36.67/36.73	c UNSAT 36.627 TIME      63099 NDS    285 PARSTIME      116 BUILDPB       127 CONFIG        36099 RES       false RESTART       1 HEURISTIC       true RANDVAL      

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2117361-1248034227/watcher-2117361-1248034227 -o /tmp/evaluation-result-2117361-1248034227/solver-2117361-1248034227 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2117361-1248034227.xml -randval true -h 1 -ac 32 -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: 1.96 2.00 1.97 3/80 27336
/proc/meminfo: memFree=782256/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=152 CPUtime=0
/proc/27336/stat : 27336 (java) R 27334 27336 26144 0 -1 0 222 0 0 0 0 0 0 0 18 0 1 0 90489221 155648 26 996147200 134512640 134550932 4294955888 18446744073709551615 8438564 0 0 4096 0 0 0 0 17 0 0 0
/proc/27336/statm: 38 26 19 9 0 4 0

[startup+0.089534 s]
/proc/loadavg: 1.96 2.00 1.97 3/80 27336
/proc/meminfo: memFree=782256/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=862284 CPUtime=0.07
/proc/27336/stat : 27336 (java) S 27334 27336 26144 0 -1 0 3333 0 1 0 6 1 0 0 18 0 9 0 90489221 882978816 2798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27336/statm: 215571 2798 1312 9 0 210441 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 862284

[startup+0.101526 s]
/proc/loadavg: 1.96 2.00 1.97 3/80 27336
/proc/meminfo: memFree=782256/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=864092 CPUtime=0.08
/proc/27336/stat : 27336 (java) S 27334 27336 26144 0 -1 0 3838 0 1 0 7 1 0 0 18 0 9 0 90489221 884830208 3293 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27336/statm: 216023 3295 1729 9 0 210492 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864092

[startup+0.301553 s]
/proc/loadavg: 1.96 2.00 1.97 3/80 27336
/proc/meminfo: memFree=782256/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=864984 CPUtime=0.28
/proc/27336/stat : 27336 (java) S 27334 27336 26144 0 -1 0 4834 0 1 0 26 2 0 0 18 0 9 0 90489221 885743616 4256 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27336/statm: 216246 4256 1866 9 0 210715 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864984

[startup+0.701599 s]
/proc/loadavg: 1.96 2.00 1.97 3/80 27336
/proc/meminfo: memFree=782256/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=865096 CPUtime=0.69
/proc/27336/stat : 27336 (java) S 27334 27336 26144 0 -1 0 7363 0 1 0 65 4 0 0 18 0 9 0 90489221 885858304 6743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27336/statm: 216274 6743 1963 9 0 210743 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 865096

[startup+1.50168 s]
/proc/loadavg: 1.96 2.00 1.97 3/89 27345
/proc/meminfo: memFree=757544/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=865096 CPUtime=1.49
/proc/27336/stat : 27336 (java) S 27334 27336 26144 0 -1 0 10816 0 1 0 142 7 0 0 18 0 9 0 90489221 885858304 10195 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27336/statm: 216274 10196 1971 9 0 210743 0
[pid=27336/tid=27338] ppid=27334 vsize=865096 CPUtime=1.26
/proc/27336/task/27338/stat : 27338 (java) R 27334 27336 26144 0 -1 64 9514 0 1 0 120 6 0 0 25 0 9 0 90489222 885858304 10196 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27339] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27339/stat : 27339 (java) S 27334 27336 26144 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 90489223 885858304 10196 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27340] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27340/stat : 27340 (java) S 27334 27336 26144 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 90489224 885858304 10196 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27341] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27341/stat : 27341 (java) S 27334 27336 26144 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 90489224 885858304 10197 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27342] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27342/stat : 27342 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 90489226 885858304 10197 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27343] ppid=27334 vsize=865096 CPUtime=0.21
/proc/27336/task/27343/stat : 27343 (java) S 27334 27336 26144 0 -1 64 574 0 0 0 21 0 0 0 16 0 9 0 90489226 885858304 10197 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27344] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27344/stat : 27344 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90489226 885858304 10198 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27345] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27345/stat : 27345 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90489226 885858304 10198 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 865096

[startup+3.10186 s]
/proc/loadavg: 1.96 2.00 1.97 3/89 27345
/proc/meminfo: memFree=737832/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=865096 CPUtime=3.09
/proc/27336/stat : 27336 (java) S 27334 27336 26144 0 -1 0 16642 0 1 0 298 11 0 0 18 0 9 0 90489221 885858304 16017 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27336/statm: 216274 16017 1982 9 0 210743 0
[pid=27336/tid=27338] ppid=27334 vsize=865096 CPUtime=2.84
/proc/27336/task/27338/stat : 27338 (java) R 27334 27336 26144 0 -1 64 14739 0 1 0 275 9 0 0 25 0 9 0 90489222 885858304 16017 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27339] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27339/stat : 27339 (java) S 27334 27336 26144 0 -1 64 591 0 0 0 0 0 0 0 16 0 9 0 90489223 885858304 16017 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27340] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27340/stat : 27340 (java) S 27334 27336 26144 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16017 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27341] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27341/stat : 27341 (java) S 27334 27336 26144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16017 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27342] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27342/stat : 27342 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 90489226 885858304 16017 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27343] ppid=27334 vsize=865096 CPUtime=0.21
/proc/27336/task/27343/stat : 27343 (java) S 27334 27336 26144 0 -1 64 578 0 0 0 21 0 0 0 15 0 9 0 90489226 885858304 16017 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27344] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27344/stat : 27344 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90489226 885858304 16017 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27345] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27345/stat : 27345 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90489226 885858304 16017 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 865096

[startup+6.30221 s]
/proc/loadavg: 1.96 2.00 1.97 3/89 27345
/proc/meminfo: memFree=723048/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=865096 CPUtime=6.28
/proc/27336/stat : 27336 (java) S 27334 27336 26144 0 -1 0 17220 0 1 0 615 13 0 0 18 0 9 0 90489221 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27336/statm: 216274 16593 1982 9 0 210743 0
[pid=27336/tid=27338] ppid=27334 vsize=865096 CPUtime=6.03
/proc/27336/task/27338/stat : 27338 (java) R 27334 27336 26144 0 -1 64 14741 0 1 0 592 11 0 0 25 0 9 0 90489222 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27339] ppid=27334 vsize=865096 CPUtime=0.01
/proc/27336/task/27339/stat : 27339 (java) S 27334 27336 26144 0 -1 64 1167 0 0 0 1 0 0 0 16 0 9 0 90489223 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27340] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27340/stat : 27340 (java) S 27334 27336 26144 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27341] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27341/stat : 27341 (java) S 27334 27336 26144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27342] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27342/stat : 27342 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27343] ppid=27334 vsize=865096 CPUtime=0.21
/proc/27336/task/27343/stat : 27343 (java) S 27334 27336 26144 0 -1 64 578 0 0 0 21 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27344] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27344/stat : 27344 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27345] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27345/stat : 27345 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 865096

[startup+12.7029 s]
/proc/loadavg: 1.96 2.00 1.97 3/89 27345
/proc/meminfo: memFree=722856/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=865096 CPUtime=12.69
/proc/27336/stat : 27336 (java) S 27334 27336 26144 0 -1 0 17223 0 1 0 1252 17 0 0 18 0 9 0 90489221 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27336/statm: 216274 16593 1982 9 0 210743 0
[pid=27336/tid=27338] ppid=27334 vsize=865096 CPUtime=12.41
/proc/27336/task/27338/stat : 27338 (java) R 27334 27336 26144 0 -1 64 14744 0 1 0 1226 15 0 0 25 0 9 0 90489222 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27339] ppid=27334 vsize=865096 CPUtime=0.03
/proc/27336/task/27339/stat : 27339 (java) S 27334 27336 26144 0 -1 64 1167 0 0 0 3 0 0 0 16 0 9 0 90489223 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27340] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27340/stat : 27340 (java) S 27334 27336 26144 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27341] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27341/stat : 27341 (java) S 27334 27336 26144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27342] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27342/stat : 27342 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27343] ppid=27334 vsize=865096 CPUtime=0.21
/proc/27336/task/27343/stat : 27343 (java) S 27334 27336 26144 0 -1 64 578 0 0 0 21 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27344] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27344/stat : 27344 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27345] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27345/stat : 27345 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 865096

[startup+25.5013 s]
/proc/loadavg: 1.97 2.00 1.97 3/89 27345
/proc/meminfo: memFree=722984/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=865096 CPUtime=25.48
/proc/27336/stat : 27336 (java) S 27334 27336 26144 0 -1 0 17228 0 1 0 2524 24 0 0 18 0 9 0 90489221 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27336/statm: 216274 16593 1982 9 0 210743 0
[pid=27336/tid=27338] ppid=27334 vsize=865096 CPUtime=25.16
/proc/27336/task/27338/stat : 27338 (java) R 27334 27336 26144 0 -1 64 14749 0 1 0 2494 22 0 0 25 0 9 0 90489222 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27339] ppid=27334 vsize=865096 CPUtime=0.07
/proc/27336/task/27339/stat : 27339 (java) S 27334 27336 26144 0 -1 64 1167 0 0 0 7 0 0 0 16 0 9 0 90489223 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27340] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27340/stat : 27340 (java) S 27334 27336 26144 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27341] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27341/stat : 27341 (java) S 27334 27336 26144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27342] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27342/stat : 27342 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27343] ppid=27334 vsize=865096 CPUtime=0.21
/proc/27336/task/27343/stat : 27343 (java) S 27334 27336 26144 0 -1 64 578 0 0 0 21 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27344] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27344/stat : 27344 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27345] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27345/stat : 27345 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 865096

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

[startup+31.908 s]
/proc/loadavg: 1.97 2.00 1.97 3/89 27345
/proc/meminfo: memFree=723048/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=865096 CPUtime=31.88
/proc/27336/stat : 27336 (java) S 27334 27336 26144 0 -1 0 17231 0 1 0 3159 29 0 0 18 0 9 0 90489221 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27336/statm: 216274 16593 1982 9 0 210743 0
[pid=27336/tid=27338] ppid=27334 vsize=865096 CPUtime=31.54
/proc/27336/task/27338/stat : 27338 (java) R 27334 27336 26144 0 -1 64 14752 0 1 0 3127 27 0 0 25 0 9 0 90489222 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27339] ppid=27334 vsize=865096 CPUtime=0.09
/proc/27336/task/27339/stat : 27339 (java) S 27334 27336 26144 0 -1 64 1167 0 0 0 9 0 0 0 16 0 9 0 90489223 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27340] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27340/stat : 27340 (java) S 27334 27336 26144 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27341] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27341/stat : 27341 (java) S 27334 27336 26144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27342] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27342/stat : 27342 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27343] ppid=27334 vsize=865096 CPUtime=0.21
/proc/27336/task/27343/stat : 27343 (java) S 27334 27336 26144 0 -1 64 578 0 0 0 21 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27344] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27344/stat : 27344 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27345] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27345/stat : 27345 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 865096

[startup+35.1013 s]
/proc/loadavg: 1.98 2.00 1.97 3/89 27345
/proc/meminfo: memFree=723048/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=865096 CPUtime=35.08
/proc/27336/stat : 27336 (java) S 27334 27336 26144 0 -1 0 17232 0 1 0 3477 31 0 0 18 0 9 0 90489221 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27336/statm: 216274 16593 1982 9 0 210743 0
[pid=27336/tid=27338] ppid=27334 vsize=865096 CPUtime=34.73
/proc/27336/task/27338/stat : 27338 (java) R 27334 27336 26144 0 -1 64 14753 0 1 0 3444 29 0 0 25 0 9 0 90489222 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27339] ppid=27334 vsize=865096 CPUtime=0.1
/proc/27336/task/27339/stat : 27339 (java) S 27334 27336 26144 0 -1 64 1167 0 0 0 10 0 0 0 16 0 9 0 90489223 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27340] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27340/stat : 27340 (java) S 27334 27336 26144 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27341] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27341/stat : 27341 (java) S 27334 27336 26144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27342] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27342/stat : 27342 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27343] ppid=27334 vsize=865096 CPUtime=0.21
/proc/27336/task/27343/stat : 27343 (java) S 27334 27336 26144 0 -1 64 578 0 0 0 21 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27344] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27344/stat : 27344 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27345] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27345/stat : 27345 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.08
Current children cumulated vsize (KiB) 865096

[startup+35.9014 s]
/proc/loadavg: 1.98 2.00 1.97 3/89 27345
/proc/meminfo: memFree=723048/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=865096 CPUtime=35.87
/proc/27336/stat : 27336 (java) S 27334 27336 26144 0 -1 0 17232 0 1 0 3556 31 0 0 18 0 9 0 90489221 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27336/statm: 216274 16593 1982 9 0 210743 0
[pid=27336/tid=27338] ppid=27334 vsize=865096 CPUtime=35.52
/proc/27336/task/27338/stat : 27338 (java) R 27334 27336 26144 0 -1 64 14753 0 1 0 3523 29 0 0 25 0 9 0 90489222 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27339] ppid=27334 vsize=865096 CPUtime=0.1
/proc/27336/task/27339/stat : 27339 (java) S 27334 27336 26144 0 -1 64 1167 0 0 0 10 0 0 0 16 0 9 0 90489223 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27340] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27340/stat : 27340 (java) S 27334 27336 26144 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27341] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27341/stat : 27341 (java) S 27334 27336 26144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27342] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27342/stat : 27342 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27343] ppid=27334 vsize=865096 CPUtime=0.21
/proc/27336/task/27343/stat : 27343 (java) S 27334 27336 26144 0 -1 64 578 0 0 0 21 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27344] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27344/stat : 27344 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27345] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27345/stat : 27345 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.87
Current children cumulated vsize (KiB) 865096

[startup+36.3065 s]
/proc/loadavg: 1.98 2.00 1.97 3/89 27345
/proc/meminfo: memFree=723048/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=865096 CPUtime=36.28
/proc/27336/stat : 27336 (java) S 27334 27336 26144 0 -1 0 17232 0 1 0 3596 32 0 0 18 0 9 0 90489221 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27336/statm: 216274 16593 1982 9 0 210743 0
[pid=27336/tid=27338] ppid=27334 vsize=865096 CPUtime=35.93
/proc/27336/task/27338/stat : 27338 (java) R 27334 27336 26144 0 -1 64 14753 0 1 0 3563 30 0 0 25 0 9 0 90489222 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27339] ppid=27334 vsize=865096 CPUtime=0.1
/proc/27336/task/27339/stat : 27339 (java) S 27334 27336 26144 0 -1 64 1167 0 0 0 10 0 0 0 16 0 9 0 90489223 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27340] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27340/stat : 27340 (java) S 27334 27336 26144 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27341] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27341/stat : 27341 (java) S 27334 27336 26144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27342] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27342/stat : 27342 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27343] ppid=27334 vsize=865096 CPUtime=0.21
/proc/27336/task/27343/stat : 27343 (java) S 27334 27336 26144 0 -1 64 578 0 0 0 21 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27344] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27344/stat : 27344 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27345] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27345/stat : 27345 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 36.28
Current children cumulated vsize (KiB) 865096

[startup+36.7015 s]
/proc/loadavg: 1.98 2.00 1.97 3/89 27345
/proc/meminfo: memFree=723048/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=865096 CPUtime=36.67
/proc/27336/stat : 27336 (java) S 27334 27336 26144 0 -1 0 17233 0 1 0 3635 32 0 0 18 0 9 0 90489221 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27336/statm: 216274 16593 1982 9 0 210743 0
[pid=27336/tid=27338] ppid=27334 vsize=865096 CPUtime=36.31
/proc/27336/task/27338/stat : 27338 (java) R 27334 27336 26144 0 -1 64 14754 0 1 0 3601 30 0 0 25 0 9 0 90489222 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27339] ppid=27334 vsize=865096 CPUtime=0.11
/proc/27336/task/27339/stat : 27339 (java) S 27334 27336 26144 0 -1 64 1167 0 0 0 11 0 0 0 16 0 9 0 90489223 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27340] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27340/stat : 27340 (java) S 27334 27336 26144 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27341] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27341/stat : 27341 (java) S 27334 27336 26144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90489224 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27342] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27342/stat : 27342 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27343] ppid=27334 vsize=865096 CPUtime=0.21
/proc/27336/task/27343/stat : 27343 (java) S 27334 27336 26144 0 -1 64 578 0 0 0 21 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27344] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27344/stat : 27344 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27336/tid=27345] ppid=27334 vsize=865096 CPUtime=0
/proc/27336/task/27345/stat : 27345 (java) S 27334 27336 26144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90489226 885858304 16593 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 36.67
Current children cumulated vsize (KiB) 865096

Child status: 0
Real time (s): 36.7482
CPU time (s): 36.7254
CPU user time (s): 36.3875
CPU system time (s): 0.337948
CPU usage (%): 99.938
Max. virtual memory (cumulated for all children) (KiB): 865096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.3875
system time used= 0.337948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17256
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= 2051
involuntary context switches= 2079

runsolver used 0.056991 second user time and 0.118981 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-19 22:10:27
IDJOB=2117361
IDBENCH=59487
IDSOLVER=780
FILE ID=node21/2117361-1248034227
PBS_JOBID= 9529003
Free space on /tmp= 66332 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/tightness0.35/normalized-rand-2-40-16-250-350-7_ext.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file BENCHNAME -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2117361-1248034227/watcher-2117361-1248034227 -o /tmp/evaluation-result-2117361-1248034227/solver-2117361-1248034227 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2117361-1248034227.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979

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

MD5SUM BENCH= 62591c7ac45dd2ea33dbbfa4d36cbcfc
RANDOM SEED=1876707965

node21.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.240
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.240
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:        782736 kB
Buffers:         95732 kB
Cached:         620648 kB
SwapCached:          0 kB
Active:         698640 kB
Inactive:       485840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        782736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5120 kB
Writeback:           0 kB
Mapped:         485924 kB
Slab:            73076 kB
Committed_AS:  1227352 kB
PageTables:       2652 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66324 MiB
End job on node21 at 2009-07-19 22:11:04