Trace number 2116112

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 9.43357 9.58138

DiagnosticValue
CHECKS0
NODES0

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-04.xml
MD5SUMccfad6ca6d3ab1a88cfd688d6d76a1b2
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.81257
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size4
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

9.29/9.49	s UNSATISFIABLE
9.29/9.49	d AC 32
9.29/9.49	d RUNTIME 9.372
9.29/9.49	d NODES 0
9.29/9.49	d NODES/s 0
9.29/9.49	d BACKTRACKS 0
9.29/9.49	d BACKTRACKS/s 0
9.29/9.49	d CHECKS 0
9.29/9.49	d CHECKS/s 0
9.29/9.49	c UNSAT 9.372 TIME      0 NDS    3745 PARSTIME      2233 BUILDPB       3223 CONFIG        171 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-2116112-1248030719/watcher-2116112-1248030719 -o /tmp/evaluation-result-2116112-1248030719/solver-2116112-1248030719 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116112-1248030719.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.92 1.98 1.91 2/80 26973
/proc/meminfo: memFree=1031536/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18576 CPUtime=0
/proc/26973/stat : 26973 (runsolver) R 26971 26973 26324 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 90138945 19021824 285 996147200 4194304 4302564 548682068272 18446744073709551615 252429528359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26973/statm: 4644 285 249 26 0 2626 0

[startup+0.035343 s]
/proc/loadavg: 1.92 1.98 1.91 2/80 26973
/proc/meminfo: memFree=1031536/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=859892 CPUtime=0.02
/proc/26973/stat : 26973 (java) S 26971 26973 26324 0 -1 0 1891 0 1 0 1 1 0 0 18 0 5 0 90138945 880529408 1555 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/26973/statm: 214973 1855 863 9 0 209888 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 859892

[startup+0.114223 s]
/proc/loadavg: 1.92 1.98 1.91 2/80 26973
/proc/meminfo: memFree=1031536/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=864060 CPUtime=0.09
/proc/26973/stat : 26973 (java) S 26971 26973 26324 0 -1 0 3831 0 1 0 7 2 0 0 18 0 9 0 90138945 884797440 3288 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26973/statm: 216015 3288 1730 9 0 210484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864060

[startup+0.301243 s]
/proc/loadavg: 1.92 1.98 1.91 2/80 26973
/proc/meminfo: memFree=1031536/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=864360 CPUtime=0.28
/proc/26973/stat : 26973 (java) S 26971 26973 26324 0 -1 0 4572 0 1 0 25 3 0 0 18 0 9 0 90138945 885104640 3997 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26973/statm: 216090 3997 1855 9 0 210559 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864360

[startup+0.701282 s]
/proc/loadavg: 1.92 1.98 1.91 2/80 26973
/proc/meminfo: memFree=1031536/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=864968 CPUtime=0.67
/proc/26973/stat : 26973 (java) S 26971 26973 26324 0 -1 0 10491 0 1 0 62 5 0 0 18 0 9 0 90138945 885727232 9916 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26973/statm: 216242 9916 1859 9 0 210711 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 864968

[startup+1.50236 s]
/proc/loadavg: 1.92 1.98 1.91 4/89 26982
/proc/meminfo: memFree=983400/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=864968 CPUtime=1.46
/proc/26973/stat : 26973 (java) S 26971 26973 26324 0 -1 0 26132 0 1 0 133 13 0 0 18 0 9 0 90138945 885727232 25550 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26973/statm: 216242 25550 1881 9 0 210711 0
[pid=26973/tid=26975] ppid=26971 vsize=864968 CPUtime=1.1
/proc/26973/task/26975/stat : 26975 (java) R 26971 26973 26324 0 -1 64 14198 0 1 0 103 7 0 0 25 0 9 0 90138947 885727232 25550 996147200 134512640 134550932 4294955888 18446744073709551615 4126659454 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26976] ppid=26971 vsize=864968 CPUtime=0.2
/proc/26973/task/26976/stat : 26976 (java) S 26971 26973 26324 0 -1 64 10667 0 0 0 16 4 0 0 18 0 9 0 90138949 885727232 25550 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26977] ppid=26971 vsize=864968 CPUtime=0
/proc/26973/task/26977/stat : 26977 (java) S 26971 26973 26324 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90138949 885727232 25550 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26978] ppid=26971 vsize=864968 CPUtime=0
/proc/26973/task/26978/stat : 26978 (java) S 26971 26973 26324 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90138949 885727232 25550 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26979] ppid=26971 vsize=864968 CPUtime=0
/proc/26973/task/26979/stat : 26979 (java) S 26971 26973 26324 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90138951 885727232 25550 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26980] ppid=26971 vsize=864968 CPUtime=0.13
/proc/26973/task/26980/stat : 26980 (java) S 26971 26973 26324 0 -1 64 534 0 0 0 13 0 0 0 16 0 9 0 90138951 885727232 25550 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26981] ppid=26971 vsize=864968 CPUtime=0
/proc/26973/task/26981/stat : 26981 (java) S 26971 26973 26324 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90138951 885727232 25550 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26982] ppid=26971 vsize=864968 CPUtime=0
/proc/26973/task/26982/stat : 26982 (java) S 26971 26973 26324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90138951 885727232 25550 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 864968

[startup+3.10252 s]
/proc/loadavg: 1.92 1.98 1.91 4/89 26982
/proc/meminfo: memFree=934760/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=864968 CPUtime=3.05
/proc/26973/stat : 26973 (java) S 26971 26973 26324 0 -1 0 34519 0 1 0 288 17 0 0 18 0 9 0 90138945 885727232 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26973/statm: 216242 33927 1912 9 0 210711 0
[pid=26973/tid=26975] ppid=26971 vsize=864968 CPUtime=2.34
/proc/26973/task/26975/stat : 26975 (java) R 26971 26973 26324 0 -1 64 14293 0 1 0 226 8 0 0 25 0 9 0 90138947 885727232 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4126689352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26976] ppid=26971 vsize=864968 CPUtime=0.48
/proc/26973/task/26976/stat : 26976 (java) S 26971 26973 26324 0 -1 64 18910 0 0 0 41 7 0 0 16 0 9 0 90138949 885727232 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26977] ppid=26971 vsize=864968 CPUtime=0
/proc/26973/task/26977/stat : 26977 (java) S 26971 26973 26324 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90138949 885727232 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26978] ppid=26971 vsize=864968 CPUtime=0
/proc/26973/task/26978/stat : 26978 (java) S 26971 26973 26324 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90138949 885727232 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26979] ppid=26971 vsize=864968 CPUtime=0
/proc/26973/task/26979/stat : 26979 (java) S 26971 26973 26324 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90138951 885727232 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26980] ppid=26971 vsize=864968 CPUtime=0.2
/proc/26973/task/26980/stat : 26980 (java) S 26971 26973 26324 0 -1 64 583 0 0 0 20 0 0 0 15 0 9 0 90138951 885727232 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26981] ppid=26971 vsize=864968 CPUtime=0
/proc/26973/task/26981/stat : 26981 (java) S 26971 26973 26324 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90138951 885727232 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26982] ppid=26971 vsize=864968 CPUtime=0
/proc/26973/task/26982/stat : 26982 (java) S 26971 26973 26324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90138951 885727232 33927 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 864968

[startup+6.30184 s]
/proc/loadavg: 2.01 2.00 1.91 3/89 26982
/proc/meminfo: memFree=872936/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=865152 CPUtime=6.22
/proc/26973/stat : 26973 (java) S 26971 26973 26324 0 -1 0 46494 0 1 0 599 23 0 0 18 0 9 0 90138945 885915648 45868 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26973/statm: 216288 45868 1979 9 0 210757 0
[pid=26973/tid=26975] ppid=26971 vsize=865152 CPUtime=4.86
/proc/26973/task/26975/stat : 26975 (java) R 26971 26973 26324 0 -1 64 14746 0 1 0 477 9 0 0 25 0 9 0 90138947 885915648 45868 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26976] ppid=26971 vsize=865152 CPUtime=1.02
/proc/26973/task/26976/stat : 26976 (java) R 26971 26973 26324 0 -1 64 30354 0 0 0 90 12 0 0 16 0 9 0 90138949 885915648 45868 996147200 134512640 134550932 4294955888 18446744073709551615 102546879 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26977] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26977/stat : 26977 (java) S 26971 26973 26324 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90138949 885915648 45868 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26978] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26978/stat : 26978 (java) S 26971 26973 26324 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90138949 885915648 45868 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26979] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26979/stat : 26979 (java) S 26971 26973 26324 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90138951 885915648 45868 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26980] ppid=26971 vsize=865152 CPUtime=0.32
/proc/26973/task/26980/stat : 26980 (java) S 26971 26973 26324 0 -1 64 661 0 0 0 31 1 0 0 16 0 9 0 90138951 885915648 45868 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26981] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26981/stat : 26981 (java) S 26971 26973 26324 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90138951 885915648 45868 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26982] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26982/stat : 26982 (java) S 26971 26973 26324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90138951 885915648 45868 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 865152

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

[startup+7.903 s]
/proc/loadavg: 2.01 2.00 1.91 4/89 26982
/proc/meminfo: memFree=826280/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=865152 CPUtime=7.8
/proc/26973/stat : 26973 (java) S 26971 26973 26324 0 -1 0 55776 0 1 0 752 28 0 0 18 0 9 0 90138945 885915648 55141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26973/statm: 216288 55141 1985 9 0 210757 0
[pid=26973/tid=26975] ppid=26971 vsize=865152 CPUtime=6
/proc/26973/task/26975/stat : 26975 (java) R 26971 26973 26324 0 -1 64 14802 0 1 0 591 9 0 0 25 0 9 0 90138947 885915648 55141 996147200 134512640 134550932 4294955888 18446744073709551615 104583443 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26976] ppid=26971 vsize=865152 CPUtime=1.41
/proc/26973/task/26976/stat : 26976 (java) S 26971 26973 26324 0 -1 64 39549 0 0 0 124 17 0 0 18 0 9 0 90138949 885915648 55141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26977] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26977/stat : 26977 (java) S 26971 26973 26324 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90138949 885915648 55141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26978] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26978/stat : 26978 (java) S 26971 26973 26324 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90138949 885915648 55141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26979] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26979/stat : 26979 (java) S 26971 26973 26324 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90138951 885915648 55141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26980] ppid=26971 vsize=865152 CPUtime=0.37
/proc/26973/task/26980/stat : 26980 (java) S 26971 26973 26324 0 -1 64 692 0 0 0 36 1 0 0 15 0 9 0 90138951 885915648 55141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26981] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26981/stat : 26981 (java) S 26971 26973 26324 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90138951 885915648 55141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26982] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26982/stat : 26982 (java) S 26971 26973 26324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90138951 885915648 55141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 865152

[startup+8.70208 s]
/proc/loadavg: 2.01 2.00 1.91 4/89 26982
/proc/meminfo: memFree=801064/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=865152 CPUtime=8.6
/proc/26973/stat : 26973 (java) S 26971 26973 26324 0 -1 0 60005 0 1 0 830 30 0 0 18 0 9 0 90138945 885915648 59368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26973/statm: 216288 59368 1986 9 0 210757 0
[pid=26973/tid=26975] ppid=26971 vsize=865152 CPUtime=6.57
/proc/26973/task/26975/stat : 26975 (java) R 26971 26973 26324 0 -1 64 14806 0 1 0 648 9 0 0 25 0 9 0 90138947 885915648 59368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26976] ppid=26971 vsize=865152 CPUtime=1.64
/proc/26973/task/26976/stat : 26976 (java) R 26971 26973 26324 0 -1 64 43774 0 0 0 145 19 0 0 17 0 9 0 90138949 885915648 59368 996147200 134512640 134550932 4294955888 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26977] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26977/stat : 26977 (java) S 26971 26973 26324 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90138949 885915648 59368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26978] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26978/stat : 26978 (java) S 26971 26973 26324 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90138949 885915648 59368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26979] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26979/stat : 26979 (java) S 26971 26973 26324 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90138951 885915648 59368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26980] ppid=26971 vsize=865152 CPUtime=0.37
/proc/26973/task/26980/stat : 26980 (java) S 26971 26973 26324 0 -1 64 692 0 0 0 36 1 0 0 16 0 9 0 90138951 885915648 59368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26981] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26981/stat : 26981 (java) S 26971 26973 26324 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90138951 885915648 59368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26982] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26982/stat : 26982 (java) S 26971 26973 26324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90138951 885915648 59368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 865152

[startup+9.10212 s]
/proc/loadavg: 2.01 2.00 1.91 4/89 26982
/proc/meminfo: memFree=801064/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=865152 CPUtime=9
/proc/26973/stat : 26973 (java) S 26971 26973 26324 0 -1 0 60086 0 1 0 869 31 0 0 18 0 9 0 90138945 885915648 59449 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26973/statm: 216288 59449 1986 9 0 210757 0
[pid=26973/tid=26975] ppid=26971 vsize=865152 CPUtime=6.91
/proc/26973/task/26975/stat : 26975 (java) R 26971 26973 26324 0 -1 64 14815 0 1 0 682 9 0 0 25 0 9 0 90138947 885915648 59449 996147200 134512640 134550932 4294955888 18446744073709551615 103208720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26976] ppid=26971 vsize=865152 CPUtime=1.64
/proc/26973/task/26976/stat : 26976 (java) S 26971 26973 26324 0 -1 64 43812 0 0 0 145 19 0 0 18 0 9 0 90138949 885915648 59449 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26977] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26977/stat : 26977 (java) S 26971 26973 26324 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90138949 885915648 59449 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26978] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26978/stat : 26978 (java) S 26971 26973 26324 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90138949 885915648 59449 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26979] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26979/stat : 26979 (java) S 26971 26973 26324 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90138951 885915648 59449 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26980] ppid=26971 vsize=865152 CPUtime=0.41
/proc/26973/task/26980/stat : 26980 (java) S 26971 26973 26324 0 -1 64 726 0 0 0 40 1 0 0 15 0 9 0 90138951 885915648 59449 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26981] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26981/stat : 26981 (java) S 26971 26973 26324 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90138951 885915648 59449 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26982] ppid=26971 vsize=865152 CPUtime=0
/proc/26973/task/26982/stat : 26982 (java) S 26971 26973 26324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90138951 885915648 59449 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9
Current children cumulated vsize (KiB) 865152

[startup+9.50215 s]
/proc/loadavg: 2.01 2.00 1.91 4/89 26982
/proc/meminfo: memFree=801064/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=865476 CPUtime=9.38
/proc/26973/stat : 26973 (java) S 26971 26973 26324 0 -1 0 60124 0 1 0 907 31 0 0 18 0 9 0 90138945 886247424 59484 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26973/statm: 216369 59484 1991 9 0 210838 0
[pid=26973/tid=26975] ppid=26971 vsize=865476 CPUtime=7.27
/proc/26973/task/26975/stat : 26975 (java) S 26971 26973 26324 0 -1 64 14830 0 1 0 717 10 0 0 25 0 9 0 90138947 886247424 59484 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26976] ppid=26971 vsize=865476 CPUtime=1.65
/proc/26973/task/26976/stat : 26976 (java) S 26971 26973 26324 0 -1 64 43812 0 0 0 146 19 0 0 16 0 9 0 90138949 886247424 59484 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26977] ppid=26971 vsize=865476 CPUtime=0
/proc/26973/task/26977/stat : 26977 (java) S 26971 26973 26324 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90138949 886247424 59484 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26978] ppid=26971 vsize=865476 CPUtime=0
/proc/26973/task/26978/stat : 26978 (java) S 26971 26973 26324 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90138949 886247424 59484 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26979] ppid=26971 vsize=865476 CPUtime=0
/proc/26973/task/26979/stat : 26979 (java) S 26971 26973 26324 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90138951 886247424 59484 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26980] ppid=26971 vsize=865476 CPUtime=0.44
/proc/26973/task/26980/stat : 26980 (java) S 26971 26973 26324 0 -1 64 744 0 0 0 43 1 0 0 15 0 9 0 90138951 886247424 59484 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26981] ppid=26971 vsize=865476 CPUtime=0
/proc/26973/task/26981/stat : 26981 (java) S 26971 26973 26324 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90138951 886247424 59484 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26973/tid=26982] ppid=26971 vsize=865476 CPUtime=0
/proc/26973/task/26982/stat : 26982 (java) S 26971 26973 26324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90138951 886247424 59484 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 865476

Child status: 0
Real time (s): 9.58138
CPU time (s): 9.43357
CPU user time (s): 9.07862
CPU system time (s): 0.354946
CPU usage (%): 98.4573
Max. virtual memory (cumulated for all children) (KiB): 865476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.07862
system time used= 0.354946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60127
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= 2434
involuntary context switches= 2553

runsolver used 0.016997 second user time and 0.034994 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-19 21:11:59
IDJOB=2116112
IDBENCH=56331
IDSOLVER=780
FILE ID=node12/2116112-1248030719
PBS_JOBID= 9529022
Free space on /tmp= 66312 MiB

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

node12.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1032016 kB
Buffers:         60512 kB
Cached:         793160 kB
SwapCached:          0 kB
Active:         207336 kB
Inactive:       735104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1032016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11580 kB
Writeback:           0 kB
Mapped:         106544 kB
Slab:            66620 kB
Committed_AS:  1270540 kB
PageTables:       1912 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= 66308 MiB
End job on node12 at 2009-07-19 21:12:09