Trace number 215337

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
CSPtoSAT+minisat 0.3? (TO) 1800.05 1812.51

General information on the benchmark

NamepseudoSeries/
ii/ii-16c1.xml
MD5SUM7c876d86592b8718a3a6affab636ecfd
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.75
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables3160
Number of constraints18047
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18047
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c This is CSPtoSAT+minisat version 0.3
0.15	c (c) 2006 roussel@cril.univ-artois.fr
0.15	
0.15	c This solver internally uses a modified version of MiniSat2 version 061112
0.15	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.15	
0.15	c parsing...
1.33	c ...done
1.33	c #SATvar=6322 #SATclauses=6320 #CSPpredicates=18047

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/node5/watcher-215337-1168064255 -o ROOT/results/node5/solver-215337-1168064255 -C 1800 -M 900 /tmp/evaluation/215337-1168064255/CSPtoSAT+minisat /tmp/evaluation/215337-1168064255/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


[startup+0.104135 s]
/proc/loadavg: 1.99 1.86 1.87 5/86 3225
/proc/meminfo: memFree=1185328/2055920 swapFree=4192812/4192956
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
/proc/loadavg: 1.99 1.86 1.87 5/86 3225
/proc/meminfo: memFree=1185328/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=8556 CPUtime=0.19
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 1221 0 0 0 19 0 0 0 19 0 1 0 135039936 8761344 1189 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 4159319083 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 2139 1189 704 52 0 507 0

[startup+0.512176 s]
/proc/loadavg: 1.99 1.86 1.87 5/86 3225
/proc/meminfo: memFree=1185328/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=9348 CPUtime=0.49
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 1428 0 0 0 49 0 0 0 21 0 1 0 135039936 9572352 1396 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 8010868 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 2337 1396 704 52 0 705 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9348

[startup+1.33327 s]
/proc/loadavg: 1.99 1.86 1.87 3/86 3225
/proc/meminfo: memFree=1180784/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=11788 CPUtime=1.31
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2013 0 0 0 130 1 0 0 25 0 1 0 135039936 12070912 1981 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 4156389881 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 2947 1981 704 52 0 1315 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 11788

[startup+2.97046 s]
/proc/loadavg: 1.99 1.86 1.87 3/86 3225
/proc/meminfo: memFree=1179952/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=11756 CPUtime=2.93
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2063 0 0 0 292 1 0 0 25 0 1 0 135039936 12038144 2005 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134562952 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 2939 2005 721 52 0 1307 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 11756

[startup+6.25984 s]
/proc/loadavg: 1.99 1.86 1.87 3/86 3225
/proc/meminfo: memFree=1179632/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=11888 CPUtime=6.19
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2097 0 0 0 618 1 0 0 25 0 1 0 135039936 12173312 2039 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 2972 2039 721 52 0 1340 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 11888

[startup+12.7166 s]
/proc/loadavg: 1.99 1.86 1.87 3/86 3225
/proc/meminfo: memFree=1179632/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=12024 CPUtime=12.58
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2119 0 0 0 1257 1 0 0 25 0 1 0 135039936 12312576 2061 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687420 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3006 2061 721 52 0 1374 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 12024

[startup+25.545 s]
/proc/loadavg: 1.99 1.87 1.87 3/86 3225
/proc/meminfo: memFree=1179632/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=12024 CPUtime=25.3
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2130 0 0 0 2529 1 0 0 25 0 1 0 135039936 12312576 2072 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687512 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3006 2072 721 52 0 1374 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 12024

[startup+51.1919 s]
/proc/loadavg: 1.99 1.88 1.87 3/86 3225
/proc/meminfo: memFree=1179568/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=12024 CPUtime=50.7
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2142 0 0 0 5069 1 0 0 25 0 1 0 135039936 12312576 2084 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687420 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3006 2084 721 52 0 1374 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 12024

[startup+102.48 s]
/proc/loadavg: 1.99 1.90 1.88 3/86 3225
/proc/meminfo: memFree=1179376/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=12156 CPUtime=101.54
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2162 0 0 0 10152 2 0 0 25 0 1 0 135039936 12447744 2104 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687660 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3039 2104 721 52 0 1407 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 12156

[startup+162.482 s]
/proc/loadavg: 2.06 1.93 1.89 3/86 3225
/proc/meminfo: memFree=1179184/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=12156 CPUtime=161.02
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2171 0 0 0 16100 2 0 0 25 0 1 0 135039936 12447744 2113 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668791 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3039 2113 721 52 0 1407 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 12156

[startup+222.486 s]
/proc/loadavg: 2.02 1.94 1.90 3/86 3225
/proc/meminfo: memFree=1179056/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=12156 CPUtime=220.5
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2181 0 0 0 22048 2 0 0 25 0 1 0 135039936 12447744 2123 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687423 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3039 2123 721 52 0 1407 0
Current children cumulated CPU time (s) 220.5
Current children cumulated vsize (KiB) 12156

[startup+282.583 s]
/proc/loadavg: 2.01 1.95 1.90 3/86 3225
/proc/meminfo: memFree=1178480/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=12288 CPUtime=280.1
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2193 0 0 0 28007 3 0 0 25 0 1 0 135039936 12582912 2135 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687579 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3072 2135 721 52 0 1440 0
Current children cumulated CPU time (s) 280.1
Current children cumulated vsize (KiB) 12288

[startup+342.681 s]
/proc/loadavg: 2.07 1.97 1.91 3/86 3225
/proc/meminfo: memFree=1178288/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=12288 CPUtime=339.7
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2207 0 0 0 33967 3 0 0 25 0 1 0 135039936 12582912 2149 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687423 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3072 2149 721 52 0 1440 0
Current children cumulated CPU time (s) 339.7
Current children cumulated vsize (KiB) 12288

[startup+402.776 s]
/proc/loadavg: 2.02 1.97 1.91 3/86 3225
/proc/meminfo: memFree=1178032/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=12420 CPUtime=399.3
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2227 0 0 0 39926 4 0 0 25 0 1 0 135039936 12718080 2169 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668774 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3105 2169 721 52 0 1473 0
Current children cumulated CPU time (s) 399.3
Current children cumulated vsize (KiB) 12420

[startup+462.874 s]
/proc/loadavg: 2.01 1.97 1.91 3/86 3225
/proc/meminfo: memFree=1177712/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=12420 CPUtime=458.89
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2249 0 0 0 45884 5 0 0 25 0 1 0 135039936 12718080 2191 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687531 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3105 2191 721 52 0 1473 0
Current children cumulated CPU time (s) 458.89
Current children cumulated vsize (KiB) 12420

[startup+522.962 s]
/proc/loadavg: 2.00 1.97 1.91 3/86 3225
/proc/meminfo: memFree=1177520/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=12552 CPUtime=518.48
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2279 0 0 0 51843 5 0 0 25 0 1 0 135039936 12853248 2221 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3138 2221 721 52 0 1506 0
Current children cumulated CPU time (s) 518.48
Current children cumulated vsize (KiB) 12552

[startup+583.059 s]
/proc/loadavg: 2.00 1.97 1.91 3/86 3225
/proc/meminfo: memFree=1176496/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=12816 CPUtime=578.09
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2343 0 0 0 57803 6 0 0 25 0 1 0 135039936 13123584 2285 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687408 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3204 2285 721 52 0 1572 0
Current children cumulated CPU time (s) 578.09
Current children cumulated vsize (KiB) 12816

[startup+643.164 s]
/proc/loadavg: 2.03 1.99 1.92 3/86 3225
/proc/meminfo: memFree=1176240/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=13080 CPUtime=637.7
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2407 0 0 0 63763 7 0 0 25 0 1 0 135039936 13393920 2349 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687579 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3270 2349 721 52 0 1638 0
Current children cumulated CPU time (s) 637.7
Current children cumulated vsize (KiB) 13080

[startup+703.265 s]
/proc/loadavg: 2.01 1.99 1.92 3/86 3225
/proc/meminfo: memFree=1175600/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=13656 CPUtime=697.3
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2529 0 0 0 69722 8 0 0 25 0 1 0 135039936 13983744 2471 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687408 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3414 2471 721 52 0 1782 0
Current children cumulated CPU time (s) 697.3
Current children cumulated vsize (KiB) 13656

[startup+763.361 s]
/proc/loadavg: 2.00 1.99 1.92 3/86 3225
/proc/meminfo: memFree=1175024/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=14184 CPUtime=756.9
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2655 0 0 0 75681 9 0 0 25 0 1 0 135039936 14524416 2597 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687528 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3546 2597 721 52 0 1914 0
Current children cumulated CPU time (s) 756.9
Current children cumulated vsize (KiB) 14184

[startup+823.463 s]
/proc/loadavg: 2.07 2.00 1.92 3/86 3225
/proc/meminfo: memFree=1174384/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=14712 CPUtime=816.48
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2786 0 0 0 81639 9 0 0 25 0 1 0 135039936 15065088 2728 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687582 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3678 2728 721 52 0 2046 0
Current children cumulated CPU time (s) 816.48
Current children cumulated vsize (KiB) 14712

[startup+883.562 s]
/proc/loadavg: 2.02 2.00 1.92 3/86 3225
/proc/meminfo: memFree=1173744/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=15108 CPUtime=876.09
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 2896 0 0 0 87599 10 0 0 25 0 1 0 135039936 15470592 2838 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687516 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3777 2838 721 52 0 2145 0
Current children cumulated CPU time (s) 876.09
Current children cumulated vsize (KiB) 15108

[startup+943.661 s]
/proc/loadavg: 2.01 2.00 1.92 4/86 3225
/proc/meminfo: memFree=1173232/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=15636 CPUtime=935.69
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 3017 0 0 0 93558 11 0 0 25 0 1 0 135039936 16011264 2959 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 3909 2959 721 52 0 2277 0
Current children cumulated CPU time (s) 935.69
Current children cumulated vsize (KiB) 15636

[startup+1003.76 s]
/proc/loadavg: 2.06 2.02 1.93 3/86 3225
/proc/meminfo: memFree=1172720/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=16032 CPUtime=995.31
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 3134 0 0 0 99519 12 0 0 25 0 1 0 135039936 16416768 3076 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 4008 3076 721 52 0 2376 0
Current children cumulated CPU time (s) 995.31
Current children cumulated vsize (KiB) 16032

[startup+1063.85 s]
/proc/loadavg: 2.02 2.01 1.93 3/86 3225
/proc/meminfo: memFree=1171504/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=16560 CPUtime=1054.93
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 3263 0 0 0 105481 12 0 0 25 0 1 0 135039936 16957440 3205 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687405 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 4140 3205 721 52 0 2508 0
Current children cumulated CPU time (s) 1054.93
Current children cumulated vsize (KiB) 16560

[startup+1123.96 s]
/proc/loadavg: 2.01 2.00 1.93 3/86 3225
/proc/meminfo: memFree=1170928/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=16956 CPUtime=1114.54
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 3373 0 0 0 111441 13 0 0 25 0 1 0 135039936 17362944 3315 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668878 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 4239 3315 721 52 0 2607 0
Current children cumulated CPU time (s) 1114.54
Current children cumulated vsize (KiB) 16956

[startup+1184.05 s]
/proc/loadavg: 2.05 2.01 1.93 3/86 3225
/proc/meminfo: memFree=1170352/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=17484 CPUtime=1174.16
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 3492 0 0 0 117402 14 0 0 25 0 1 0 135039936 17903616 3434 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 4371 3434 721 52 0 2739 0
Current children cumulated CPU time (s) 1174.16
Current children cumulated vsize (KiB) 17484

[startup+1244.15 s]
/proc/loadavg: 2.02 2.01 1.93 3/86 3225
/proc/meminfo: memFree=1169776/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=18012 CPUtime=1233.79
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 3624 0 0 0 123364 15 0 0 25 0 1 0 135039936 18444288 3566 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 4503 3566 721 52 0 2871 0
Current children cumulated CPU time (s) 1233.79
Current children cumulated vsize (KiB) 18012

[startup+1304.25 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3225
/proc/meminfo: memFree=1169072/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=18408 CPUtime=1293.4
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 3738 0 0 0 129325 15 0 0 25 0 1 0 135039936 18849792 3680 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687436 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 4602 3680 721 52 0 2970 0
Current children cumulated CPU time (s) 1293.4
Current children cumulated vsize (KiB) 18408

[startup+1364.35 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3225
/proc/meminfo: memFree=1168560/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=18936 CPUtime=1353.02
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 3863 0 0 0 135286 16 0 0 25 0 1 0 135039936 19390464 3805 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687566 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 4734 3805 721 52 0 3102 0
Current children cumulated CPU time (s) 1353.02
Current children cumulated vsize (KiB) 18936

[startup+1424.45 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3225
/proc/meminfo: memFree=1167792/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=19464 CPUtime=1412.61
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 4002 0 0 0 141245 16 0 0 25 0 1 0 135039936 19931136 3944 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687531 0 0 4096 0 0 0 0 17 1 0 0
/proc/3224/statm: 4866 3944 721 52 0 3234 0
Current children cumulated CPU time (s) 1412.61
Current children cumulated vsize (KiB) 19464

[startup+1484.55 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3297
/proc/meminfo: memFree=1042280/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=19992 CPUtime=1472.41
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 4132 0 0 0 147223 18 0 0 25 0 1 0 135039936 20471808 4074 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687436 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 4998 4074 721 52 0 3366 0
Current children cumulated CPU time (s) 1472.41
Current children cumulated vsize (KiB) 19992

[startup+1544.57 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3297
/proc/meminfo: memFree=1029480/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=20652 CPUtime=1532.36
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 4276 0 0 0 153217 19 0 0 25 0 1 0 135039936 21147648 4218 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687423 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 5163 4218 721 52 0 3531 0
Current children cumulated CPU time (s) 1532.36
Current children cumulated vsize (KiB) 20652

[startup+1604.58 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3297
/proc/meminfo: memFree=1016680/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=21180 CPUtime=1592.31
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 4407 0 0 0 159212 19 0 0 25 0 1 0 135039936 21688320 4349 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687436 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 5295 4349 721 52 0 3663 0
Current children cumulated CPU time (s) 1592.31
Current children cumulated vsize (KiB) 21180

[startup+1664.59 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3297
/proc/meminfo: memFree=1011496/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=21576 CPUtime=1652.27
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 4529 0 0 0 165208 19 0 0 25 0 1 0 135039936 22093824 4471 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687408 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 5394 4471 721 52 0 3762 0
Current children cumulated CPU time (s) 1652.27
Current children cumulated vsize (KiB) 21576

[startup+1724.6 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3297
/proc/meminfo: memFree=1001128/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=22104 CPUtime=1712.21
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 4650 0 0 0 171201 20 0 0 25 0 1 0 135039936 22634496 4592 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668785 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 5526 4592 721 52 0 3894 0
Current children cumulated CPU time (s) 1712.21
Current children cumulated vsize (KiB) 22104

[startup+1784.6 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3297
/proc/meminfo: memFree=996784/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=22500 CPUtime=1772.15
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 4754 0 0 0 177195 20 0 0 25 0 1 0 135039936 23040000 4696 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687669 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 5625 4696 721 52 0 3993 0
Current children cumulated CPU time (s) 1772.15
Current children cumulated vsize (KiB) 22500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3297
/proc/meminfo: memFree=994928/2055920 swapFree=4192812/4192956
[pid=3224] ppid=3222 vsize=22764 CPUtime=1800.03
/proc/3224/stat : 3224 (CSPtoSAT+minisa) R 3222 3224 2363 0 -1 4194304 4807 0 0 0 179983 20 0 0 25 0 1 0 135039936 23310336 4749 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/3224/statm: 5691 4749 721 52 0 4059 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 22764

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.51
CPU time (s): 1800.05
CPU user time (s): 1799.84
CPU system time (s): 0.209968
CPU usage (%): 99.3121
Max. virtual memory (cumulated for all children) (KiB): 22764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4807
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= 11
involuntary context switches= 59351

runsolver used 2.28365 s user time and 5.22621 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Jan  6 06:17:35 UTC 2007


IDJOB= 215337
IDBENCH= 4993
FILE ID= node5/215337-1168064255

PBS_JOBID= 3475373

Free space on /tmp= 66328 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ii/ii-16c1.xml
COMMAND LINE= /tmp/evaluation/215337-1168064255/CSPtoSAT+minisat /tmp/evaluation/215337-1168064255/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-215337-1168064255 -o ROOT/results/node5/solver-215337-1168064255 -C 1800 -M 900  /tmp/evaluation/215337-1168064255/CSPtoSAT+minisat /tmp/evaluation/215337-1168064255/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  7c876d86592b8718a3a6affab636ecfd

RANDOM SEED= 23697838

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.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1185808 kB
Buffers:         71416 kB
Cached:         647072 kB
SwapCached:          0 kB
Active:         264248 kB
Inactive:       511364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1185808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4020 kB
Writeback:           0 kB
Mapped:          79608 kB
Slab:            79464 kB
Committed_AS:  3104196 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= 66328 MiB



End job on node5 on Sat Jan  6 06:47:48 UTC 2007