Trace number 2078912

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-10SAT 15.1387 15.2678

DiagnosticValue
CHECKS0
NODES10085

General information on the benchmark

Namecsp/nengfa/
normalized-protein.xml
MD5SUMdcc276e0be4c2cfad38640ad0b90bab6
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.15806
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of constraints309
Maximum constraint arity27
Maximum domain size1011
Number of constraints which are defined in extension0
Number of constraints which are defined in intension308
Global constraints used (with number of constraints)alldifferent(1)

Solver Data

15.11/15.21	s SATISFIABLE
15.11/15.21	v 2628 26 28 2627 26 27 2626 26 26 2526 25 26 2426 24 26 2425 24 25 2325 23 25 2326 23 26 2226 22 26 2227 22 27 2327 23 27 2328 23 28 2228 22 28 2229 22 29 2230 22 30 2330 23 30 2329 23 29 2429 24 29 2430 24 30 2530 25 30 2529 25 29 2528 25 28 2428 24 28 2427 24 27 2527 25 27 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 2 0 3 2 0 4 1 0 3 0 0 4 1 0 2 1 0 1 0 -1 2 1 0 -1 -1 -1 -1 -1 -1 -1 2 1 0 3 2 0 2 3 0 1 2 0 0 0 0 1 0 -1 2 1 0 1 2 0 2 3 0 0 3 0 1 2 0 0 1 -1 -1 -1 -1 -1 -1 -2 0 1 -1 1 2 0 0 3 0 1 2 0 0 0 -1 0 1 -1 1 2 0 2 1 0 0 -1 1 2 0 1 2 0 2 1 0 1 0 -1 -1 -1 -1 0 1 -1 1 0 -1 -2 2 1 0 3 0 0 2 1 0 0 0 1 0 -1 2 1 0 -1 2 1 0 1 2 0 0 0 1 -1 -1 -2 -2 -4 -5 -6 -7 -9 -9 -10 2727 2728 
15.11/15.21	d AC 32
15.11/15.21	d RUNTIME 15.094
15.11/15.21	d NODES 10085
15.11/15.21	d NODES/s 668
15.11/15.21	d BACKTRACKS 23879
15.11/15.21	d BACKTRACKS/s 1582
15.11/15.21	d CHECKS 0
15.11/15.21	d CHECKS/s 0
15.11/15.21	c SAT 15.094 TIME      10085 NDS    426 PARSTIME      405 BUILDPB       14263 RES       true RESTART       1 HEURISTIC       true RANDVAL      

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078912-1247367587/watcher-2078912-1247367587 -o /tmp/evaluation-result-2078912-1247367587/solver-2078912-1247367587 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2078912-1247367587.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.50 2.54 2.43 4/81 21340
/proc/meminfo: memFree=1185184/2055920 swapFree=4192956/4192956
[pid=21340] ppid=21338 vsize=18576 CPUtime=0
/proc/21340/stat : 21340 (runsolver) R 21338 21340 22606 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 23822702 19021824 284 996147200 4194304 4302564 548682068192 18446744073709551615 269930261799 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/21340/statm: 4644 284 249 26 0 2626 0

[startup+0.0182961 s]
/proc/loadavg: 2.50 2.54 2.43 4/81 21340
/proc/meminfo: memFree=1185184/2055920 swapFree=4192956/4192956
[pid=21340] ppid=21338 vsize=10764 CPUtime=0
/proc/21340/stat : 21340 (java) S 21338 21340 22606 0 -1 0 761 0 0 0 0 0 0 0 20 0 2 0 23822702 11022336 523 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21340/statm: 2691 523 234 9 0 1196 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10764

[startup+0.100919 s]
/proc/loadavg: 2.50 2.54 2.43 4/81 21340
/proc/meminfo: memFree=1185184/2055920 swapFree=4192956/4192956
[pid=21340] ppid=21338 vsize=864096 CPUtime=0.08
/proc/21340/stat : 21340 (java) S 21338 21340 22606 0 -1 0 3469 0 1 0 6 2 0 0 20 0 9 0 23822702 884834304 2934 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21340/statm: 216024 2934 1440 9 0 210492 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864096

[startup+0.301946 s]
/proc/loadavg: 2.50 2.54 2.43 4/81 21340
/proc/meminfo: memFree=1185184/2055920 swapFree=4192956/4192956
[pid=21340] ppid=21338 vsize=864372 CPUtime=0.28
/proc/21340/stat : 21340 (java) S 21338 21340 22606 0 -1 0 4609 0 1 0 25 3 0 0 20 0 9 0 23822702 885116928 4031 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21340/statm: 216093 4031 1860 9 0 210561 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864372

[startup+0.701996 s]
/proc/loadavg: 2.50 2.54 2.43 4/81 21340
/proc/meminfo: memFree=1185184/2055920 swapFree=4192956/4192956
[pid=21340] ppid=21338 vsize=865116 CPUtime=0.68
/proc/21340/stat : 21340 (java) S 21338 21340 22606 0 -1 0 6572 0 1 0 63 5 0 0 20 0 9 0 23822702 885878784 5968 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21340/statm: 216279 5968 1945 9 0 210747 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 865116

[startup+1.50109 s]
/proc/loadavg: 2.50 2.54 2.43 3/90 21349
/proc/meminfo: memFree=1162776/2055920 swapFree=4192956/4192956
[pid=21340] ppid=21338 vsize=865248 CPUtime=1.48
/proc/21340/stat : 21340 (java) S 21338 21340 22606 0 -1 0 10236 0 1 0 139 9 0 0 20 0 9 0 23822702 886013952 9616 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21340/statm: 216312 9616 1975 9 0 210780 0
[pid=21340/tid=21342] ppid=21338 vsize=865248 CPUtime=1.19
/proc/21340/task/21342/stat : 21342 (java) R 21338 21340 22606 0 -1 64 8876 0 1 0 112 7 0 0 25 0 9 0 23822704 886013952 9616 996147200 134512640 134550932 4294955840 18446744073709551615 4126990171 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21343] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21343/stat : 21343 (java) S 21338 21340 22606 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 23822705 886013952 9616 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21344] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21344/stat : 21344 (java) S 21338 21340 22606 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 23822706 886013952 9616 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21345] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21345/stat : 21345 (java) S 21338 21340 22606 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 23822706 886013952 9616 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21346] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21346/stat : 21346 (java) S 21338 21340 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 9616 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21347] ppid=21338 vsize=865248 CPUtime=0.27
/proc/21340/task/21347/stat : 21347 (java) S 21338 21340 22606 0 -1 64 631 0 0 0 26 1 0 0 15 0 9 0 23822708 886013952 9616 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21348] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21348/stat : 21348 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 9616 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21349] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21349/stat : 21349 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23822708 886013952 9616 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 865248

[startup+3.10227 s]
/proc/loadavg: 2.50 2.54 2.43 3/90 21349
/proc/meminfo: memFree=1141144/2055920 swapFree=4192956/4192956
[pid=21340] ppid=21338 vsize=865248 CPUtime=3.07
/proc/21340/stat : 21340 (java) S 21338 21340 22606 0 -1 0 17035 0 1 0 293 14 0 0 20 0 9 0 23822702 886013952 16411 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21340/statm: 216312 16411 1990 9 0 210780 0
[pid=21340/tid=21342] ppid=21338 vsize=865248 CPUtime=2.72
/proc/21340/task/21342/stat : 21342 (java) R 21338 21340 22606 0 -1 64 14841 0 1 0 261 11 0 0 25 0 9 0 23822704 886013952 16411 996147200 134512640 134550932 4294955840 18446744073709551615 4126980698 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21343] ppid=21338 vsize=865248 CPUtime=0.01
/proc/21340/task/21343/stat : 21343 (java) S 21338 21340 22606 0 -1 64 800 0 0 0 1 0 0 0 16 0 9 0 23822705 886013952 16411 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21344] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21344/stat : 21344 (java) S 21338 21340 22606 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23822706 886013952 16411 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21345] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21345/stat : 21345 (java) S 21338 21340 22606 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23822706 886013952 16411 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21346] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21346/stat : 21346 (java) S 21338 21340 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 16411 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21347] ppid=21338 vsize=865248 CPUtime=0.31
/proc/21340/task/21347/stat : 21347 (java) S 21338 21340 22606 0 -1 64 662 0 0 0 30 1 0 0 15 0 9 0 23822708 886013952 16411 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21348] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21348/stat : 21348 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 16411 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21349] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21349/stat : 21349 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23822708 886013952 16411 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 865248

[startup+6.30265 s]
/proc/loadavg: 2.46 2.53 2.43 3/90 21349
/proc/meminfo: memFree=1123624/2055920 swapFree=4192956/4192956
[pid=21340] ppid=21338 vsize=865248 CPUtime=6.26
/proc/21340/stat : 21340 (java) S 21338 21340 22606 0 -1 0 17830 0 1 0 611 15 0 0 20 0 9 0 23822702 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21340/statm: 216312 17202 1991 9 0 210780 0
[pid=21340/tid=21342] ppid=21338 vsize=865248 CPUtime=5.88
/proc/21340/task/21342/stat : 21342 (java) R 21338 21340 22606 0 -1 64 14845 0 1 0 576 12 0 0 25 0 9 0 23822704 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4126994508 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21343] ppid=21338 vsize=865248 CPUtime=0.03
/proc/21340/task/21343/stat : 21343 (java) S 21338 21340 22606 0 -1 64 1587 0 0 0 3 0 0 0 17 0 9 0 23822705 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21344] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21344/stat : 21344 (java) S 21338 21340 22606 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23822706 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21345] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21345/stat : 21345 (java) S 21338 21340 22606 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23822706 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21346] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21346/stat : 21346 (java) S 21338 21340 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21347] ppid=21338 vsize=865248 CPUtime=0.31
/proc/21340/task/21347/stat : 21347 (java) S 21338 21340 22606 0 -1 64 666 0 0 0 30 1 0 0 15 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21348] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21348/stat : 21348 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21349] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21349/stat : 21349 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 865248

[startup+12.7024 s]
/proc/loadavg: 2.42 2.52 2.42 3/90 21349
/proc/meminfo: memFree=1123560/2055920 swapFree=4192956/4192956
[pid=21340] ppid=21338 vsize=865248 CPUtime=12.62
/proc/21340/stat : 21340 (java) S 21338 21340 22606 0 -1 0 17833 0 1 0 1245 17 0 0 20 0 9 0 23822702 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21340/statm: 216312 17202 1991 9 0 210780 0
[pid=21340/tid=21342] ppid=21338 vsize=865248 CPUtime=12.24
/proc/21340/task/21342/stat : 21342 (java) R 21338 21340 22606 0 -1 64 14848 0 1 0 1210 14 0 0 25 0 9 0 23822704 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4127044453 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21343] ppid=21338 vsize=865248 CPUtime=0.03
/proc/21340/task/21343/stat : 21343 (java) S 21338 21340 22606 0 -1 64 1587 0 0 0 3 0 0 0 16 0 9 0 23822705 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21344] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21344/stat : 21344 (java) S 21338 21340 22606 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23822706 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21345] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21345/stat : 21345 (java) S 21338 21340 22606 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23822706 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21346] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21346/stat : 21346 (java) S 21338 21340 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21347] ppid=21338 vsize=865248 CPUtime=0.32
/proc/21340/task/21347/stat : 21347 (java) S 21338 21340 22606 0 -1 64 666 0 0 0 31 1 0 0 15 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21348] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21348/stat : 21348 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21349] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21349/stat : 21349 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 865248

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

[startup+14.3076 s]
/proc/loadavg: 2.39 2.51 2.42 3/90 21349
/proc/meminfo: memFree=1123560/2055920 swapFree=4192956/4192956
[pid=21340] ppid=21338 vsize=865248 CPUtime=14.22
/proc/21340/stat : 21340 (java) S 21338 21340 22606 0 -1 0 17834 0 1 0 1404 18 0 0 20 0 9 0 23822702 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21340/statm: 216312 17202 1991 9 0 210780 0
[pid=21340/tid=21342] ppid=21338 vsize=865248 CPUtime=13.84
/proc/21340/task/21342/stat : 21342 (java) R 21338 21340 22606 0 -1 64 14849 0 1 0 1369 15 0 0 25 0 9 0 23822704 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4126618247 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21343] ppid=21338 vsize=865248 CPUtime=0.03
/proc/21340/task/21343/stat : 21343 (java) S 21338 21340 22606 0 -1 64 1587 0 0 0 3 0 0 0 16 0 9 0 23822705 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21344] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21344/stat : 21344 (java) S 21338 21340 22606 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23822706 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21345] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21345/stat : 21345 (java) S 21338 21340 22606 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23822706 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21346] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21346/stat : 21346 (java) S 21338 21340 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21347] ppid=21338 vsize=865248 CPUtime=0.32
/proc/21340/task/21347/stat : 21347 (java) S 21338 21340 22606 0 -1 64 666 0 0 0 31 1 0 0 15 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21348] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21348/stat : 21348 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21349] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21349/stat : 21349 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 865248

[startup+14.7026 s]
/proc/loadavg: 2.39 2.51 2.42 3/90 21349
/proc/meminfo: memFree=1123560/2055920 swapFree=4192956/4192956
[pid=21340] ppid=21338 vsize=865248 CPUtime=14.61
/proc/21340/stat : 21340 (java) S 21338 21340 22606 0 -1 0 17835 0 1 0 1443 18 0 0 20 0 9 0 23822702 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21340/statm: 216312 17202 1991 9 0 210780 0
[pid=21340/tid=21342] ppid=21338 vsize=865248 CPUtime=14.22
/proc/21340/task/21342/stat : 21342 (java) R 21338 21340 22606 0 -1 64 14850 0 1 0 1407 15 0 0 25 0 9 0 23822704 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4127056843 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21343] ppid=21338 vsize=865248 CPUtime=0.03
/proc/21340/task/21343/stat : 21343 (java) S 21338 21340 22606 0 -1 64 1587 0 0 0 3 0 0 0 16 0 9 0 23822705 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21344] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21344/stat : 21344 (java) S 21338 21340 22606 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23822706 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21345] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21345/stat : 21345 (java) S 21338 21340 22606 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23822706 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21346] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21346/stat : 21346 (java) S 21338 21340 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21347] ppid=21338 vsize=865248 CPUtime=0.32
/proc/21340/task/21347/stat : 21347 (java) S 21338 21340 22606 0 -1 64 666 0 0 0 31 1 0 0 15 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21348] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21348/stat : 21348 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21349] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21349/stat : 21349 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.61
Current children cumulated vsize (KiB) 865248

[startup+15.1027 s]
/proc/loadavg: 2.39 2.51 2.42 3/90 21349
/proc/meminfo: memFree=1123560/2055920 swapFree=4192956/4192956
[pid=21340] ppid=21338 vsize=865248 CPUtime=15
/proc/21340/stat : 21340 (java) S 21338 21340 22606 0 -1 0 17835 0 1 0 1482 18 0 0 20 0 9 0 23822702 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21340/statm: 216312 17202 1991 9 0 210780 0
[pid=21340/tid=21342] ppid=21338 vsize=865248 CPUtime=14.62
/proc/21340/task/21342/stat : 21342 (java) R 21338 21340 22606 0 -1 64 14850 0 1 0 1447 15 0 0 25 0 9 0 23822704 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4126976816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21343] ppid=21338 vsize=865248 CPUtime=0.03
/proc/21340/task/21343/stat : 21343 (java) S 21338 21340 22606 0 -1 64 1587 0 0 0 3 0 0 0 16 0 9 0 23822705 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21344] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21344/stat : 21344 (java) S 21338 21340 22606 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23822706 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21345] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21345/stat : 21345 (java) S 21338 21340 22606 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23822706 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21346] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21346/stat : 21346 (java) S 21338 21340 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21347] ppid=21338 vsize=865248 CPUtime=0.32
/proc/21340/task/21347/stat : 21347 (java) S 21338 21340 22606 0 -1 64 666 0 0 0 31 1 0 0 15 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21348] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21348/stat : 21348 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21349] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21349/stat : 21349 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15
Current children cumulated vsize (KiB) 865248

[startup+15.2017 s]
/proc/loadavg: 2.39 2.51 2.42 3/90 21349
/proc/meminfo: memFree=1123560/2055920 swapFree=4192956/4192956
[pid=21340] ppid=21338 vsize=865248 CPUtime=15.11
/proc/21340/stat : 21340 (java) S 21338 21340 22606 0 -1 0 17835 0 1 0 1492 19 0 0 20 0 9 0 23822702 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21340/statm: 216312 17202 1991 9 0 210780 0
[pid=21340/tid=21342] ppid=21338 vsize=865248 CPUtime=14.73
/proc/21340/task/21342/stat : 21342 (java) R 21338 21340 22606 0 -1 64 14850 0 1 0 1457 16 0 0 25 0 9 0 23822704 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4126992910 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21343] ppid=21338 vsize=865248 CPUtime=0.03
/proc/21340/task/21343/stat : 21343 (java) S 21338 21340 22606 0 -1 64 1587 0 0 0 3 0 0 0 16 0 9 0 23822705 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21344] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21344/stat : 21344 (java) S 21338 21340 22606 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23822706 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21345] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21345/stat : 21345 (java) S 21338 21340 22606 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23822706 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21346] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21346/stat : 21346 (java) S 21338 21340 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21347] ppid=21338 vsize=865248 CPUtime=0.32
/proc/21340/task/21347/stat : 21347 (java) S 21338 21340 22606 0 -1 64 666 0 0 0 31 1 0 0 15 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21348] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21348/stat : 21348 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21340/tid=21349] ppid=21338 vsize=865248 CPUtime=0
/proc/21340/task/21349/stat : 21349 (java) S 21338 21340 22606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23822708 886013952 17202 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.11
Current children cumulated vsize (KiB) 865248

Child status: 0
Real time (s): 15.2678
CPU time (s): 15.1387
CPU user time (s): 14.9347
CPU system time (s): 0.203968
CPU usage (%): 99.1542
Max. virtual memory (cumulated for all children) (KiB): 865248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.9347
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17856
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= 2107
involuntary context switches= 2514

runsolver used 0.019996 second user time and 0.058991 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 04:59:47
IDJOB=2078912
IDBENCH=56824
IDSOLVER=737
FILE ID=node53/2078912-1247367587
PBS_JOBID= 9507102
Free space on /tmp= 65968 MiB

SOLVER NAME= Choco2.1.1 2009-06-10
BENCH NAME= CPAI08/csp/nengfa/normalized-protein.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-2078912-1247367587/watcher-2078912-1247367587 -o /tmp/evaluation-result-2078912-1247367587/solver-2078912-1247367587 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2078912-1247367587.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= dcc276e0be4c2cfad38640ad0b90bab6
RANDOM SEED=1385043597

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:       1185664 kB
Buffers:         72856 kB
Cached:         257828 kB
SwapCached:          0 kB
Active:         605324 kB
Inactive:       189132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1185664 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2616 kB
Writeback:           0 kB
Mapped:         483064 kB
Slab:            60168 kB
Committed_AS:   641600 kB
PageTables:       2688 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= 65964 MiB
End job on node53 at 2009-07-12 05:00:02