Trace number 2061466

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Choco2.1.1 2009-06-10UNSAT 12.0172 12.0826

DiagnosticValue
CHECKS0
NODES4211

General information on the benchmark

Namecsp/rcpspTighter/
normalized-rcpsptight20-03.xml
MD5SUM6599cef4c1c21122266942a3170fe174
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.809876
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity20
Maximum domain size14
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15
Global constraints used (with number of constraints)cumulative(3)

Solver Data

11.94/12.07	s UNSATISFIABLE
11.94/12.07	d AC 32
11.94/12.07	d RUNTIME 11.964
11.94/12.07	d NODES 4211
11.94/12.07	d NODES/s 352
11.94/12.07	d BACKTRACKS 9728
11.94/12.07	d BACKTRACKS/s 813
11.94/12.07	d CHECKS 0
11.94/12.07	d CHECKS/s 0
11.94/12.07	c UNSAT 11.964 TIME      4211 NDS    212 PARSTIME      233 BUILDPB       11519 RES       true RESTART       1 HEURISTIC       true RANDVAL      

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2061466-1247327372/watcher-2061466-1247327372 -o /tmp/evaluation-result-2061466-1247327372/solver-2061466-1247327372 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2061466-1247327372.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: 1.63 1.18 1.13 3/74 15111
/proc/meminfo: memFree=1765096/2055920 swapFree=4192812/4192956
[pid=15111] ppid=15109 vsize=152 CPUtime=0
/proc/15111/stat : 15111 (java) R 15109 15111 12183 0 -1 0 222 0 0 0 0 0 0 0 18 0 1 0 19801063 155648 26 996147200 134512640 134550932 4294955840 18446744073709551615 1978667 0 0 4096 0 0 0 0 17 0 0 0
/proc/15111/statm: 38 26 19 9 0 4 0

[startup+0.019037 s]
/proc/loadavg: 1.63 1.18 1.13 3/74 15111
/proc/meminfo: memFree=1765096/2055920 swapFree=4192812/4192956
[pid=15111] ppid=15109 vsize=858596 CPUtime=0.01
/proc/15111/stat : 15111 (java) S 15109 15111 12183 0 -1 0 1457 0 1 0 0 1 0 0 18 0 2 0 19801063 879202304 1188 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15111/statm: 214649 1188 466 9 0 209564 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 858596

[startup+0.102042 s]
/proc/loadavg: 1.63 1.18 1.13 3/74 15111
/proc/meminfo: memFree=1765096/2055920 swapFree=4192812/4192956
[pid=15111] ppid=15109 vsize=864108 CPUtime=0.09
/proc/15111/stat : 15111 (java) S 15109 15111 12183 0 -1 0 3890 0 1 0 7 2 0 0 18 0 9 0 19801063 884846592 3337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15111/statm: 216027 3337 1747 9 0 210495 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864108

[startup+0.302063 s]
/proc/loadavg: 1.63 1.18 1.13 3/74 15111
/proc/meminfo: memFree=1765096/2055920 swapFree=4192812/4192956
[pid=15111] ppid=15109 vsize=864376 CPUtime=0.3
/proc/15111/stat : 15111 (java) S 15109 15111 12183 0 -1 0 5037 0 1 0 27 3 0 0 18 0 9 0 19801063 885121024 4451 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15111/statm: 216094 4451 1888 9 0 210562 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 864376

[startup+0.701094 s]
/proc/loadavg: 1.63 1.18 1.13 3/74 15111
/proc/meminfo: memFree=1765096/2055920 swapFree=4192812/4192956
[pid=15111] ppid=15109 vsize=864556 CPUtime=0.69
/proc/15111/stat : 15111 (java) S 15109 15111 12183 0 -1 0 7136 0 1 0 65 4 0 0 18 0 9 0 19801063 885305344 6514 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15111/statm: 216139 6514 1975 9 0 210607 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 864556

[startup+1.50117 s]
/proc/loadavg: 1.63 1.18 1.13 4/83 15120
/proc/meminfo: memFree=1741536/2055920 swapFree=4192812/4192956
[pid=15111] ppid=15109 vsize=864688 CPUtime=1.48
/proc/15111/stat : 15111 (java) S 15109 15111 12183 0 -1 0 11543 0 1 0 141 7 0 0 18 0 9 0 19801063 885440512 10920 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15111/statm: 216172 10921 1981 9 0 210640 0
[pid=15111/tid=15113] ppid=15109 vsize=864688 CPUtime=1.29
/proc/15111/task/15113/stat : 15113 (java) R 15109 15111 12183 0 -1 64 10398 0 1 0 122 7 0 0 25 0 9 0 19801064 885440512 10921 996147200 134512640 134550932 4294955840 18446744073709551615 4126630330 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 12183 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 19801065 885440512 10921 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 12183 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 19801066 885440512 10922 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 12183 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 19801066 885440512 10922 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 12183 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19801068 885440512 10922 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=864688 CPUtime=0.18
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 12183 0 -1 64 417 0 0 0 18 0 0 0 16 0 9 0 19801068 885440512 10923 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19801068 885440512 10923 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19801068 885440512 10923 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) 864688

[startup+3.10131 s]
/proc/loadavg: 1.63 1.18 1.13 3/83 15120
/proc/meminfo: memFree=1712288/2055920 swapFree=4192812/4192956
[pid=15111] ppid=15109 vsize=864688 CPUtime=3.08
/proc/15111/stat : 15111 (java) S 15109 15111 12183 0 -1 0 16368 0 1 0 297 11 0 0 18 0 9 0 19801063 885440512 15741 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15111/statm: 216172 15741 1992 9 0 210640 0
[pid=15111/tid=15113] ppid=15109 vsize=864688 CPUtime=2.85
/proc/15111/task/15113/stat : 15113 (java) R 15109 15111 12183 0 -1 64 14870 0 1 0 275 10 0 0 25 0 9 0 19801064 885440512 15741 996147200 134512640 134550932 4294955840 18446744073709551615 4126582448 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 12183 0 -1 64 339 0 0 0 0 0 0 0 16 0 9 0 19801065 885440512 15741 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 12183 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 19801066 885440512 15741 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 12183 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19801066 885440512 15741 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 12183 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19801068 885440512 15741 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=864688 CPUtime=0.19
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 12183 0 -1 64 427 0 0 0 19 0 0 0 16 0 9 0 19801068 885440512 15741 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19801068 885440512 15741 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19801068 885440512 15741 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 864688

[startup+6.3026 s]
/proc/loadavg: 1.66 1.19 1.13 3/83 15120
/proc/meminfo: memFree=1708000/2055920 swapFree=4192812/4192956
[pid=15111] ppid=15109 vsize=864688 CPUtime=6.26
/proc/15111/stat : 15111 (java) S 15109 15111 12183 0 -1 0 16704 0 1 0 614 12 0 0 18 0 9 0 19801063 885440512 16072 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15111/statm: 216172 16072 1995 9 0 210640 0
[pid=15111/tid=15113] ppid=15109 vsize=864688 CPUtime=6.02
/proc/15111/task/15113/stat : 15113 (java) R 15109 15111 12183 0 -1 64 14876 0 1 0 591 11 0 0 25 0 9 0 19801064 885440512 16072 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=864688 CPUtime=0.02
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 12183 0 -1 64 662 0 0 0 2 0 0 0 17 0 9 0 19801065 885440512 16072 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 12183 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 19801066 885440512 16072 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 12183 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19801066 885440512 16072 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 12183 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19801068 885440512 16072 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=864688 CPUtime=0.2
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 12183 0 -1 64 434 0 0 0 20 0 0 0 16 0 9 0 19801068 885440512 16072 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19801068 885440512 16072 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19801068 885440512 16072 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) 864688

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

[startup+9.50189 s]
/proc/loadavg: 1.66 1.19 1.13 3/83 15120
/proc/meminfo: memFree=1708024/2055920 swapFree=4192812/4192956
[pid=15111] ppid=15109 vsize=864688 CPUtime=9.44
/proc/15111/stat : 15111 (java) S 15109 15111 12183 0 -1 0 16711 0 1 0 931 13 0 0 18 0 9 0 19801063 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15111/statm: 216172 16075 1996 9 0 210640 0
[pid=15111/tid=15113] ppid=15109 vsize=864688 CPUtime=9.18
/proc/15111/task/15113/stat : 15113 (java) R 15109 15111 12183 0 -1 64 14880 0 1 0 906 12 0 0 25 0 9 0 19801064 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4126584053 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=864688 CPUtime=0.03
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 12183 0 -1 64 662 0 0 0 3 0 0 0 16 0 9 0 19801065 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 12183 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 19801066 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 12183 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19801066 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 12183 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=864688 CPUtime=0.21
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 12183 0 -1 64 437 0 0 0 21 0 0 0 15 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 864688

[startup+11.101 s]
/proc/loadavg: 1.68 1.21 1.14 3/83 15120
/proc/meminfo: memFree=1707904/2055920 swapFree=4192812/4192956
[pid=15111] ppid=15109 vsize=864688 CPUtime=11.03
/proc/15111/stat : 15111 (java) S 15109 15111 12183 0 -1 0 16713 0 1 0 1090 13 0 0 18 0 9 0 19801063 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15111/statm: 216172 16075 1996 9 0 210640 0
[pid=15111/tid=15113] ppid=15109 vsize=864688 CPUtime=10.76
/proc/15111/task/15113/stat : 15113 (java) R 15109 15111 12183 0 -1 64 14882 0 1 0 1064 12 0 0 25 0 9 0 19801064 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4126484572 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=864688 CPUtime=0.04
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 12183 0 -1 64 662 0 0 0 4 0 0 0 16 0 9 0 19801065 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 12183 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 19801066 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 12183 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19801066 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 12183 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=864688 CPUtime=0.21
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 12183 0 -1 64 437 0 0 0 21 0 0 0 17 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.03
Current children cumulated vsize (KiB) 864688

[startup+11.5011 s]
/proc/loadavg: 1.68 1.21 1.14 3/83 15120
/proc/meminfo: memFree=1707904/2055920 swapFree=4192812/4192956
[pid=15111] ppid=15109 vsize=864688 CPUtime=11.44
/proc/15111/stat : 15111 (java) S 15109 15111 12183 0 -1 0 16713 0 1 0 1130 14 0 0 18 0 9 0 19801063 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15111/statm: 216172 16075 1996 9 0 210640 0
[pid=15111/tid=15113] ppid=15109 vsize=864688 CPUtime=11.16
/proc/15111/task/15113/stat : 15113 (java) R 15109 15111 12183 0 -1 64 14882 0 1 0 1104 12 0 0 25 0 9 0 19801064 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4126582492 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=864688 CPUtime=0.04
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 12183 0 -1 64 662 0 0 0 4 0 0 0 16 0 9 0 19801065 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 12183 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 19801066 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 12183 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19801066 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 12183 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=864688 CPUtime=0.21
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 12183 0 -1 64 437 0 0 0 21 0 0 0 17 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.44
Current children cumulated vsize (KiB) 864688

[startup+11.9011 s]
/proc/loadavg: 1.68 1.21 1.14 3/83 15120
/proc/meminfo: memFree=1707904/2055920 swapFree=4192812/4192956
[pid=15111] ppid=15109 vsize=864688 CPUtime=11.84
/proc/15111/stat : 15111 (java) S 15109 15111 12183 0 -1 0 16713 0 1 0 1170 14 0 0 18 0 9 0 19801063 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15111/statm: 216172 16075 1996 9 0 210640 0
[pid=15111/tid=15113] ppid=15109 vsize=864688 CPUtime=11.56
/proc/15111/task/15113/stat : 15113 (java) R 15109 15111 12183 0 -1 64 14882 0 1 0 1144 12 0 0 25 0 9 0 19801064 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=864688 CPUtime=0.04
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 12183 0 -1 64 662 0 0 0 4 0 0 0 16 0 9 0 19801065 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 12183 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 19801066 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 12183 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19801066 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 12183 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=864688 CPUtime=0.21
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 12183 0 -1 64 437 0 0 0 21 0 0 0 16 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 864688

[startup+12.0011 s]
/proc/loadavg: 1.68 1.21 1.14 3/83 15120
/proc/meminfo: memFree=1707840/2055920 swapFree=4192812/4192956
[pid=15111] ppid=15109 vsize=864688 CPUtime=11.94
/proc/15111/stat : 15111 (java) S 15109 15111 12183 0 -1 0 16713 0 1 0 1180 14 0 0 18 0 9 0 19801063 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15111/statm: 216172 16075 1996 9 0 210640 0
[pid=15111/tid=15113] ppid=15109 vsize=864688 CPUtime=11.66
/proc/15111/task/15113/stat : 15113 (java) R 15109 15111 12183 0 -1 64 14882 0 1 0 1154 12 0 0 25 0 9 0 19801064 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=864688 CPUtime=0.04
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 12183 0 -1 64 662 0 0 0 4 0 0 0 16 0 9 0 19801065 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 12183 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 19801066 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 12183 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19801066 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 12183 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=864688 CPUtime=0.21
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 12183 0 -1 64 437 0 0 0 21 0 0 0 16 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=864688 CPUtime=0
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 12183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19801068 885440512 16075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 864688

Child status: 0
Real time (s): 12.0826
CPU time (s): 12.0172
CPU user time (s): 11.8652
CPU system time (s): 0.151976
CPU usage (%): 99.4586
Max. virtual memory (cumulated for all children) (KiB): 864688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8652
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16732
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= 1649
involuntary context switches= 1765

runsolver used 0.022996 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-11 17:49:32
IDJOB=2061466
IDBENCH=53811
IDSOLVER=737
FILE ID=node43/2061466-1247327372
PBS_JOBID= 9506541
Free space on /tmp= 66188 MiB

SOLVER NAME= Choco2.1.1 2009-06-10
BENCH NAME= CPAI08/csp/rcpspTighter/normalized-rcpsptight20-03.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-2061466-1247327372/watcher-2061466-1247327372 -o /tmp/evaluation-result-2061466-1247327372/solver-2061466-1247327372 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2061466-1247327372.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= 6599cef4c1c21122266942a3170fe174
RANDOM SEED=24566079

node43.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.213
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	: 5931.00
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.213
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:       1765576 kB
Buffers:         26972 kB
Cached:         178180 kB
SwapCached:        140 kB
Active:          91856 kB
Inactive:       146564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3116 kB
Writeback:           0 kB
Mapped:          44292 kB
Slab:            37176 kB
Committed_AS:   167072 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= 66184 MiB
End job on node43 at 2009-07-11 17:49:44