Trace number 198765

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, and are wall clock time (not CPU 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
VALCSP 3.0? (TO) 1800.02 1816.93

General information on the benchmark

Namerlfap/rlfapScens11/
scen11-f3.xml
MD5SUMef05de44bc17daaf25b5294ac4693534
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.3299
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node25/watcher-198765-1168130793 -o ROOT/results/node25/solver-198765-1168130793 -C 1800 -M 900 /tmp/evaluation/198765-1168130793/VALCSP /tmp/evaluation/198765-1168130793/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 1.69 1.93 1.81 4/84 18609
/proc/meminfo: memFree=1333744/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=3052 CPUtime=0
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 505 0 0 0 0 0 0 0 18 0 1 0 161471801 3125248 483 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 4200059 0 0 4096 0 0 0 0 17 1 0 0
/proc/18608/statm: 763 491 62 8 0 435 0

[startup+0.102352 s]
/proc/loadavg: 1.69 1.93 1.81 4/84 18609
/proc/meminfo: memFree=1333744/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=10472 CPUtime=0.09
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 2358 0 0 0 9 0 0 0 18 0 1 0 161471801 10723328 2336 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 4200059 0 0 4096 0 0 0 0 17 1 0 0
/proc/18608/statm: 2618 2336 64 8 0 2290 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10472

[startup+0.511415 s]
/proc/loadavg: 1.69 1.93 1.81 4/84 18609
/proc/meminfo: memFree=1333744/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=24708 CPUtime=0.5
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 5923 0 0 0 49 1 0 0 22 0 1 0 161471801 25300992 5901 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 4203469 0 0 4096 0 0 0 0 17 1 0 0
/proc/18608/statm: 6177 5901 64 8 0 5849 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 24708

[startup+1.33456 s]
/proc/loadavg: 1.69 1.93 1.81 2/81 18625
/proc/meminfo: memFree=1298056/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=1.33
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 130 3 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134520624 0 0 4096 0 0 0 0 17 1 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 37096

[startup+2.97184 s]
/proc/loadavg: 1.69 1.93 1.81 4/94 18650
/proc/meminfo: memFree=1271776/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=2.95
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 292 3 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524623 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 37096

[startup+6.2564 s]
/proc/loadavg: 1.80 1.95 1.82 3/94 18650
/proc/meminfo: memFree=1256416/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=6.2
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 617 3 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524787 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 37096

[startup+12.7175 s]
/proc/loadavg: 1.81 1.95 1.82 3/94 18650
/proc/meminfo: memFree=1223136/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=12.61
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 1258 3 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524694 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 37096

[startup+25.5447 s]
/proc/loadavg: 1.85 1.95 1.82 3/94 18650
/proc/meminfo: memFree=1214176/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=25.32
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 2529 3 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134520516 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 37096

[startup+51.192 s]
/proc/loadavg: 1.90 1.96 1.82 3/87 18651
/proc/meminfo: memFree=1225560/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=50.74
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 5071 3 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134520575 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 37096

[startup+102.478 s]
/proc/loadavg: 1.96 1.96 1.83 3/87 18651
/proc/meminfo: memFree=1208984/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=101.6
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 10157 3 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 37096

[startup+162.502 s]
/proc/loadavg: 2.04 1.98 1.84 3/87 18651
/proc/meminfo: memFree=1193496/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=161.11
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 16108 3 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524787 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 161.11
Current children cumulated vsize (KiB) 37096

[startup+222.557 s]
/proc/loadavg: 2.05 2.00 1.85 4/87 18651
/proc/meminfo: memFree=1180504/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=220.6
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 22057 3 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134520516 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 220.6
Current children cumulated vsize (KiB) 37096

[startup+282.572 s]
/proc/loadavg: 2.06 2.01 1.86 3/87 18651
/proc/meminfo: memFree=1170392/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=280.13
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 28009 4 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524623 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 280.13
Current children cumulated vsize (KiB) 37096

[startup+342.585 s]
/proc/loadavg: 2.02 2.01 1.87 3/87 18651
/proc/meminfo: memFree=1161048/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=339.65
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 33961 4 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134520516 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 339.65
Current children cumulated vsize (KiB) 37096

[startup+402.601 s]
/proc/loadavg: 2.01 2.00 1.87 3/87 18651
/proc/meminfo: memFree=1154584/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=399.14
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 39910 4 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 399.14
Current children cumulated vsize (KiB) 37096

[startup+462.619 s]
/proc/loadavg: 2.04 2.01 1.88 3/87 18651
/proc/meminfo: memFree=1147800/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=458.65
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 45860 5 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524694 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 458.65
Current children cumulated vsize (KiB) 37096

[startup+522.631 s]
/proc/loadavg: 2.14 2.04 1.90 3/87 18651
/proc/meminfo: memFree=1141080/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=518.17
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 51812 5 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134520516 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 518.17
Current children cumulated vsize (KiB) 37096

[startup+582.64 s]
/proc/loadavg: 2.05 2.03 1.91 3/87 18651
/proc/meminfo: memFree=1134616/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=577.67
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 57762 5 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524717 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 577.67
Current children cumulated vsize (KiB) 37096

[startup+642.676 s]
/proc/loadavg: 2.02 2.02 1.91 3/87 18651
/proc/meminfo: memFree=1129944/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=637.17
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 63712 5 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524781 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 637.17
Current children cumulated vsize (KiB) 37096

[startup+702.684 s]
/proc/loadavg: 2.00 2.02 1.91 3/87 18651
/proc/meminfo: memFree=1126040/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=696.7
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 69665 5 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524567 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 696.7
Current children cumulated vsize (KiB) 37096

[startup+762.691 s]
/proc/loadavg: 2.00 2.01 1.91 3/87 18651
/proc/meminfo: memFree=1121944/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=756.19
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 75614 5 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524717 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 756.19
Current children cumulated vsize (KiB) 37096

[startup+822.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 18651
/proc/meminfo: memFree=1117016/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=815.69
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 81564 5 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524617 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 815.69
Current children cumulated vsize (KiB) 37096

[startup+882.716 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 18733
/proc/meminfo: memFree=1109112/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=875.15
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 87503 12 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524739 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 875.15
Current children cumulated vsize (KiB) 37096

[startup+942.759 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 18817
/proc/meminfo: memFree=1103648/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=934.56
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 93435 21 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134520516 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 934.56
Current children cumulated vsize (KiB) 37096

[startup+1002.8 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 18849
/proc/meminfo: memFree=1099096/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=994.06
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 99382 24 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134520516 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 994.06
Current children cumulated vsize (KiB) 37096

[startup+1062.81 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 18849
/proc/meminfo: memFree=1093272/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=1053.56
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 105332 24 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134520516 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 1053.56
Current children cumulated vsize (KiB) 37096

[startup+1122.91 s]
/proc/loadavg: 2.04 2.01 1.91 3/87 18849
/proc/meminfo: memFree=1085784/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=1113.15
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 111291 24 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524752 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 1113.15
Current children cumulated vsize (KiB) 37096

[startup+1182.93 s]
/proc/loadavg: 2.01 2.01 1.91 3/87 18849
/proc/meminfo: memFree=1079320/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=1172.69
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 117243 26 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134521920 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 1172.69
Current children cumulated vsize (KiB) 37096

[startup+1242.94 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 18849
/proc/meminfo: memFree=1074776/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=1232.2
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 123194 26 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134520588 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 1232.2
Current children cumulated vsize (KiB) 37096

[startup+1302.94 s]
/proc/loadavg: 2.04 2.01 1.92 3/87 18849
/proc/meminfo: memFree=1069656/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=1291.7
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 129144 26 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134520575 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 1291.7
Current children cumulated vsize (KiB) 37096

[startup+1362.99 s]
/proc/loadavg: 2.01 2.01 1.92 3/87 18849
/proc/meminfo: memFree=1066776/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=1351.23
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 135097 26 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524787 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 1351.23
Current children cumulated vsize (KiB) 37096

[startup+1423.04 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 18849
/proc/meminfo: memFree=1064344/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=1410.75
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 141049 26 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134520582 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 1410.75
Current children cumulated vsize (KiB) 37096

[startup+1483.08 s]
/proc/loadavg: 2.07 2.02 1.93 3/87 18849
/proc/meminfo: memFree=1061592/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=1470.25
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 146999 26 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524623 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 1470.25
Current children cumulated vsize (KiB) 37096

[startup+1543.13 s]
/proc/loadavg: 2.02 2.01 1.93 3/87 18849
/proc/meminfo: memFree=1059544/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=1529.79
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 152953 26 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524840 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 1529.79
Current children cumulated vsize (KiB) 37096

[startup+1603.18 s]
/proc/loadavg: 2.01 2.00 1.93 3/87 18849
/proc/meminfo: memFree=1057368/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=1589.32
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 158906 26 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524708 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 1589.32
Current children cumulated vsize (KiB) 37096

[startup+1663.23 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 18849
/proc/meminfo: memFree=1055576/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=1648.84
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 164857 27 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134520553 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 1648.84
Current children cumulated vsize (KiB) 37096

[startup+1723.28 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 18849
/proc/meminfo: memFree=1053592/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=1708.36
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 170809 27 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524645 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 1708.36
Current children cumulated vsize (KiB) 37096

[startup+1783.38 s]
/proc/loadavg: 1.93 1.98 1.92 3/97 18901
/proc/meminfo: memFree=1207752/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=1767.88
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 176760 28 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134524602 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 1767.88
Current children cumulated vsize (KiB) 37096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.92 s]
/proc/loadavg: 2.07 2.01 1.93 3/97 18901
/proc/meminfo: memFree=584968/2055920 swapFree=4192812/4192956
[pid=18608] ppid=18600 vsize=37096 CPUtime=1800.01
/proc/18608/stat : 18608 (VALCSP) R 18600 18608 18353 0 -1 4194304 9039 0 0 0 179972 29 0 0 25 0 1 0 161471801 37986304 9017 18446744073709551615 134512640 134548440 4294956736 18446744073709551615 134520567 0 0 4096 0 0 0 0 17 0 0 0
/proc/18608/statm: 9274 9017 66 8 0 8946 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 37096

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.93
CPU time (s): 1800.02
CPU user time (s): 1799.72
CPU system time (s): 0.295955
CPU usage (%): 99.0692
Max. virtual memory (cumulated for all children) (KiB): 37096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9039
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 45578

runsolver used 1.87871 s user time and 5.12722 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sun Jan  7 00:46:34 UTC 2007


IDJOB= 198765
IDBENCH= 3574
FILE ID= node25/198765-1168130793

PBS_JOBID= 3477906

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScens11/scen11-f3.xml
COMMAND LINE= /tmp/evaluation/198765-1168130793/VALCSP /tmp/evaluation/198765-1168130793/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-198765-1168130793 -o ROOT/results/node25/solver-198765-1168130793 -C 1800 -M 900  /tmp/evaluation/198765-1168130793/VALCSP /tmp/evaluation/198765-1168130793/unknown.xml

META MD5SUM SOLVER= 6fc756be3a7e45a17a81a19ce431bc48
MD5SUM BENCH=  ef05de44bc17daaf25b5294ac4693534

RANDOM SEED= 433817270

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.279
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.279
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:       1334568 kB
Buffers:         54972 kB
Cached:         543428 kB
SwapCached:          0 kB
Active:         149944 kB
Inactive:       497984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1334568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4036 kB
Writeback:           0 kB
Mapped:          68496 kB
Slab:            58520 kB
Committed_AS:  3150676 kB
PageTables:       2144 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= 66548 MiB



End job on node25 on Sun Jan  7 01:16:51 UTC 2007