Trace number 248580

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.15 1802.49

General information on the benchmark

Nameprimes/primes-25/
primes-25-20-2-7.xml
MD5SUMe047960ab21351fea136af770999c26f
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 benchmark0.023996
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity9
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-248580-1168093990 -o ROOT/results/node5/solver-248580-1168093990 -C 1800 -M 900 /tmp/evaluation/248580-1168093990/CSPtoSAT+minisat /tmp/evaluation/248580-1168093990/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.105189 s]
/proc/loadavg: 1.99 1.66 1.61 5/86 12286
/proc/meminfo: memFree=1271976/2055920 swapFree=4192812/4192956
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
/proc/loadavg: 1.99 1.66 1.61 5/86 12286
/proc/meminfo: memFree=1271976/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=10944 CPUtime=0.2
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 1834 0 0 0 19 1 0 0 19 0 1 0 138013412 11206656 1786 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678169 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 2736 1786 725 52 0 1104 0

[startup+0.513232 s]
/proc/loadavg: 1.99 1.66 1.61 5/86 12286
/proc/meminfo: memFree=1271976/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=11076 CPUtime=0.5
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 1844 0 0 0 49 1 0 0 21 0 1 0 138013412 11341824 1796 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671266 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 2769 1796 725 52 0 1137 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 11076

[startup+1.33432 s]
/proc/loadavg: 1.99 1.66 1.61 3/86 12286
/proc/meminfo: memFree=1267240/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=11208 CPUtime=1.31
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 1900 0 0 0 130 1 0 0 25 0 1 0 138013412 11476992 1852 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671298 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 2802 1852 725 52 0 1170 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 11208

[startup+2.97951 s]
/proc/loadavg: 1.99 1.66 1.61 3/86 12286
/proc/meminfo: memFree=1266856/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=11632 CPUtime=2.94
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 1983 0 0 0 293 1 0 0 25 0 1 0 138013412 11911168 1935 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678493 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 2908 1935 725 52 0 1276 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 11632

[startup+6.26288 s]
/proc/loadavg: 1.99 1.67 1.62 3/86 12286
/proc/meminfo: memFree=1265896/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=12460 CPUtime=6.19
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 2214 0 0 0 618 1 0 0 25 0 1 0 138013412 12759040 2166 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671588 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 3115 2166 725 52 0 1483 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 12460

[startup+12.7306 s]
/proc/loadavg: 1.99 1.67 1.62 3/86 12286
/proc/meminfo: memFree=1263216/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=13912 CPUtime=12.6
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 2558 0 0 0 1259 1 0 0 25 0 1 0 138013412 14245888 2510 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671177 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 3478 2510 725 52 0 1846 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 13912

[startup+25.5481 s]
/proc/loadavg: 1.99 1.68 1.62 3/86 12286
/proc/meminfo: memFree=1257456/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=16368 CPUtime=25.31
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 3184 0 0 0 2529 2 0 0 25 0 1 0 138013412 16760832 3136 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665607 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 4092 3136 725 52 0 2460 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 16368

[startup+51.203 s]
/proc/loadavg: 1.99 1.71 1.63 3/86 12286
/proc/meminfo: memFree=1243504/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=23040 CPUtime=50.72
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 4816 0 0 0 5069 3 0 0 25 0 1 0 138013412 23592960 4768 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671191 0 0 4096 0 0 0 0 17 1 0 0
/proc/12285/statm: 5760 4768 725 52 0 4128 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 23040

[startup+102.498 s]
/proc/loadavg: 1.96 1.74 1.64 3/86 12323
/proc/meminfo: memFree=1352424/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=29860 CPUtime=101.94
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 6502 0 0 0 10189 5 0 0 25 0 1 0 138013412 30576640 6454 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671191 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 7465 6454 725 52 0 5833 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 29860

[startup+162.51 s]
/proc/loadavg: 1.98 1.79 1.66 3/86 12323
/proc/meminfo: memFree=1337384/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=37536 CPUtime=161.87
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 8439 0 0 0 16180 7 0 0 25 0 1 0 138013412 38436864 8391 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 9384 8391 725 52 0 7752 0
Current children cumulated CPU time (s) 161.87
Current children cumulated vsize (KiB) 37536

[startup+222.528 s]
/proc/loadavg: 1.99 1.82 1.68 3/86 12323
/proc/meminfo: memFree=1322088/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=47540 CPUtime=221.83
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 10921 0 0 0 22174 9 0 0 25 0 1 0 138013412 48680960 10873 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678260 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 11885 10873 725 52 0 10253 0
Current children cumulated CPU time (s) 221.83
Current children cumulated vsize (KiB) 47540

[startup+282.535 s]
/proc/loadavg: 2.03 1.87 1.70 3/86 12323
/proc/meminfo: memFree=1309544/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=53612 CPUtime=281.8
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 12466 0 0 0 28169 11 0 0 25 0 1 0 138013412 54898688 12418 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665665 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 13403 12418 725 52 0 11771 0
Current children cumulated CPU time (s) 281.8
Current children cumulated vsize (KiB) 53612

[startup+342.558 s]
/proc/loadavg: 2.01 1.89 1.72 3/86 12323
/proc/meminfo: memFree=1293608/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=63912 CPUtime=341.73
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 15047 0 0 0 34160 13 0 0 25 0 1 0 138013412 65445888 14999 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 15978 14999 725 52 0 14346 0
Current children cumulated CPU time (s) 341.73
Current children cumulated vsize (KiB) 63912

[startup+402.583 s]
/proc/loadavg: 2.07 1.93 1.74 3/86 12323
/proc/meminfo: memFree=1282216/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=70916 CPUtime=401.71
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 16718 0 0 0 40156 15 0 0 25 0 1 0 138013412 72617984 16670 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678251 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 17729 16670 725 52 0 16097 0
Current children cumulated CPU time (s) 401.71
Current children cumulated vsize (KiB) 70916

[startup+462.605 s]
/proc/loadavg: 2.02 1.94 1.76 3/86 12323
/proc/meminfo: memFree=1267624/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=77536 CPUtime=461.68
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 18360 0 0 0 46152 16 0 0 25 0 1 0 138013412 79396864 18312 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 19384 18312 725 52 0 17752 0
Current children cumulated CPU time (s) 461.68
Current children cumulated vsize (KiB) 77536

[startup+522.631 s]
/proc/loadavg: 2.01 1.95 1.77 3/86 12323
/proc/meminfo: memFree=1253800/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=85328 CPUtime=521.63
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 20332 0 0 0 52145 18 0 0 25 0 1 0 138013412 87375872 20284 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665699 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 21332 20284 725 52 0 19700 0
Current children cumulated CPU time (s) 521.63
Current children cumulated vsize (KiB) 85328

[startup+582.658 s]
/proc/loadavg: 2.00 1.95 1.78 3/86 12323
/proc/meminfo: memFree=1239912/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=93520 CPUtime=581.6
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 22384 0 0 0 58141 19 0 0 25 0 1 0 138013412 95764480 22336 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665622 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 23380 22336 725 52 0 21748 0
Current children cumulated CPU time (s) 581.6
Current children cumulated vsize (KiB) 93520

[startup+642.678 s]
/proc/loadavg: 2.00 1.96 1.79 3/86 12323
/proc/meminfo: memFree=1228328/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=100432 CPUtime=641.57
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 24116 0 0 0 64136 21 0 0 25 0 1 0 138013412 102842368 24068 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 25108 24068 725 52 0 23476 0
Current children cumulated CPU time (s) 641.57
Current children cumulated vsize (KiB) 100432

[startup+702.698 s]
/proc/loadavg: 2.05 1.98 1.81 3/86 12323
/proc/meminfo: memFree=1213160/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=110980 CPUtime=701.52
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 26717 0 0 0 70129 23 0 0 25 0 1 0 138013412 113643520 26669 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665654 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 27745 26669 725 52 0 26113 0
Current children cumulated CPU time (s) 701.52
Current children cumulated vsize (KiB) 110980

[startup+762.718 s]
/proc/loadavg: 2.02 1.98 1.82 3/86 12323
/proc/meminfo: memFree=1200680/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=117976 CPUtime=761.48
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 28469 0 0 0 76124 24 0 0 25 0 1 0 138013412 120807424 28421 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671466 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 29494 28421 725 52 0 27862 0
Current children cumulated CPU time (s) 761.48
Current children cumulated vsize (KiB) 117976

[startup+822.738 s]
/proc/loadavg: 2.00 1.98 1.82 3/86 12323
/proc/meminfo: memFree=1186216/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=124848 CPUtime=821.46
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 30217 0 0 0 82120 26 0 0 25 0 1 0 138013412 127844352 30169 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 31212 30169 725 52 0 29580 0
Current children cumulated CPU time (s) 821.46
Current children cumulated vsize (KiB) 124848

[startup+882.767 s]
/proc/loadavg: 2.00 1.98 1.83 3/86 12323
/proc/meminfo: memFree=1171816/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=133708 CPUtime=881.4
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 32424 0 0 0 88112 28 0 0 25 0 1 0 138013412 136916992 32376 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678598 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 33427 32376 725 52 0 31795 0
Current children cumulated CPU time (s) 881.4
Current children cumulated vsize (KiB) 133708

[startup+942.792 s]
/proc/loadavg: 2.00 1.98 1.84 3/86 12323
/proc/meminfo: memFree=1159784/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=140184 CPUtime=941.37
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 34024 0 0 0 94107 30 0 0 25 0 1 0 138013412 143548416 33976 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134533060 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 35046 33976 725 52 0 33414 0
Current children cumulated CPU time (s) 941.37
Current children cumulated vsize (KiB) 140184

[startup+1002.82 s]
/proc/loadavg: 2.00 1.98 1.84 3/86 12323
/proc/meminfo: memFree=1146536/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=147368 CPUtime=1001.34
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 35835 0 0 0 100103 31 0 0 25 0 1 0 138013412 150904832 35787 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 36842 35787 725 52 0 35210 0
Current children cumulated CPU time (s) 1001.34
Current children cumulated vsize (KiB) 147368

[startup+1062.84 s]
/proc/loadavg: 2.00 1.98 1.85 3/86 12323
/proc/meminfo: memFree=1133480/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=154972 CPUtime=1061.29
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 37711 0 0 0 106096 33 0 0 25 0 1 0 138013412 158691328 37663 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671228 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 38743 37663 725 52 0 37111 0
Current children cumulated CPU time (s) 1061.29
Current children cumulated vsize (KiB) 154972

[startup+1122.86 s]
/proc/loadavg: 2.00 1.98 1.85 3/86 12323
/proc/meminfo: memFree=1118888/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=164104 CPUtime=1121.26
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 40007 0 0 0 112091 35 0 0 25 0 1 0 138013412 168042496 39959 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134667327 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 41026 39959 725 52 0 39394 0
Current children cumulated CPU time (s) 1121.26
Current children cumulated vsize (KiB) 164104

[startup+1182.89 s]
/proc/loadavg: 2.00 1.98 1.86 3/86 12323
/proc/meminfo: memFree=1105448/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=171940 CPUtime=1181.24
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 41962 0 0 0 118088 36 0 0 25 0 1 0 138013412 176066560 41914 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671442 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 42985 41914 725 52 0 41353 0
Current children cumulated CPU time (s) 1181.24
Current children cumulated vsize (KiB) 171940

[startup+1242.92 s]
/proc/loadavg: 2.00 1.98 1.87 3/86 12323
/proc/meminfo: memFree=1093352/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=178540 CPUtime=1241.2
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 43607 0 0 0 124082 38 0 0 25 0 1 0 138013412 182824960 43559 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671197 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 44635 43559 725 52 0 43003 0
Current children cumulated CPU time (s) 1241.2
Current children cumulated vsize (KiB) 178540

[startup+1302.95 s]
/proc/loadavg: 2.00 1.98 1.87 3/86 12323
/proc/meminfo: memFree=1082792/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=183204 CPUtime=1301.16
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 44791 0 0 0 130078 38 0 0 25 0 1 0 138013412 187600896 44743 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134667443 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 45801 44743 725 52 0 44169 0
Current children cumulated CPU time (s) 1301.16
Current children cumulated vsize (KiB) 183204

[startup+1362.97 s]
/proc/loadavg: 2.00 1.98 1.88 3/86 12323
/proc/meminfo: memFree=1070184/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=190600 CPUtime=1361.14
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 46642 0 0 0 136074 40 0 0 25 0 1 0 138013412 195174400 46594 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671171 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 47650 46594 725 52 0 46018 0
Current children cumulated CPU time (s) 1361.14
Current children cumulated vsize (KiB) 190600

[startup+1423.02 s]
/proc/loadavg: 2.00 1.98 1.88 3/86 12323
/proc/meminfo: memFree=1060520/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=195776 CPUtime=1421.12
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 47924 0 0 0 142070 42 0 0 25 0 1 0 138013412 200474624 47876 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 48944 47876 725 52 0 47312 0
Current children cumulated CPU time (s) 1421.12
Current children cumulated vsize (KiB) 195776

[startup+1483.04 s]
/proc/loadavg: 2.00 1.98 1.89 3/86 12323
/proc/meminfo: memFree=1049256/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=203036 CPUtime=1481.09
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 49741 0 0 0 148066 43 0 0 25 0 1 0 138013412 207908864 49693 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134667392 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 50759 49693 725 52 0 49127 0
Current children cumulated CPU time (s) 1481.09
Current children cumulated vsize (KiB) 203036

[startup+1543.07 s]
/proc/loadavg: 2.00 1.98 1.89 3/86 12323
/proc/meminfo: memFree=1032488/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=211500 CPUtime=1541.05
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 51836 0 0 0 154061 44 0 0 25 0 1 0 138013412 216576000 51788 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678219 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 52875 51788 725 52 0 51243 0
Current children cumulated CPU time (s) 1541.05
Current children cumulated vsize (KiB) 211500

[startup+1603.1 s]
/proc/loadavg: 2.00 1.98 1.90 4/86 12323
/proc/meminfo: memFree=1017896/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=219364 CPUtime=1601.02
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 53799 0 0 0 160056 46 0 0 25 0 1 0 138013412 224628736 53751 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 54841 53751 725 52 0 53209 0
Current children cumulated CPU time (s) 1601.02
Current children cumulated vsize (KiB) 219364

[startup+1663.15 s]
/proc/loadavg: 2.00 1.98 1.91 3/86 12323
/proc/meminfo: memFree=1006888/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=225568 CPUtime=1661.02
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 55366 0 0 0 166054 48 0 0 25 0 1 0 138013412 230981632 55318 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665686 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 56392 55318 725 52 0 54760 0
Current children cumulated CPU time (s) 1661.02
Current children cumulated vsize (KiB) 225568

[startup+1723.2 s]
/proc/loadavg: 2.04 2.00 1.91 3/92 12467
/proc/meminfo: memFree=993080/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=233092 CPUtime=1720.95
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 57253 0 0 0 172035 60 0 0 25 0 1 0 138013412 238686208 57205 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678515 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 58273 57205 725 52 0 56641 0
Current children cumulated CPU time (s) 1720.95
Current children cumulated vsize (KiB) 233092

[startup+1783.26 s]
/proc/loadavg: 2.01 2.00 1.91 3/86 12521
/proc/meminfo: memFree=979048/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=242888 CPUtime=1780.91
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 59605 0 0 0 178025 66 0 0 25 0 1 0 138013412 248717312 59557 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671498 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 60722 59557 725 52 0 59090 0
Current children cumulated CPU time (s) 1780.91
Current children cumulated vsize (KiB) 242888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.45 s]
/proc/loadavg: 2.01 2.00 1.91 3/86 12521
/proc/meminfo: memFree=975400/2055920 swapFree=4192812/4192956
[pid=12285] ppid=12283 vsize=245408 CPUtime=1800.09
/proc/12285/stat : 12285 (CSPtoSAT+minisa) R 12283 12285 11386 0 -1 4194304 60213 0 0 0 179943 66 0 0 25 0 1 0 138013412 251297792 60165 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671454 0 0 4096 0 0 0 0 17 0 0 0
/proc/12285/statm: 61352 60165 725 52 0 59720 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 245408

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.49
CPU time (s): 1800.15
CPU user time (s): 1799.44
CPU system time (s): 0.706892
CPU usage (%): 99.8699
Max. virtual memory (cumulated for all children) (KiB): 245408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.706892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60213
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= 15138

runsolver used 2.32765 s user time and 5.61515 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Jan  6 14:33:10 UTC 2007


IDJOB= 248580
IDBENCH= 11717
FILE ID= node5/248580-1168093990

PBS_JOBID= 3476408

Free space on /tmp= 66331 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-25/primes-25-20-2-7.xml
COMMAND LINE= /tmp/evaluation/248580-1168093990/CSPtoSAT+minisat /tmp/evaluation/248580-1168093990/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-248580-1168093990 -o ROOT/results/node5/solver-248580-1168093990 -C 1800 -M 900  /tmp/evaluation/248580-1168093990/CSPtoSAT+minisat /tmp/evaluation/248580-1168093990/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  e047960ab21351fea136af770999c26f

RANDOM SEED= 505508579

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:       1272392 kB
Buffers:         53500 kB
Cached:         480912 kB
SwapCached:          0 kB
Active:         232476 kB
Inactive:       463612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1272392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:         184072 kB
Slab:            72096 kB
Committed_AS:  3397916 kB
PageTables:       2476 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= 66332 MiB



End job on node5 on Sat Jan  6 15:03:12 UTC 2007