Trace number 2116119

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 8.78966 8.89221

DiagnosticValue
CHECKS0
NODES0

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-16.xml
MD5SUM0f0b449a2eeb7946cbda6c80af844fbf
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.94155
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size16
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
Global constraints used (with number of constraints)

Solver Data

8.74/8.81	s UNSATISFIABLE
8.74/8.81	d AC 32
8.74/8.81	d RUNTIME 8.703
8.74/8.81	d NODES 0
8.74/8.81	d NODES/s 0
8.74/8.81	d BACKTRACKS 0
8.74/8.81	d BACKTRACKS/s 0
8.74/8.81	d CHECKS 0
8.74/8.81	d CHECKS/s 0
8.74/8.81	c UNSAT 8.703 TIME      0 NDS    3460 PARSTIME      2088 BUILDPB       2986 CONFIG        169 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-2116119-1248030731/watcher-2116119-1248030731 -o /tmp/evaluation-result-2116119-1248030731/solver-2116119-1248030731 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116119-1248030731.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.97 2.02 1.94 4/81 26538
/proc/meminfo: memFree=834312/2055920 swapFree=4191900/4192956
[pid=26538] ppid=26536 vsize=18576 CPUtime=0
/proc/26538/stat : 26538 (runsolver) R 26536 26538 25698 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 90138558 19021824 284 996147200 4194304 4302564 548682068272 18446744073709551615 243665530151 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26538/statm: 4644 284 249 26 0 2626 0

[startup+0.00896189 s]
/proc/loadavg: 1.97 2.02 1.94 4/81 26538
/proc/meminfo: memFree=834312/2055920 swapFree=4191900/4192956
[pid=26538] ppid=26536 vsize=0 CPUtime=0
/proc/26538/stat : 26538 (java) R 26536 26538 25698 0 -1 0 197 0 0 0 0 0 0 0 18 0 1 0 90138558 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26538/statm: 35 2 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

[startup+0.101984 s]
/proc/loadavg: 1.97 2.02 1.94 4/81 26538
/proc/meminfo: memFree=834312/2055920 swapFree=4191900/4192956
[pid=26538] ppid=26536 vsize=864104 CPUtime=0.09
/proc/26538/stat : 26538 (java) S 26536 26538 25698 0 -1 0 3837 0 1 0 7 2 0 0 18 0 9 0 90138558 884842496 3292 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26538/statm: 216026 3293 1729 9 0 210495 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864104

[startup+0.302019 s]
/proc/loadavg: 1.97 2.02 1.94 4/81 26538
/proc/meminfo: memFree=834312/2055920 swapFree=4191900/4192956
[pid=26538] ppid=26536 vsize=864368 CPUtime=0.29
/proc/26538/stat : 26538 (java) S 26536 26538 25698 0 -1 0 4568 0 1 0 26 3 0 0 18 0 9 0 90138558 885112832 3993 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26538/statm: 216092 3993 1855 9 0 210561 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 864368

[startup+0.701091 s]
/proc/loadavg: 1.97 2.02 1.94 4/81 26538
/proc/meminfo: memFree=834312/2055920 swapFree=4191900/4192956
[pid=26538] ppid=26536 vsize=864964 CPUtime=0.68
/proc/26538/stat : 26538 (java) S 26536 26538 25698 0 -1 0 11084 0 1 0 63 5 0 0 18 0 9 0 90138558 885723136 10509 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26538/statm: 216241 10510 1859 9 0 210710 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 864964

[startup+1.50123 s]
/proc/loadavg: 1.97 2.02 1.94 4/90 26547
/proc/meminfo: memFree=779968/2055920 swapFree=4191900/4192956
[pid=26538] ppid=26536 vsize=864964 CPUtime=1.47
/proc/26538/stat : 26538 (java) S 26536 26538 25698 0 -1 0 26217 0 1 0 136 11 0 0 18 0 9 0 90138558 885723136 25630 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26538/statm: 216241 25630 1903 9 0 210710 0
[pid=26538/tid=26540] ppid=26536 vsize=864964 CPUtime=1.11
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 25698 0 -1 64 14280 0 1 0 105 6 0 0 25 0 9 0 90138559 885723136 25630 996147200 134512640 134550932 4294955888 18446744073709551615 4126339946 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26541] ppid=26536 vsize=864964 CPUtime=0.19
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 25698 0 -1 64 10669 0 0 0 16 3 0 0 18 0 9 0 90138560 885723136 25630 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26542] ppid=26536 vsize=864964 CPUtime=0
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 25698 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90138561 885723136 25630 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26543] ppid=26536 vsize=864964 CPUtime=0
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 25698 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90138561 885723136 25630 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26544] ppid=26536 vsize=864964 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 25698 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 90138563 885723136 25630 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=864964 CPUtime=0.14
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 25698 0 -1 64 535 0 0 0 14 0 0 0 16 0 9 0 90138563 885723136 25630 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=864964 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 25698 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90138563 885723136 25630 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=864964 CPUtime=0
/proc/26538/task/26547/stat : 26547 (java) S 26536 26538 25698 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90138563 885723136 25631 996147200 134512640 134550932 4294955888 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) 864964

[startup+3.10252 s]
/proc/loadavg: 1.97 2.02 1.94 4/90 26547
/proc/meminfo: memFree=711232/2055920 swapFree=4191900/4192956
[pid=26538] ppid=26536 vsize=864964 CPUtime=3.06
/proc/26538/stat : 26538 (java) S 26536 26538 25698 0 -1 0 34518 0 1 0 291 15 0 0 18 0 9 0 90138558 885723136 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26538/statm: 216241 33927 1912 9 0 210710 0
[pid=26538/tid=26540] ppid=26536 vsize=864964 CPUtime=2.39
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 25698 0 -1 64 14298 0 1 0 232 7 0 0 25 0 9 0 90138559 885723136 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4126469374 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26541] ppid=26536 vsize=864964 CPUtime=0.46
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 25698 0 -1 64 18912 0 0 0 39 7 0 0 16 0 9 0 90138560 885723136 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26542] ppid=26536 vsize=864964 CPUtime=0
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 25698 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90138561 885723136 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26543] ppid=26536 vsize=864964 CPUtime=0
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 25698 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90138561 885723136 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26544] ppid=26536 vsize=864964 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 25698 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 90138563 885723136 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=864964 CPUtime=0.18
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 25698 0 -1 64 575 0 0 0 18 0 0 0 15 0 9 0 90138563 885723136 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=864964 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 25698 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90138563 885723136 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=864964 CPUtime=0
/proc/26538/task/26547/stat : 26547 (java) S 26536 26538 25698 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90138563 885723136 33927 996147200 134512640 134550932 4294955888 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) 864964

[startup+6.3011 s]
/proc/loadavg: 2.21 2.07 1.95 4/90 26547
/proc/meminfo: memFree=661824/2055920 swapFree=4191900/4192956
[pid=26538] ppid=26536 vsize=865156 CPUtime=6.24
/proc/26538/stat : 26538 (java) S 26536 26538 25698 0 -1 0 53451 0 1 0 600 24 0 0 18 0 9 0 90138558 885919744 52819 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26538/statm: 216289 52819 1985 9 0 210758 0
[pid=26538/tid=26540] ppid=26536 vsize=865156 CPUtime=4.75
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 25698 0 -1 64 14806 0 1 0 467 8 0 0 25 0 9 0 90138559 885919744 52819 996147200 134512640 134550932 4294955888 18446744073709551615 104622570 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26541] ppid=26536 vsize=865156 CPUtime=1.13
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 25698 0 -1 64 37230 0 0 0 99 14 0 0 17 0 9 0 90138560 885919744 52819 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26542] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 25698 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90138561 885919744 52819 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26543] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 25698 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90138561 885919744 52819 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26544] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 25698 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 90138563 885919744 52819 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=865156 CPUtime=0.34
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 25698 0 -1 64 682 0 0 0 33 1 0 0 16 0 9 0 90138563 885919744 52819 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 25698 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90138563 885919744 52819 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26547/stat : 26547 (java) S 26536 26538 25698 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90138563 885919744 52819 996147200 134512640 134550932 4294955888 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) 865156

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

[startup+7.90239 s]
/proc/loadavg: 2.21 2.07 1.95 3/90 26547
/proc/meminfo: memFree=621824/2055920 swapFree=4191900/4192956
[pid=26538] ppid=26536 vsize=865156 CPUtime=7.84
/proc/26538/stat : 26538 (java) S 26536 26538 25698 0 -1 0 55939 0 1 0 759 25 0 0 18 0 9 0 90138558 885919744 55304 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26538/statm: 216289 55305 1986 9 0 210758 0
[pid=26538/tid=26540] ppid=26536 vsize=865156 CPUtime=6.1
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 25698 0 -1 64 14811 0 1 0 602 8 0 0 25 0 9 0 90138559 885919744 55305 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26541] ppid=26536 vsize=865156 CPUtime=1.37
/proc/26538/task/26541/stat : 26541 (java) R 26536 26538 25698 0 -1 64 39712 0 0 0 122 15 0 0 16 0 9 0 90138560 885919744 55306 996147200 134512640 134550932 4294955888 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26542] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 25698 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90138561 885919744 55307 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26543] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 25698 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90138561 885919744 55308 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26544] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 25698 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 90138563 885919744 55308 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=865156 CPUtime=0.35
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 25698 0 -1 64 685 0 0 0 34 1 0 0 16 0 9 0 90138563 885919744 55309 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 25698 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90138563 885919744 55309 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26547/stat : 26547 (java) S 26536 26538 25698 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90138563 885919744 55309 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 865156

[startup+8.30247 s]
/proc/loadavg: 2.21 2.07 1.95 3/90 26547
/proc/meminfo: memFree=621824/2055920 swapFree=4191900/4192956
[pid=26538] ppid=26536 vsize=865156 CPUtime=8.24
/proc/26538/stat : 26538 (java) S 26536 26538 25698 0 -1 0 59761 0 1 0 797 27 0 0 18 0 9 0 90138558 885919744 59126 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26538/statm: 216289 59126 1986 9 0 210758 0
[pid=26538/tid=26540] ppid=26536 vsize=865156 CPUtime=6.28
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 25698 0 -1 64 14820 0 1 0 620 8 0 0 25 0 9 0 90138559 885919744 59126 996147200 134512640 134550932 4294955888 18446744073709551615 103212787 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26541] ppid=26536 vsize=865156 CPUtime=1.54
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 25698 0 -1 64 43490 0 0 0 138 16 0 0 18 0 9 0 90138560 885919744 59126 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26542] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 25698 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90138561 885919744 59126 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26543] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 25698 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90138561 885919744 59126 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26544] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 25698 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 90138563 885919744 59126 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=865156 CPUtime=0.39
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 25698 0 -1 64 718 0 0 0 38 1 0 0 16 0 9 0 90138563 885919744 59126 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 25698 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90138563 885919744 59126 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26547/stat : 26547 (java) S 26536 26538 25698 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90138563 885919744 59126 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 865156

[startup+8.70254 s]
/proc/loadavg: 2.21 2.07 1.95 3/90 26547
/proc/meminfo: memFree=604736/2055920 swapFree=4191900/4192956
[pid=26538] ppid=26536 vsize=865156 CPUtime=8.64
/proc/26538/stat : 26538 (java) S 26536 26538 25698 0 -1 0 59774 0 1 0 837 27 0 0 18 0 9 0 90138558 885919744 59139 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26538/statm: 216289 59139 1987 9 0 210758 0
[pid=26538/tid=26540] ppid=26536 vsize=865156 CPUtime=6.66
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 25698 0 -1 64 14822 0 1 0 658 8 0 0 25 0 9 0 90138559 885919744 59139 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26541] ppid=26536 vsize=865156 CPUtime=1.54
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 25698 0 -1 64 43490 0 0 0 138 16 0 0 18 0 9 0 90138560 885919744 59139 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26542] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 25698 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90138561 885919744 59139 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26543] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 25698 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90138561 885919744 59139 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26544] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 25698 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 90138563 885919744 59139 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=865156 CPUtime=0.41
/proc/26538/task/26545/stat : 26545 (java) R 26536 26538 25698 0 -1 64 729 0 0 0 40 1 0 0 16 0 9 0 90138563 885919744 59139 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 18446744071566763760 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 25698 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90138563 885919744 59139 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26547/stat : 26547 (java) S 26536 26538 25698 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90138563 885919744 59139 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 865156

[startup+8.80656 s]
/proc/loadavg: 2.21 2.07 1.95 3/90 26547
/proc/meminfo: memFree=604736/2055920 swapFree=4191900/4192956
[pid=26538] ppid=26536 vsize=865156 CPUtime=8.74
/proc/26538/stat : 26538 (java) S 26536 26538 25698 0 -1 0 59782 0 1 0 847 27 0 0 18 0 9 0 90138558 885919744 59147 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26538/statm: 216289 59147 1987 9 0 210758 0
[pid=26538/tid=26540] ppid=26536 vsize=865156 CPUtime=6.74
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 25698 0 -1 64 14823 0 1 0 666 8 0 0 25 0 9 0 90138559 885919744 59147 996147200 134512640 134550932 4294955888 18446744073709551615 4127500774 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26541] ppid=26536 vsize=865156 CPUtime=1.54
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 25698 0 -1 64 43490 0 0 0 138 16 0 0 18 0 9 0 90138560 885919744 59147 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26542] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 25698 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90138561 885919744 59147 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26543] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 25698 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90138561 885919744 59147 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26544] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 25698 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 90138563 885919744 59147 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=865156 CPUtime=0.42
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 25698 0 -1 64 736 0 0 0 41 1 0 0 15 0 9 0 90138563 885919744 59147 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 25698 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90138563 885919744 59147 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=865156 CPUtime=0
/proc/26538/task/26547/stat : 26547 (java) S 26536 26538 25698 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90138563 885919744 59147 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 865156

Child status: 0
Real time (s): 8.89221
CPU time (s): 8.78966
CPU user time (s): 8.48471
CPU system time (s): 0.304953
CPU usage (%): 98.8468
Max. virtual memory (cumulated for all children) (KiB): 865156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.48471
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59803
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= 2392
involuntary context switches= 2526

runsolver used 0.013997 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-19 21:12:12
IDJOB=2116119
IDBENCH=56338
IDSOLVER=780
FILE ID=node84/2116119-1248030731
PBS_JOBID= 9528888
Free space on /tmp= 66144 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-07-16.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-2116119-1248030731/watcher-2116119-1248030731 -o /tmp/evaluation-result-2116119-1248030731/solver-2116119-1248030731 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116119-1248030731.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= 0f0b449a2eeb7946cbda6c80af844fbf
RANDOM SEED=1117365953

node84.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.259
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.259
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:        834792 kB
Buffers:         65540 kB
Cached:         949656 kB
SwapCached:        384 kB
Active:         262448 kB
Inactive:       868276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        834792 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11792 kB
Writeback:           0 kB
Mapped:         131988 kB
Slab:            75580 kB
Committed_AS:  1251532 kB
PageTables:       1952 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= 66136 MiB
End job on node84 at 2009-07-19 21:12:21