Trace number 2066471

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-10UNSAT 21.0568 21.2873

DiagnosticValue
CHECKS0
NODES0

General information on the benchmark

Namecsp/pseudo/ssa/
normalized-ssa-6288-047.xml
MD5SUMdd00c5def4c55b065ec455ee1bcb23cb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.72858
Satisfiable
(Un)Satisfiability was proved
Number of variables20820
Number of constraints44644
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44644
Global constraints used (with number of constraints)

Solver Data

20.89/21.18	s UNSATISFIABLE
20.89/21.18	d AC 32
20.89/21.18	d RUNTIME 21.078
20.89/21.18	d NODES 0
20.89/21.18	d NODES/s 0
20.89/21.18	d BACKTRACKS 0
20.89/21.18	d BACKTRACKS/s 0
20.89/21.18	d CHECKS 0
20.89/21.18	d CHECKS/s 0
20.89/21.18	c UNSAT 21.078 TIME      0 NDS    3386 PARSTIME      17619 BUILDPB       73 RES       false RESTART       0 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-2066471-1247343016/watcher-2066471-1247343016 -o /tmp/evaluation-result-2066471-1247343016/solver-2066471-1247343016 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2066471-1247343016.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: 2.45 2.11 2.04 4/74 13569
/proc/meminfo: memFree=1742280/2055920 swapFree=4192956/4192956
[pid=13569] ppid=13567 vsize=18576 CPUtime=0
/proc/13569/stat : 13569 (runsolver) R 13567 13569 12249 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 21365686 19021824 284 996147200 4194304 4302564 548682068192 18446744073709551615 269930261799 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/13569/statm: 4644 284 249 26 0 2626 0

[startup+0.056351 s]
/proc/loadavg: 2.45 2.11 2.04 4/74 13569
/proc/meminfo: memFree=1742280/2055920 swapFree=4192956/4192956
[pid=13569] ppid=13567 vsize=861896 CPUtime=0.04
/proc/13569/stat : 13569 (java) S 13567 13569 12249 0 -1 0 2715 0 1 0 3 1 0 0 21 0 9 0 21365686 882581504 2245 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13569/statm: 215474 2245 1116 9 0 210343 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 861896

[startup+0.101358 s]
/proc/loadavg: 2.45 2.11 2.04 4/74 13569
/proc/meminfo: memFree=1742280/2055920 swapFree=4192956/4192956
[pid=13569] ppid=13567 vsize=864108 CPUtime=0.08
/proc/13569/stat : 13569 (java) S 13567 13569 12249 0 -1 0 3825 0 1 0 7 1 0 0 21 0 9 0 21365686 884846592 3280 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13569/statm: 216027 3280 1726 9 0 210495 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864108

[startup+0.30138 s]
/proc/loadavg: 2.45 2.11 2.04 4/74 13569
/proc/meminfo: memFree=1742280/2055920 swapFree=4192956/4192956
[pid=13569] ppid=13567 vsize=864372 CPUtime=0.28
/proc/13569/stat : 13569 (java) S 13567 13569 12249 0 -1 0 4559 0 1 0 26 2 0 0 21 0 9 0 21365686 885116928 3984 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13569/statm: 216093 3984 1852 9 0 210561 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864372

[startup+0.701429 s]
/proc/loadavg: 2.45 2.11 2.04 4/74 13569
/proc/meminfo: memFree=1742280/2055920 swapFree=4192956/4192956
[pid=13569] ppid=13567 vsize=864976 CPUtime=0.68
/proc/13569/stat : 13569 (java) S 13567 13569 12249 0 -1 0 11140 0 1 0 62 6 0 0 21 0 9 0 21365686 885735424 10565 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13569/statm: 216244 10565 1856 9 0 210712 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 864976

[startup+1.50252 s]
/proc/loadavg: 2.45 2.11 2.04 3/83 13578
/proc/meminfo: memFree=1690048/2055920 swapFree=4192956/4192956
[pid=13569] ppid=13567 vsize=864976 CPUtime=1.47
/proc/13569/stat : 13569 (java) S 13567 13569 12249 0 -1 0 26153 0 1 0 134 13 0 0 21 0 9 0 21365686 885735424 25566 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13569/statm: 216244 25566 1898 9 0 210712 0
[pid=13569/tid=13571] ppid=13567 vsize=864976 CPUtime=1.14
/proc/13569/task/13571/stat : 13571 (java) R 13567 13569 12249 0 -1 64 14243 0 1 0 106 8 0 0 25 0 9 0 21365688 885735424 25566 996147200 134512640 134550932 4294955840 18446744073709551615 4126764853 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13572] ppid=13567 vsize=864976 CPUtime=0.18
/proc/13569/task/13572/stat : 13572 (java) S 13567 13569 12249 0 -1 64 10642 0 0 0 14 4 0 0 18 0 9 0 21365689 885735424 25566 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13573] ppid=13567 vsize=864976 CPUtime=0
/proc/13569/task/13573/stat : 13573 (java) S 13567 13569 12249 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21365689 885735424 25566 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13574] ppid=13567 vsize=864976 CPUtime=0
/proc/13569/task/13574/stat : 13574 (java) S 13567 13569 12249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21365689 885735424 25566 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13575] ppid=13567 vsize=864976 CPUtime=0
/proc/13569/task/13575/stat : 13575 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885735424 25566 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13576] ppid=13567 vsize=864976 CPUtime=0.13
/proc/13569/task/13576/stat : 13576 (java) S 13567 13569 12249 0 -1 64 535 0 0 0 13 0 0 0 16 0 9 0 21365691 885735424 25566 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13577] ppid=13567 vsize=864976 CPUtime=0
/proc/13569/task/13577/stat : 13577 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885735424 25566 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13578] ppid=13567 vsize=864976 CPUtime=0
/proc/13569/task/13578/stat : 13578 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21365691 885735424 25566 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 864976

[startup+3.10272 s]
/proc/loadavg: 2.45 2.11 2.04 3/83 13578
/proc/meminfo: memFree=1616832/2055920 swapFree=4192956/4192956
[pid=13569] ppid=13567 vsize=864976 CPUtime=3.06
/proc/13569/stat : 13569 (java) S 13567 13569 12249 0 -1 0 35086 0 1 0 288 18 0 0 21 0 9 0 21365686 885735424 34495 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13569/statm: 216244 34495 1909 9 0 210712 0
[pid=13569/tid=13571] ppid=13567 vsize=864976 CPUtime=2.39
/proc/13569/task/13571/stat : 13571 (java) R 13567 13569 12249 0 -1 64 14291 0 1 0 230 9 0 0 25 0 9 0 21365688 885735424 34495 996147200 134512640 134550932 4294955840 18446744073709551615 102883328 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13572] ppid=13567 vsize=864976 CPUtime=0.46
/proc/13569/task/13572/stat : 13572 (java) S 13567 13569 12249 0 -1 64 19486 0 0 0 38 8 0 0 17 0 9 0 21365689 885735424 34495 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13573] ppid=13567 vsize=864976 CPUtime=0
/proc/13569/task/13573/stat : 13573 (java) S 13567 13569 12249 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21365689 885735424 34495 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13574] ppid=13567 vsize=864976 CPUtime=0
/proc/13569/task/13574/stat : 13574 (java) S 13567 13569 12249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21365689 885735424 34495 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13575] ppid=13567 vsize=864976 CPUtime=0
/proc/13569/task/13575/stat : 13575 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885735424 34495 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13576] ppid=13567 vsize=864976 CPUtime=0.19
/proc/13569/task/13576/stat : 13576 (java) S 13567 13569 12249 0 -1 64 576 0 0 0 19 0 0 0 15 0 9 0 21365691 885735424 34495 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13577] ppid=13567 vsize=864976 CPUtime=0
/proc/13569/task/13577/stat : 13577 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885735424 34495 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13578] ppid=13567 vsize=864976 CPUtime=0
/proc/13569/task/13578/stat : 13578 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21365691 885735424 34495 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 864976

[startup+6.30109 s]
/proc/loadavg: 2.50 2.13 2.04 3/83 13578
/proc/meminfo: memFree=1552448/2055920 swapFree=4192956/4192956
[pid=13569] ppid=13567 vsize=865160 CPUtime=6.24
/proc/13569/stat : 13569 (java) S 13567 13569 12249 0 -1 0 60663 0 1 0 597 27 0 0 21 0 9 0 21365686 885923840 60047 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13569/statm: 216290 60047 1959 9 0 210758 0
[pid=13569/tid=13571] ppid=13567 vsize=865160 CPUtime=4.63
/proc/13569/task/13571/stat : 13571 (java) R 13567 13569 12249 0 -1 64 14536 0 1 0 454 9 0 0 25 0 9 0 21365688 885923840 60047 996147200 134512640 134550932 4294955840 18446744073709551615 4126339882 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13572] ppid=13567 vsize=865160 CPUtime=1.3
/proc/13569/task/13572/stat : 13572 (java) S 13567 13569 12249 0 -1 64 44761 0 0 0 115 15 0 0 17 0 9 0 21365689 885923840 60047 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13573] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13573/stat : 13573 (java) S 13567 13569 12249 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21365689 885923840 60047 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13574] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13574/stat : 13574 (java) S 13567 13569 12249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21365689 885923840 60047 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13575] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13575/stat : 13575 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885923840 60047 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13576] ppid=13567 vsize=865160 CPUtime=0.26
/proc/13569/task/13576/stat : 13576 (java) S 13567 13569 12249 0 -1 64 633 0 0 0 26 0 0 0 15 0 9 0 21365691 885923840 60047 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13577] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13577/stat : 13577 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885923840 60047 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13578] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13578/stat : 13578 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21365691 885923840 60047 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 865160

[startup+12.7019 s]
/proc/loadavg: 2.46 2.12 2.04 3/83 13578
/proc/meminfo: memFree=1395584/2055920 swapFree=4192956/4192956
[pid=13569] ppid=13567 vsize=865160 CPUtime=12.58
/proc/13569/stat : 13569 (java) S 13567 13569 12249 0 -1 0 89345 0 1 0 1218 40 0 0 21 0 9 0 21365686 885923840 88687 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13569/statm: 216290 88687 1982 9 0 210758 0
[pid=13569/tid=13571] ppid=13567 vsize=865160 CPUtime=9.95
/proc/13569/task/13571/stat : 13571 (java) R 13567 13569 12249 0 -1 64 14809 0 1 0 985 10 0 0 25 0 9 0 21365688 885923840 88687 996147200 134512640 134550932 4294955840 18446744073709551615 103823641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13572] ppid=13567 vsize=865160 CPUtime=2.22
/proc/13569/task/13572/stat : 13572 (java) S 13567 13569 12249 0 -1 64 73108 0 0 0 195 27 0 0 16 0 9 0 21365689 885923840 88687 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13573] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13573/stat : 13573 (java) S 13567 13569 12249 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21365689 885923840 88687 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13574] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13574/stat : 13574 (java) S 13567 13569 12249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21365689 885923840 88687 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13575] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13575/stat : 13575 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885923840 88687 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13576] ppid=13567 vsize=865160 CPUtime=0.37
/proc/13569/task/13576/stat : 13576 (java) S 13567 13569 12249 0 -1 64 695 0 0 0 36 1 0 0 16 0 9 0 21365691 885923840 88687 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13577] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13577/stat : 13577 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885923840 88687 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13578] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13578/stat : 13578 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21365691 885923840 88687 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 865160

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

[startup+15.9072 s]
/proc/loadavg: 2.42 2.12 2.04 3/83 13578
/proc/meminfo: memFree=1389248/2055920 swapFree=4192956/4192956
[pid=13569] ppid=13567 vsize=865160 CPUtime=15.75
/proc/13569/stat : 13569 (java) S 13567 13569 12249 0 -1 0 91097 0 1 0 1535 40 0 0 21 0 9 0 21365686 885923840 90424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13569/statm: 216290 90424 1982 9 0 210758 0
[pid=13569/tid=13571] ppid=13567 vsize=865160 CPUtime=12.74
/proc/13569/task/13571/stat : 13571 (java) R 13567 13569 12249 0 -1 64 14824 0 1 0 1264 10 0 0 25 0 9 0 21365688 885923840 90424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13572] ppid=13567 vsize=865160 CPUtime=2.62
/proc/13569/task/13572/stat : 13572 (java) R 13567 13569 12249 0 -1 64 74845 0 0 0 234 28 0 0 16 0 9 0 21365689 885923840 90424 996147200 134512640 134550932 4294955840 18446744073709551615 103826207 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13573] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13573/stat : 13573 (java) S 13567 13569 12249 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21365689 885923840 90424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13574] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13574/stat : 13574 (java) S 13567 13569 12249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21365689 885923840 90424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13575] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13575/stat : 13575 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885923840 90424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13576] ppid=13567 vsize=865160 CPUtime=0.37
/proc/13569/task/13576/stat : 13576 (java) S 13567 13569 12249 0 -1 64 695 0 0 0 36 1 0 0 16 0 9 0 21365691 885923840 90424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13577] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13577/stat : 13577 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885923840 90424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13578] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13578/stat : 13578 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21365691 885923840 90424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.75
Current children cumulated vsize (KiB) 865160

[startup+19.1026 s]
/proc/loadavg: 2.39 2.12 2.04 3/83 13578
/proc/meminfo: memFree=1381760/2055920 swapFree=4192956/4192956
[pid=13569] ppid=13567 vsize=865160 CPUtime=18.92
/proc/13569/stat : 13569 (java) S 13567 13569 12249 0 -1 0 92726 0 1 0 1851 41 0 0 21 0 9 0 21365686 885923840 92039 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13569/statm: 216290 92039 1982 9 0 210758 0
[pid=13569/tid=13571] ppid=13567 vsize=865160 CPUtime=15.55
/proc/13569/task/13571/stat : 13571 (java) R 13567 13569 12249 0 -1 64 14838 0 1 0 1545 10 0 0 25 0 9 0 21365688 885923840 92039 996147200 134512640 134550932 4294955840 18446744073709551615 4127290712 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13572] ppid=13567 vsize=865160 CPUtime=2.97
/proc/13569/task/13572/stat : 13572 (java) S 13567 13569 12249 0 -1 64 76460 0 0 0 268 29 0 0 16 0 9 0 21365689 885923840 92039 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13573] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13573/stat : 13573 (java) S 13567 13569 12249 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21365689 885923840 92039 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13574] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13574/stat : 13574 (java) S 13567 13569 12249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21365689 885923840 92039 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13575] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13575/stat : 13575 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885923840 92039 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13576] ppid=13567 vsize=865160 CPUtime=0.37
/proc/13569/task/13576/stat : 13576 (java) S 13567 13569 12249 0 -1 64 695 0 0 0 36 1 0 0 16 0 9 0 21365691 885923840 92039 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13577] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13577/stat : 13577 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885923840 92039 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13578] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13578/stat : 13578 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21365691 885923840 92039 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.92
Current children cumulated vsize (KiB) 865160

[startup+19.9037 s]
/proc/loadavg: 2.39 2.12 2.04 3/83 13578
/proc/meminfo: memFree=1379584/2055920 swapFree=4192956/4192956
[pid=13569] ppid=13567 vsize=865160 CPUtime=19.71
/proc/13569/stat : 13569 (java) S 13567 13569 12249 0 -1 0 93064 0 1 0 1930 41 0 0 21 0 9 0 21365686 885923840 92373 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13569/statm: 216290 92373 1982 9 0 210758 0
[pid=13569/tid=13571] ppid=13567 vsize=865160 CPUtime=16.24
/proc/13569/task/13571/stat : 13571 (java) R 13567 13569 12249 0 -1 64 14842 0 1 0 1614 10 0 0 25 0 9 0 21365688 885923840 92373 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13572] ppid=13567 vsize=865160 CPUtime=3.07
/proc/13569/task/13572/stat : 13572 (java) R 13567 13569 12249 0 -1 64 76794 0 0 0 278 29 0 0 16 0 9 0 21365689 885923840 92373 996147200 134512640 134550932 4294955840 18446744073709551615 102546957 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13573] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13573/stat : 13573 (java) S 13567 13569 12249 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21365689 885923840 92373 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13574] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13574/stat : 13574 (java) S 13567 13569 12249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21365689 885923840 92373 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13575] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13575/stat : 13575 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885923840 92373 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13576] ppid=13567 vsize=865160 CPUtime=0.37
/proc/13569/task/13576/stat : 13576 (java) S 13567 13569 12249 0 -1 64 695 0 0 0 36 1 0 0 16 0 9 0 21365691 885923840 92373 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13577] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13577/stat : 13577 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885923840 92373 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13578] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13578/stat : 13578 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21365691 885923840 92373 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.71
Current children cumulated vsize (KiB) 865160

[startup+20.7018 s]
/proc/loadavg: 2.39 2.12 2.04 3/83 13578
/proc/meminfo: memFree=1379584/2055920 swapFree=4192956/4192956
[pid=13569] ppid=13567 vsize=865160 CPUtime=20.5
/proc/13569/stat : 13569 (java) S 13567 13569 12249 0 -1 0 106103 0 1 0 2005 45 0 0 21 0 9 0 21365686 885923840 105407 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13569/statm: 216290 105407 1983 9 0 210758 0
[pid=13569/tid=13571] ppid=13567 vsize=865160 CPUtime=16.82
/proc/13569/task/13571/stat : 13571 (java) R 13567 13569 12249 0 -1 64 14849 0 1 0 1672 10 0 0 25 0 9 0 21365688 885923840 105407 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13572] ppid=13567 vsize=865160 CPUtime=3.28
/proc/13569/task/13572/stat : 13572 (java) S 13567 13569 12249 0 -1 64 89826 0 0 0 295 33 0 0 16 0 9 0 21365689 885923840 105407 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13573] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13573/stat : 13573 (java) S 13567 13569 12249 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21365689 885923840 105407 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13574] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13574/stat : 13574 (java) S 13567 13569 12249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21365689 885923840 105407 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13575] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13575/stat : 13575 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885923840 105407 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13576] ppid=13567 vsize=865160 CPUtime=0.37
/proc/13569/task/13576/stat : 13576 (java) R 13567 13569 12249 0 -1 64 695 0 0 0 36 1 0 0 16 0 9 0 21365691 885923840 105407 996147200 134512640 134550932 4294955840 18446744073709551615 102572563 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13577] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13577/stat : 13577 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885923840 105407 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13578] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13578/stat : 13578 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21365691 885923840 105407 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.5
Current children cumulated vsize (KiB) 865160

[startup+21.1018 s]
/proc/loadavg: 2.39 2.12 2.04 3/83 13578
/proc/meminfo: memFree=1327232/2055920 swapFree=4192956/4192956
[pid=13569] ppid=13567 vsize=865160 CPUtime=20.89
/proc/13569/stat : 13569 (java) S 13567 13569 12249 0 -1 0 106127 0 1 0 2044 45 0 0 21 0 9 0 21365686 885923840 105431 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13569/statm: 216290 105431 1983 9 0 210758 0
[pid=13569/tid=13571] ppid=13567 vsize=865160 CPUtime=17.18
/proc/13569/task/13571/stat : 13571 (java) R 13567 13569 12249 0 -1 64 14849 0 1 0 1708 10 0 0 25 0 9 0 21365688 885923840 105431 996147200 134512640 134550932 4294955840 18446744073709551615 4126634951 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13572] ppid=13567 vsize=865160 CPUtime=3.28
/proc/13569/task/13572/stat : 13572 (java) S 13567 13569 12249 0 -1 64 89826 0 0 0 295 33 0 0 16 0 9 0 21365689 885923840 105431 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13573] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13573/stat : 13573 (java) S 13567 13569 12249 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21365689 885923840 105431 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13574] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13574/stat : 13574 (java) S 13567 13569 12249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21365689 885923840 105431 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13575] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13575/stat : 13575 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885923840 105431 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13576] ppid=13567 vsize=865160 CPUtime=0.41
/proc/13569/task/13576/stat : 13576 (java) S 13567 13569 12249 0 -1 64 719 0 0 0 40 1 0 0 15 0 9 0 21365691 885923840 105431 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13577] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13577/stat : 13577 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 885923840 105431 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13578] ppid=13567 vsize=865160 CPUtime=0
/proc/13569/task/13578/stat : 13578 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21365691 885923840 105431 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.89
Current children cumulated vsize (KiB) 865160

[startup+21.2019 s]
/proc/loadavg: 2.39 2.12 2.04 3/83 13578
/proc/meminfo: memFree=1327232/2055920 swapFree=4192956/4192956
[pid=13569] ppid=13567 vsize=865484 CPUtime=20.99
/proc/13569/stat : 13569 (java) S 13567 13569 12249 0 -1 0 106155 0 1 0 2053 46 0 0 21 0 9 0 21365686 886255616 105456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13569/statm: 216371 105456 1987 9 0 210839 0
[pid=13569/tid=13571] ppid=13567 vsize=865484 CPUtime=17.25
/proc/13569/task/13571/stat : 13571 (java) S 13567 13569 12249 0 -1 64 14863 0 1 0 1715 10 0 0 25 0 9 0 21365688 886255616 105456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13572] ppid=13567 vsize=865484 CPUtime=3.28
/proc/13569/task/13572/stat : 13572 (java) S 13567 13569 12249 0 -1 64 89826 0 0 0 295 33 0 0 16 0 9 0 21365689 886255616 105456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13573] ppid=13567 vsize=865484 CPUtime=0
/proc/13569/task/13573/stat : 13573 (java) S 13567 13569 12249 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21365689 886255616 105456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13574] ppid=13567 vsize=865484 CPUtime=0
/proc/13569/task/13574/stat : 13574 (java) S 13567 13569 12249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21365689 886255616 105456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13575] ppid=13567 vsize=865484 CPUtime=0
/proc/13569/task/13575/stat : 13575 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 886255616 105456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13576] ppid=13567 vsize=865484 CPUtime=0.42
/proc/13569/task/13576/stat : 13576 (java) S 13567 13569 12249 0 -1 64 728 0 0 0 41 1 0 0 15 0 9 0 21365691 886255616 105456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13577] ppid=13567 vsize=865484 CPUtime=0
/proc/13569/task/13577/stat : 13577 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21365691 886255616 105456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13569/tid=13578] ppid=13567 vsize=865484 CPUtime=0
/proc/13569/task/13578/stat : 13578 (java) S 13567 13569 12249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21365691 886255616 105456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.99
Current children cumulated vsize (KiB) 865484

Child status: 0
Real time (s): 21.2873
CPU time (s): 21.0568
CPU user time (s): 20.5309
CPU system time (s): 0.52592
CPU usage (%): 98.9171
Max. virtual memory (cumulated for all children) (KiB): 865484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.5309
system time used= 0.52592
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106158
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= 3011
involuntary context switches= 3419

runsolver used 0.034994 second user time and 0.072988 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-11 22:10:17
IDJOB=2066471
IDBENCH=54522
IDSOLVER=737
FILE ID=node53/2066471-1247343016
PBS_JOBID= 9506702
Free space on /tmp= 65928 MiB

SOLVER NAME= Choco2.1.1 2009-06-10
BENCH NAME= CPAI08/csp/pseudo/ssa/normalized-ssa-6288-047.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-2066471-1247343016/watcher-2066471-1247343016 -o /tmp/evaluation-result-2066471-1247343016/solver-2066471-1247343016 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2066471-1247343016.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= dd00c5def4c55b065ec455ee1bcb23cb
RANDOM SEED=1739165015

node53.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1742696 kB
Buffers:         47540 kB
Cached:         172848 kB
SwapCached:          0 kB
Active:         105148 kB
Inactive:       139840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742696 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            9292 kB
Writeback:           0 kB
Mapped:          34632 kB
Slab:            53516 kB
Committed_AS:   151672 kB
PageTables:       1804 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= 65924 MiB
End job on node53 at 2009-07-11 22:10:38