Trace number 2116817

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 37.3213 37.3986

DiagnosticValue
CHECKS0
NODES267

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-3.xml
MD5SUM2fe8075751fff64133735b72d8923bdd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.3708
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data

37.17/37.30	s UNSATISFIABLE
37.17/37.30	d AC 32
37.17/37.30	d RUNTIME 37.193
37.17/37.30	d NODES 267
37.17/37.30	d NODES/s 7
37.17/37.30	d BACKTRACKS 494
37.17/37.30	d BACKTRACKS/s 13
37.17/37.30	d CHECKS 0
37.17/37.30	d CHECKS/s 0
37.17/37.30	c UNSAT 37.193 TIME      267 NDS    1444 PARSTIME      1251 BUILDPB       1825 CONFIG        32673 RES       true 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-2116817-1248032413/watcher-2116817-1248032413 -o /tmp/evaluation-result-2116817-1248032413/solver-2116817-1248032413 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116817-1248032413.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.93 2.00 1.95 3/80 29961
/proc/meminfo: memFree=576896/2055920 swapFree=4192812/4192956
[pid=29961] ppid=29959 vsize=1616 CPUtime=0
/proc/29961/stat : 29961 (java) D 29959 29961 29137 0 -1 0 194 0 0 0 0 0 0 0 18 0 1 0 90303972 1654784 161 996147200 134512640 134550932 4294956064 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/29961/statm: 404 161 124 9 0 46 0

[startup+0.00807498 s]
/proc/loadavg: 1.93 2.00 1.95 3/80 29961
/proc/meminfo: memFree=576896/2055920 swapFree=4192812/4192956
[pid=29961] ppid=29959 vsize=324 CPUtime=0
/proc/29961/stat : 29961 (java) R 29959 29961 29137 0 -1 0 241 0 0 0 0 0 0 0 18 0 1 0 90303972 331776 44 996147200 134512640 134550932 4294955888 18446744073709551615 8413988 0 0 4096 0 0 0 0 17 0 0 0
/proc/29961/statm: 81 44 33 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 324

[startup+0.101091 s]
/proc/loadavg: 1.93 2.00 1.95 3/80 29961
/proc/meminfo: memFree=576896/2055920 swapFree=4192812/4192956
[pid=29961] ppid=29959 vsize=864092 CPUtime=0.08
/proc/29961/stat : 29961 (java) S 29959 29961 29137 0 -1 0 3838 0 1 0 6 2 0 0 18 0 9 0 90303972 884830208 3293 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29961/statm: 216023 3293 1729 9 0 210492 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864092

[startup+0.301109 s]
/proc/loadavg: 1.93 2.00 1.95 3/80 29961
/proc/meminfo: memFree=576896/2055920 swapFree=4192812/4192956
[pid=29961] ppid=29959 vsize=864988 CPUtime=0.28
/proc/29961/stat : 29961 (java) S 29959 29961 29137 0 -1 0 4966 0 1 0 25 3 0 0 18 0 9 0 90303972 885747712 4391 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29961/statm: 216247 4392 1858 9 0 210716 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864988

[startup+0.701148 s]
/proc/loadavg: 1.93 2.00 1.95 3/80 29961
/proc/meminfo: memFree=576896/2055920 swapFree=4192812/4192956
[pid=29961] ppid=29959 vsize=864988 CPUtime=0.68
/proc/29961/stat : 29961 (java) S 29959 29961 29137 0 -1 0 10101 0 1 0 62 6 0 0 18 0 9 0 90303972 885747712 9515 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29961/statm: 216247 9516 1897 9 0 210716 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 864988

[startup+1.50223 s]
/proc/loadavg: 1.93 2.00 1.95 3/89 29970
/proc/meminfo: memFree=529848/2055920 swapFree=4192812/4192956
[pid=29961] ppid=29959 vsize=864988 CPUtime=1.48
/proc/29961/stat : 29961 (java) S 29959 29961 29137 0 -1 0 20671 0 1 0 135 13 0 0 18 0 9 0 90303972 885747712 20081 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29961/statm: 216247 20081 1912 9 0 210716 0
[pid=29961/tid=29963] ppid=29959 vsize=864988 CPUtime=1.16
/proc/29961/task/29963/stat : 29963 (java) R 29959 29961 29137 0 -1 64 14286 0 1 0 107 9 0 0 25 0 9 0 90303973 885747712 20081 996147200 134512640 134550932 4294955888 18446744073709551615 102639150 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29964] ppid=29959 vsize=864988 CPUtime=0.12
/proc/29961/task/29964/stat : 29964 (java) S 29959 29961 29137 0 -1 64 5086 0 0 0 10 2 0 0 17 0 9 0 90303974 885747712 20081 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29965] ppid=29959 vsize=864988 CPUtime=0
/proc/29961/task/29965/stat : 29965 (java) S 29959 29961 29137 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 90303974 885747712 20081 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29966] ppid=29959 vsize=864988 CPUtime=0
/proc/29961/task/29966/stat : 29966 (java) S 29959 29961 29137 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90303974 885747712 20081 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29967] ppid=29959 vsize=864988 CPUtime=0
/proc/29961/task/29967/stat : 29967 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90303976 885747712 20081 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29968] ppid=29959 vsize=864988 CPUtime=0.18
/proc/29961/task/29968/stat : 29968 (java) S 29959 29961 29137 0 -1 64 567 0 0 0 18 0 0 0 15 0 9 0 90303976 885747712 20081 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29969] ppid=29959 vsize=864988 CPUtime=0
/proc/29961/task/29969/stat : 29969 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90303976 885747712 20081 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29970] ppid=29959 vsize=864988 CPUtime=0
/proc/29961/task/29970/stat : 29970 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90303976 885747712 20081 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 864988

[startup+3.10239 s]
/proc/loadavg: 1.93 2.00 1.95 3/89 29970
/proc/meminfo: memFree=489144/2055920 swapFree=4192812/4192956
[pid=29961] ppid=29959 vsize=865144 CPUtime=3.08
/proc/29961/stat : 29961 (java) S 29959 29961 29137 0 -1 0 36471 0 1 0 288 20 0 0 18 0 9 0 90303972 885907456 35851 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29961/statm: 216286 35851 1978 9 0 210755 0
[pid=29961/tid=29963] ppid=29959 vsize=865144 CPUtime=2.28
/proc/29961/task/29963/stat : 29963 (java) R 29959 29961 29137 0 -1 64 14752 0 1 0 219 9 0 0 25 0 9 0 90303973 885907456 35851 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29964] ppid=29959 vsize=865144 CPUtime=0.5
/proc/29961/task/29964/stat : 29964 (java) S 29959 29961 29137 0 -1 64 20353 0 0 0 42 8 0 0 17 0 9 0 90303974 885907456 35851 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29965] ppid=29959 vsize=865144 CPUtime=0
/proc/29961/task/29965/stat : 29965 (java) S 29959 29961 29137 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 90303974 885907456 35851 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29966] ppid=29959 vsize=865144 CPUtime=0
/proc/29961/task/29966/stat : 29966 (java) S 29959 29961 29137 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 90303974 885907456 35851 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29967] ppid=29959 vsize=865144 CPUtime=0
/proc/29961/task/29967/stat : 29967 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90303976 885907456 35851 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29968] ppid=29959 vsize=865144 CPUtime=0.27
/proc/29961/task/29968/stat : 29968 (java) R 29959 29961 29137 0 -1 64 634 0 0 0 27 0 0 0 16 0 9 0 90303976 885907456 35851 996147200 134512640 134550932 4294955888 18446744073709551615 102777421 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29969] ppid=29959 vsize=865144 CPUtime=0
/proc/29961/task/29969/stat : 29969 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90303976 885907456 35851 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29970] ppid=29959 vsize=865144 CPUtime=0
/proc/29961/task/29970/stat : 29970 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90303976 885907456 35851 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 865144

[startup+6.30171 s]
/proc/loadavg: 1.94 2.00 1.95 3/89 29970
/proc/meminfo: memFree=434424/2055920 swapFree=4192812/4192956
[pid=29961] ppid=29959 vsize=865272 CPUtime=6.28
/proc/29961/stat : 29961 (java) S 29959 29961 29137 0 -1 0 39894 0 1 0 607 21 0 0 18 0 9 0 90303972 886038528 39263 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29961/statm: 216318 39273 1988 9 0 210787 0
[pid=29961/tid=29963] ppid=29959 vsize=865272 CPUtime=5.19
/proc/29961/task/29963/stat : 29963 (java) R 29959 29961 29137 0 -1 64 14856 0 1 0 510 9 0 0 25 0 9 0 90303973 886038528 39280 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29964] ppid=29959 vsize=865272 CPUtime=0.66
/proc/29961/task/29964/stat : 29964 (java) R 29959 29961 29137 0 -1 64 23605 0 0 0 56 10 0 0 17 0 9 0 90303974 886038528 39288 996147200 134512640 134550932 4294955888 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29965] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29965/stat : 29965 (java) S 29959 29961 29137 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 90303974 886038528 39295 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29966] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29966/stat : 29966 (java) S 29959 29961 29137 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 90303974 886038528 39303 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29967] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29967/stat : 29967 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90303976 886038528 39311 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29968] ppid=29959 vsize=865272 CPUtime=0.4
/proc/29961/task/29968/stat : 29968 (java) S 29959 29961 29137 0 -1 64 726 0 0 0 39 1 0 0 15 0 9 0 90303976 886038528 39319 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29969] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29969/stat : 29969 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90303976 886038528 39327 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29970] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29970/stat : 29970 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90303976 886038528 39335 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) 865272

[startup+12.7023 s]
/proc/loadavg: 1.94 2.00 1.95 3/89 29970
/proc/meminfo: memFree=414648/2055920 swapFree=4192812/4192956
[pid=29961] ppid=29959 vsize=865272 CPUtime=12.67
/proc/29961/stat : 29961 (java) S 29959 29961 29137 0 -1 0 42954 0 1 0 1245 22 0 0 18 0 9 0 90303972 886038528 42321 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29961/statm: 216318 42321 1988 9 0 210787 0
[pid=29961/tid=29963] ppid=29959 vsize=865272 CPUtime=11.47
/proc/29961/task/29963/stat : 29963 (java) R 29959 29961 29137 0 -1 64 14858 0 1 0 1138 9 0 0 25 0 9 0 90303973 886038528 42321 996147200 134512640 134550932 4294955888 18446744073709551615 4127290984 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29964] ppid=29959 vsize=865272 CPUtime=0.77
/proc/29961/task/29964/stat : 29964 (java) S 29959 29961 29137 0 -1 64 26636 0 0 0 66 11 0 0 16 0 9 0 90303974 886038528 42321 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29965] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29965/stat : 29965 (java) S 29959 29961 29137 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 90303974 886038528 42321 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29966] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29966/stat : 29966 (java) S 29959 29961 29137 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 90303974 886038528 42321 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29967] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29967/stat : 29967 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90303976 886038528 42321 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29968] ppid=29959 vsize=865272 CPUtime=0.4
/proc/29961/task/29968/stat : 29968 (java) S 29959 29961 29137 0 -1 64 728 0 0 0 39 1 0 0 16 0 9 0 90303976 886038528 42321 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29969] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29969/stat : 29969 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90303976 886038528 42321 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29970] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29970/stat : 29970 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90303976 886038528 42321 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 865272

[startup+25.5016 s]
/proc/loadavg: 1.95 2.00 1.95 3/89 29970
/proc/meminfo: memFree=312632/2055920 swapFree=4192812/4192956
[pid=29961] ppid=29959 vsize=865272 CPUtime=25.47
/proc/29961/stat : 29961 (java) S 29959 29961 29137 0 -1 0 64911 0 1 0 2514 33 0 0 18 0 9 0 90303972 886038528 64275 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29961/statm: 216318 64275 1988 9 0 210787 0
[pid=29961/tid=29963] ppid=29959 vsize=865272 CPUtime=24.1
/proc/29961/task/29963/stat : 29963 (java) R 29959 29961 29137 0 -1 64 14861 0 1 0 2400 10 0 0 25 0 9 0 90303973 886038528 64275 996147200 134512640 134550932 4294955888 18446744073709551615 4127286064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29964] ppid=29959 vsize=865272 CPUtime=0.94
/proc/29961/task/29964/stat : 29964 (java) S 29959 29961 29137 0 -1 64 48587 0 0 0 73 21 0 0 16 0 9 0 90303974 886038528 64275 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29965] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29965/stat : 29965 (java) S 29959 29961 29137 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 90303974 886038528 64275 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29966] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29966/stat : 29966 (java) S 29959 29961 29137 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 90303974 886038528 64275 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29967] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29967/stat : 29967 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90303976 886038528 64275 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29968] ppid=29959 vsize=865272 CPUtime=0.41
/proc/29961/task/29968/stat : 29968 (java) S 29959 29961 29137 0 -1 64 731 0 0 0 40 1 0 0 16 0 9 0 90303976 886038528 64275 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29969] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29969/stat : 29969 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90303976 886038528 64275 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29970] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29970/stat : 29970 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90303976 886038528 64275 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 865272

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

[startup+31.9062 s]
/proc/loadavg: 2.04 2.01 1.95 3/89 29970
/proc/meminfo: memFree=268472/2055920 swapFree=4192812/4192956
[pid=29961] ppid=29959 vsize=865272 CPUtime=31.88
/proc/29961/stat : 29961 (java) S 29959 29961 29137 0 -1 0 75895 0 1 0 3151 37 0 0 18 0 9 0 90303972 886038528 75258 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29961/statm: 216318 75258 1988 9 0 210787 0
[pid=29961/tid=29963] ppid=29959 vsize=865272 CPUtime=30.42
/proc/29961/task/29963/stat : 29963 (java) R 29959 29961 29137 0 -1 64 14862 0 1 0 3032 10 0 0 25 0 9 0 90303973 886038528 75258 996147200 134512640 134550932 4294955888 18446744073709551615 4126626602 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29964] ppid=29959 vsize=865272 CPUtime=1.02
/proc/29961/task/29964/stat : 29964 (java) S 29959 29961 29137 0 -1 64 59569 0 0 0 77 25 0 0 16 0 9 0 90303974 886038528 75258 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29965] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29965/stat : 29965 (java) S 29959 29961 29137 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 90303974 886038528 75258 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29966] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29966/stat : 29966 (java) S 29959 29961 29137 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 90303974 886038528 75258 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29967] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29967/stat : 29967 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90303976 886038528 75258 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29968] ppid=29959 vsize=865272 CPUtime=0.41
/proc/29961/task/29968/stat : 29968 (java) S 29959 29961 29137 0 -1 64 732 0 0 0 40 1 0 0 16 0 9 0 90303976 886038528 75258 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29969] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29969/stat : 29969 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90303976 886038528 75258 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29970] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29970/stat : 29970 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90303976 886038528 75258 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) 865272

[startup+35.1026 s]
/proc/loadavg: 2.11 2.03 1.96 3/89 29970
/proc/meminfo: memFree=268216/2055920 swapFree=4192812/4192956
[pid=29961] ppid=29959 vsize=865272 CPUtime=35.07
/proc/29961/stat : 29961 (java) S 29959 29961 29137 0 -1 0 75933 0 1 0 3470 37 0 0 18 0 9 0 90303972 886038528 75293 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29961/statm: 216318 75293 1990 9 0 210787 0
[pid=29961/tid=29963] ppid=29959 vsize=865272 CPUtime=33.58
/proc/29961/task/29963/stat : 29963 (java) R 29959 29961 29137 0 -1 64 14882 0 1 0 3348 10 0 0 25 0 9 0 90303973 886038528 75293 996147200 134512640 134550932 4294955888 18446744073709551615 4127560410 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29964] ppid=29959 vsize=865272 CPUtime=1.02
/proc/29961/task/29964/stat : 29964 (java) S 29959 29961 29137 0 -1 64 59569 0 0 0 77 25 0 0 17 0 9 0 90303974 886038528 75293 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29965] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29965/stat : 29965 (java) S 29959 29961 29137 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 90303974 886038528 75293 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29966] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29966/stat : 29966 (java) S 29959 29961 29137 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 90303974 886038528 75293 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29967] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29967/stat : 29967 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90303976 886038528 75293 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29968] ppid=29959 vsize=865272 CPUtime=0.45
/proc/29961/task/29968/stat : 29968 (java) S 29959 29961 29137 0 -1 64 750 0 0 0 44 1 0 0 15 0 9 0 90303976 886038528 75293 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29969] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29969/stat : 29969 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90303976 886038528 75293 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29970] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29970/stat : 29970 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90303976 886038528 75293 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.07
Current children cumulated vsize (KiB) 865272

[startup+36.7027 s]
/proc/loadavg: 2.11 2.03 1.96 3/89 29970
/proc/meminfo: memFree=268216/2055920 swapFree=4192812/4192956
[pid=29961] ppid=29959 vsize=865272 CPUtime=36.67
/proc/29961/stat : 29961 (java) S 29959 29961 29137 0 -1 0 75939 0 1 0 3630 37 0 0 18 0 9 0 90303972 886038528 75298 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29961/statm: 216318 75298 1990 9 0 210787 0
[pid=29961/tid=29963] ppid=29959 vsize=865272 CPUtime=35.16
/proc/29961/task/29963/stat : 29963 (java) R 29959 29961 29137 0 -1 64 14883 0 1 0 3506 10 0 0 25 0 9 0 90303973 886038528 75298 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29964] ppid=29959 vsize=865272 CPUtime=1.02
/proc/29961/task/29964/stat : 29964 (java) S 29959 29961 29137 0 -1 64 59569 0 0 0 77 25 0 0 17 0 9 0 90303974 886038528 75298 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29965] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29965/stat : 29965 (java) S 29959 29961 29137 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 90303974 886038528 75298 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29966] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29966/stat : 29966 (java) S 29959 29961 29137 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 90303974 886038528 75298 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29967] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29967/stat : 29967 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90303976 886038528 75298 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29968] ppid=29959 vsize=865272 CPUtime=0.46
/proc/29961/task/29968/stat : 29968 (java) S 29959 29961 29137 0 -1 64 755 0 0 0 45 1 0 0 15 0 9 0 90303976 886038528 75298 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29969] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29969/stat : 29969 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90303976 886038528 75298 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29970] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29970/stat : 29970 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90303976 886038528 75298 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) 865272

[startup+37.1028 s]
/proc/loadavg: 2.11 2.03 1.96 3/89 29970
/proc/meminfo: memFree=268216/2055920 swapFree=4192812/4192956
[pid=29961] ppid=29959 vsize=865272 CPUtime=37.07
/proc/29961/stat : 29961 (java) S 29959 29961 29137 0 -1 0 75944 0 1 0 3670 37 0 0 18 0 9 0 90303972 886038528 75302 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29961/statm: 216318 75302 1990 9 0 210787 0
[pid=29961/tid=29963] ppid=29959 vsize=865272 CPUtime=35.55
/proc/29961/task/29963/stat : 29963 (java) R 29959 29961 29137 0 -1 64 14884 0 1 0 3545 10 0 0 25 0 9 0 90303973 886038528 75302 996147200 134512640 134550932 4294955888 18446744073709551615 4126627331 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29964] ppid=29959 vsize=865272 CPUtime=1.02
/proc/29961/task/29964/stat : 29964 (java) S 29959 29961 29137 0 -1 64 59569 0 0 0 77 25 0 0 17 0 9 0 90303974 886038528 75302 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29965] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29965/stat : 29965 (java) S 29959 29961 29137 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 90303974 886038528 75302 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29966] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29966/stat : 29966 (java) S 29959 29961 29137 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 90303974 886038528 75302 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29967] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29967/stat : 29967 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90303976 886038528 75302 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29968] ppid=29959 vsize=865272 CPUtime=0.46
/proc/29961/task/29968/stat : 29968 (java) S 29959 29961 29137 0 -1 64 759 0 0 0 45 1 0 0 16 0 9 0 90303976 886038528 75302 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29969] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29969/stat : 29969 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90303976 886038528 75302 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29970] ppid=29959 vsize=865272 CPUtime=0
/proc/29961/task/29970/stat : 29970 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90303976 886038528 75302 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 37.07
Current children cumulated vsize (KiB) 865272

[startup+37.3028 s]
/proc/loadavg: 2.11 2.03 1.96 3/89 29970
/proc/meminfo: memFree=268216/2055920 swapFree=4192812/4192956
[pid=29961] ppid=29959 vsize=865596 CPUtime=37.27
/proc/29961/stat : 29961 (java) S 29959 29961 29137 0 -1 0 75966 0 1 0 3690 37 0 0 18 0 9 0 90303972 886370304 75320 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29961/statm: 216399 75320 1996 9 0 210868 0
[pid=29961/tid=29963] ppid=29959 vsize=865596 CPUtime=35.75
/proc/29961/task/29963/stat : 29963 (java) S 29959 29961 29137 0 -1 64 14900 0 1 0 3565 10 0 0 25 0 9 0 90303973 886370304 75320 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29964] ppid=29959 vsize=865596 CPUtime=1.02
/proc/29961/task/29964/stat : 29964 (java) S 29959 29961 29137 0 -1 64 59570 0 0 0 77 25 0 0 16 0 9 0 90303974 886370304 75320 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29965] ppid=29959 vsize=865596 CPUtime=0
/proc/29961/task/29965/stat : 29965 (java) S 29959 29961 29137 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 90303974 886370304 75320 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29966] ppid=29959 vsize=865596 CPUtime=0
/proc/29961/task/29966/stat : 29966 (java) S 29959 29961 29137 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 90303974 886370304 75320 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29967] ppid=29959 vsize=865596 CPUtime=0
/proc/29961/task/29967/stat : 29967 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90303976 886370304 75320 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29968] ppid=29959 vsize=865596 CPUtime=0.46
/proc/29961/task/29968/stat : 29968 (java) S 29959 29961 29137 0 -1 64 759 0 0 0 45 1 0 0 16 0 9 0 90303976 886370304 75320 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29969] ppid=29959 vsize=865596 CPUtime=0
/proc/29961/task/29969/stat : 29969 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90303976 886370304 75320 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29961/tid=29970] ppid=29959 vsize=865596 CPUtime=0
/proc/29961/task/29970/stat : 29970 (java) S 29959 29961 29137 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90303976 886370304 75320 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 37.27
Current children cumulated vsize (KiB) 865596

Child status: 0
Real time (s): 37.3986
CPU time (s): 37.3213
CPU user time (s): 36.9014
CPU system time (s): 0.419936
CPU usage (%): 99.7934
Max. virtual memory (cumulated for all children) (KiB): 865596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.9014
system time used= 0.419936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75969
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= 3359
involuntary context switches= 3880

runsolver used 0.05999 second user time and 0.121981 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-19 21:40:13
IDJOB=2116817
IDBENCH=57801
IDSOLVER=780
FILE ID=node70/2116817-1248032413
PBS_JOBID= 9528911
Free space on /tmp= 66420 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-3.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-2116817-1248032413/watcher-2116817-1248032413 -o /tmp/evaluation-result-2116817-1248032413/solver-2116817-1248032413 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116817-1248032413.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= 2fe8075751fff64133735b72d8923bdd
RANDOM SEED=1887794622

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:        577376 kB
Buffers:         52232 kB
Cached:         966884 kB
SwapCached:          0 kB
Active:         497224 kB
Inactive:       899620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        577376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7016 kB
Writeback:           0 kB
Mapped:         395644 kB
Slab:            66228 kB
Committed_AS:  1507512 kB
PageTables:       2468 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= 66416 MiB
End job on node70 at 2009-07-19 21:40:51