Trace number 214999

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.03 1808.45

General information on the benchmark

NamepseudoSeries/
ii/ii-16d1.xml
MD5SUMd506c15f5b9a20633358668c3bd35162
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.5
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2460
Number of constraints17131
Maximum constraint arity16
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17131
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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/node1/watcher-214999-1168064187 -o ROOT/results/node1/solver-214999-1168064187 -C 1800 -M 900 /tmp/evaluation/214999-1168064187/CSPtoSAT+minisat /tmp/evaluation/214999-1168064187/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.23 1.79 1.86 5/86 13839
/proc/meminfo: memFree=1287072/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=6696 CPUtime=0
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 424 0 0 0 0 0 0 0 18 0 1 0 154814784 6856704 403 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 5798776 0 0 4096 0 0 0 0 17 1 0 0
/proc/13838/statm: 1674 403 365 52 0 30 0

[startup+0.103104 s]
/proc/loadavg: 1.23 1.79 1.86 5/86 13839
/proc/meminfo: memFree=1287072/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=8036 CPUtime=0.09
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 1090 0 0 0 9 0 0 0 18 0 1 0 154814784 8228864 1058 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 6896222 0 0 4096 0 0 0 0 17 1 0 0
/proc/13838/statm: 2009 1058 703 52 0 377 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8036

[startup+0.511149 s]
/proc/loadavg: 1.23 1.79 1.86 5/86 13839
/proc/meminfo: memFree=1287072/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=9112 CPUtime=0.49
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 1384 0 0 0 49 0 0 0 22 0 1 0 154814784 9330688 1352 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 4158763986 0 0 4096 0 0 0 0 17 1 0 0
/proc/13838/statm: 2278 1352 703 52 0 646 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9112

[startup+1.33225 s]
/proc/loadavg: 1.23 1.79 1.86 3/86 13839
/proc/meminfo: memFree=1282592/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=11148 CPUtime=1.32
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 1920 0 0 0 131 1 0 0 25 0 1 0 154814784 11415552 1862 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665716 0 0 4096 0 0 0 0 17 1 0 0
/proc/13838/statm: 2787 1862 720 52 0 1155 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 11148

[startup+2.96943 s]
/proc/loadavg: 1.30 1.79 1.86 3/86 13839
/proc/meminfo: memFree=1282208/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=11280 CPUtime=2.96
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 1952 0 0 0 295 1 0 0 25 0 1 0 154814784 11550720 1894 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134533115 0 0 4096 0 0 0 0 17 1 0 0
/proc/13838/statm: 2820 1894 720 52 0 1188 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 11280

[startup+6.25582 s]
/proc/loadavg: 1.30 1.79 1.86 3/86 13839
/proc/meminfo: memFree=1281888/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=11412 CPUtime=6.24
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 1980 0 0 0 623 1 0 0 25 0 1 0 154814784 11685888 1922 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134533128 0 0 4096 0 0 0 0 17 1 0 0
/proc/13838/statm: 2853 1922 720 52 0 1221 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11412

[startup+12.7106 s]
/proc/loadavg: 1.40 1.80 1.86 3/86 13839
/proc/meminfo: memFree=1281568/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=11412 CPUtime=12.69
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 1992 0 0 0 1268 1 0 0 25 0 1 0 154814784 11685888 1934 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687590 0 0 4096 0 0 0 0 17 1 0 0
/proc/13838/statm: 2853 1934 720 52 0 1221 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11412

[startup+25.5261 s]
/proc/loadavg: 1.34 1.77 1.85 3/86 13876
/proc/meminfo: memFree=1282592/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=11412 CPUtime=25.47
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 2007 0 0 0 2545 2 0 0 25 0 1 0 154814784 11685888 1949 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687408 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 2853 1949 720 52 0 1221 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11412

[startup+51.1611 s]
/proc/loadavg: 1.56 1.79 1.85 3/86 13876
/proc/meminfo: memFree=1280672/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=11544 CPUtime=50.88
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 2017 0 0 0 5086 2 0 0 25 0 1 0 154814784 11821056 1959 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687528 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 2886 1959 720 52 0 1254 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 11544

[startup+102.419 s]
/proc/loadavg: 1.76 1.80 1.85 3/86 13947
/proc/meminfo: memFree=1272984/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=11544 CPUtime=101.83
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 2032 0 0 0 10179 4 0 0 25 0 1 0 154814784 11821056 1974 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687436 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 2886 1974 720 52 0 1254 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 11544

[startup+162.511 s]
/proc/loadavg: 1.92 1.84 1.86 3/86 13949
/proc/meminfo: memFree=1272024/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=11676 CPUtime=161.66
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 2046 0 0 0 16161 5 0 0 25 0 1 0 154814784 11956224 1988 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134533141 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 2919 1988 720 52 0 1287 0
Current children cumulated CPU time (s) 161.66
Current children cumulated vsize (KiB) 11676

[startup+222.598 s]
/proc/loadavg: 1.97 1.86 1.86 3/86 13949
/proc/meminfo: memFree=1270168/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=11804 CPUtime=221.47
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 2092 0 0 0 22142 5 0 0 25 0 1 0 154814784 12087296 2034 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687408 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 2951 2034 720 52 0 1319 0
Current children cumulated CPU time (s) 221.47
Current children cumulated vsize (KiB) 11804

[startup+282.684 s]
/proc/loadavg: 1.99 1.89 1.87 3/86 13949
/proc/meminfo: memFree=1268056/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=12068 CPUtime=281.26
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 2147 0 0 0 28121 5 0 0 25 0 1 0 154814784 12357632 2089 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 3017 2089 720 52 0 1385 0
Current children cumulated CPU time (s) 281.26
Current children cumulated vsize (KiB) 12068

[startup+342.773 s]
/proc/loadavg: 1.99 1.90 1.87 3/86 13949
/proc/meminfo: memFree=1265944/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=12464 CPUtime=341.09
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 2239 0 0 0 34104 5 0 0 25 0 1 0 154814784 12763136 2181 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 3116 2181 720 52 0 1484 0
Current children cumulated CPU time (s) 341.09
Current children cumulated vsize (KiB) 12464

[startup+402.866 s]
/proc/loadavg: 1.99 1.92 1.88 3/86 13949
/proc/meminfo: memFree=1263512/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=12992 CPUtime=400.89
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 2388 0 0 0 40084 5 0 0 25 0 1 0 154814784 13303808 2330 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 3248 2330 720 52 0 1616 0
Current children cumulated CPU time (s) 400.89
Current children cumulated vsize (KiB) 12992

[startup+462.953 s]
/proc/loadavg: 1.99 1.93 1.89 3/86 13949
/proc/meminfo: memFree=1261208/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=13652 CPUtime=460.68
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 2544 0 0 0 46063 5 0 0 25 0 1 0 154814784 13979648 2486 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668774 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 3413 2486 720 52 0 1781 0
Current children cumulated CPU time (s) 460.68
Current children cumulated vsize (KiB) 13652

[startup+523.037 s]
/proc/loadavg: 2.05 1.96 1.90 3/86 13949
/proc/meminfo: memFree=1258840/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=14312 CPUtime=520.51
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 2730 0 0 0 52045 6 0 0 25 0 1 0 154814784 14655488 2672 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 3578 2672 720 52 0 1946 0
Current children cumulated CPU time (s) 520.51
Current children cumulated vsize (KiB) 14312

[startup+583.127 s]
/proc/loadavg: 2.02 1.96 1.90 3/86 13949
/proc/meminfo: memFree=1256280/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=15236 CPUtime=580.33
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 2944 0 0 0 58027 6 0 0 25 0 1 0 154814784 15601664 2886 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668873 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 3809 2886 720 52 0 2177 0
Current children cumulated CPU time (s) 580.33
Current children cumulated vsize (KiB) 15236

[startup+643.221 s]
/proc/loadavg: 2.12 2.00 1.92 3/86 13949
/proc/meminfo: memFree=1253720/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=16156 CPUtime=640.13
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 3162 0 0 0 64006 7 0 0 25 0 1 0 154814784 16543744 3104 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 4039 3104 720 52 0 2407 0
Current children cumulated CPU time (s) 640.13
Current children cumulated vsize (KiB) 16156

[startup+703.308 s]
/proc/loadavg: 2.04 2.00 1.92 3/86 13949
/proc/meminfo: memFree=1251352/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=16816 CPUtime=699.95
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 3359 0 0 0 69988 7 0 0 25 0 1 0 154814784 17219584 3301 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 4204 3301 720 52 0 2572 0
Current children cumulated CPU time (s) 699.95
Current children cumulated vsize (KiB) 16816

[startup+763.394 s]
/proc/loadavg: 2.01 2.00 1.92 3/86 13949
/proc/meminfo: memFree=1249112/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=17608 CPUtime=759.77
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 3552 0 0 0 75970 7 0 0 25 0 1 0 154814784 18030592 3494 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687713 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 4402 3494 720 52 0 2770 0
Current children cumulated CPU time (s) 759.77
Current children cumulated vsize (KiB) 17608

[startup+823.486 s]
/proc/loadavg: 2.00 2.00 1.92 3/86 13949
/proc/meminfo: memFree=1246808/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=18400 CPUtime=819.57
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 3743 0 0 0 81950 7 0 0 25 0 1 0 154814784 18841600 3685 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687639 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 4600 3685 720 52 0 2968 0
Current children cumulated CPU time (s) 819.57
Current children cumulated vsize (KiB) 18400

[startup+883.576 s]
/proc/loadavg: 2.00 2.00 1.92 3/86 13949
/proc/meminfo: memFree=1244504/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=19192 CPUtime=879.38
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 3950 0 0 0 87931 7 0 0 25 0 1 0 154814784 19652608 3892 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687582 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 4798 3892 720 52 0 3166 0
Current children cumulated CPU time (s) 879.38
Current children cumulated vsize (KiB) 19192

[startup+943.668 s]
/proc/loadavg: 2.06 2.01 1.92 3/86 13949
/proc/meminfo: memFree=1242328/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=19984 CPUtime=939.22
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 4145 0 0 0 93914 8 0 0 25 0 1 0 154814784 20463616 4087 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 4996 4087 720 52 0 3364 0
Current children cumulated CPU time (s) 939.22
Current children cumulated vsize (KiB) 19984

[startup+1003.76 s]
/proc/loadavg: 2.02 2.01 1.92 3/86 13949
/proc/meminfo: memFree=1239960/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=20776 CPUtime=999.02
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 4322 0 0 0 99894 8 0 0 25 0 1 0 154814784 21274624 4264 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687516 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 5194 4264 720 52 0 3562 0
Current children cumulated CPU time (s) 999.02
Current children cumulated vsize (KiB) 20776

[startup+1063.85 s]
/proc/loadavg: 2.01 2.00 1.92 3/86 13949
/proc/meminfo: memFree=1237784/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=21436 CPUtime=1058.84
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 4489 0 0 0 105876 8 0 0 25 0 1 0 154814784 21950464 4431 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687669 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 5359 4431 720 52 0 3727 0
Current children cumulated CPU time (s) 1058.84
Current children cumulated vsize (KiB) 21436

[startup+1123.94 s]
/proc/loadavg: 2.04 2.01 1.93 3/86 13949
/proc/meminfo: memFree=1235608/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=22228 CPUtime=1118.67
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 4682 0 0 0 111858 9 0 0 25 0 1 0 154814784 22761472 4624 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668963 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 5557 4624 720 52 0 3925 0
Current children cumulated CPU time (s) 1118.67
Current children cumulated vsize (KiB) 22228

[startup+1184.03 s]
/proc/loadavg: 2.01 2.01 1.93 3/86 13949
/proc/meminfo: memFree=1233688/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=22888 CPUtime=1178.47
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 4843 0 0 0 117838 9 0 0 25 0 1 0 154814784 23437312 4785 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 5722 4785 720 52 0 4090 0
Current children cumulated CPU time (s) 1178.47
Current children cumulated vsize (KiB) 22888

[startup+1244.12 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 13949
/proc/meminfo: memFree=1231704/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=23548 CPUtime=1238.29
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 5020 0 0 0 123820 9 0 0 25 0 1 0 154814784 24113152 4962 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 5887 4962 720 52 0 4255 0
Current children cumulated CPU time (s) 1238.29
Current children cumulated vsize (KiB) 23548

[startup+1304.22 s]
/proc/loadavg: 2.03 2.01 1.93 3/86 13949
/proc/meminfo: memFree=1229656/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=24208 CPUtime=1298.11
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 5188 0 0 0 129802 9 0 0 25 0 1 0 154814784 24788992 5130 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 6052 5130 720 52 0 4420 0
Current children cumulated CPU time (s) 1298.11
Current children cumulated vsize (KiB) 24208

[startup+1364.31 s]
/proc/loadavg: 2.05 2.02 1.94 3/86 13949
/proc/meminfo: memFree=1227672/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=24864 CPUtime=1357.92
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 5352 0 0 0 135783 9 0 0 25 0 1 0 154814784 25460736 5294 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687412 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 6216 5294 720 52 0 4584 0
Current children cumulated CPU time (s) 1357.92
Current children cumulated vsize (KiB) 24864

[startup+1424.4 s]
/proc/loadavg: 2.02 2.02 1.94 3/86 13949
/proc/meminfo: memFree=1225688/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=25520 CPUtime=1417.75
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 5505 0 0 0 141765 10 0 0 25 0 1 0 154814784 26132480 5447 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 6380 5447 720 52 0 4748 0
Current children cumulated CPU time (s) 1417.75
Current children cumulated vsize (KiB) 25520

[startup+1484.49 s]
/proc/loadavg: 2.00 2.01 1.94 3/86 13949
/proc/meminfo: memFree=1223704/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=26048 CPUtime=1477.57
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 5651 0 0 0 147747 10 0 0 25 0 1 0 154814784 26673152 5593 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687528 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 6512 5593 720 52 0 4880 0
Current children cumulated CPU time (s) 1477.57
Current children cumulated vsize (KiB) 26048

[startup+1544.58 s]
/proc/loadavg: 2.00 2.00 1.94 3/86 13949
/proc/meminfo: memFree=1221912/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=26704 CPUtime=1537.37
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 5811 0 0 0 153727 10 0 0 25 0 1 0 154814784 27344896 5753 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668957 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 6676 5753 720 52 0 5044 0
Current children cumulated CPU time (s) 1537.37
Current children cumulated vsize (KiB) 26704

[startup+1604.68 s]
/proc/loadavg: 2.00 2.00 1.94 3/86 13949
/proc/meminfo: memFree=1219864/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=27364 CPUtime=1597.21
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 5965 0 0 0 159710 11 0 0 25 0 1 0 154814784 28020736 5907 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 6841 5907 720 52 0 5209 0
Current children cumulated CPU time (s) 1597.21
Current children cumulated vsize (KiB) 27364

[startup+1664.77 s]
/proc/loadavg: 2.00 2.00 1.94 3/86 13949
/proc/meminfo: memFree=1218200/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=27892 CPUtime=1657.02
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 6105 0 0 0 165691 11 0 0 25 0 1 0 154814784 28561408 6047 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687423 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 6973 6047 720 52 0 5341 0
Current children cumulated CPU time (s) 1657.02
Current children cumulated vsize (KiB) 27892

[startup+1724.87 s]
/proc/loadavg: 2.00 2.00 1.94 3/86 13949
/proc/meminfo: memFree=1216280/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=28420 CPUtime=1716.83
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 6246 0 0 0 171672 11 0 0 25 0 1 0 154814784 29102080 6188 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687436 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 7105 6188 720 52 0 5473 0
Current children cumulated CPU time (s) 1716.83
Current children cumulated vsize (KiB) 28420

[startup+1784.96 s]
/proc/loadavg: 2.00 2.00 1.94 3/86 13949
/proc/meminfo: memFree=1214360/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=29080 CPUtime=1776.66
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 6392 0 0 0 177654 12 0 0 25 0 1 0 154814784 29777920 6334 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687523 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 7270 6334 720 52 0 5638 0
Current children cumulated CPU time (s) 1776.66
Current children cumulated vsize (KiB) 29080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.44 s]
/proc/loadavg: 2.00 2.00 1.94 3/86 13949
/proc/meminfo: memFree=1213656/2055920 swapFree=4165584/4192956
[pid=13838] ppid=13836 vsize=29212 CPUtime=1800.02
/proc/13838/stat : 13838 (CSPtoSAT+minisa) R 13836 13838 13435 0 -1 4194304 6447 0 0 0 179990 12 0 0 25 0 1 0 154814784 29913088 6389 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/13838/statm: 7303 6389 720 52 0 5671 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 29212

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.45
CPU time (s): 1800.03
CPU user time (s): 1799.9
CPU system time (s): 0.131979
CPU usage (%): 99.5344
Max. virtual memory (cumulated for all children) (KiB): 29212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6447
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= 10
involuntary context switches= 29409

runsolver used 1.52177 s user time and 4.90525 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Jan  6 06:16:29 UTC 2007


IDJOB= 214999
IDBENCH= 4967
FILE ID= node1/214999-1168064187

PBS_JOBID= 3475385

Free space on /tmp= 66300 MiB

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

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  d506c15f5b9a20633358668c3bd35162

RANDOM SEED= 811615295

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.234
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.234
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:       1287616 kB
Buffers:         68972 kB
Cached:         561164 kB
SwapCached:       3692 kB
Active:         347084 kB
Inactive:       324692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1287616 kB
SwapTotal:     4192956 kB
SwapFree:      4165584 kB
Dirty:            5996 kB
Writeback:           0 kB
Mapped:          54932 kB
Slab:            81364 kB
Committed_AS:  4081800 kB
PageTables:       2304 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= 66297 MiB



End job on node1 on Sat Jan  6 06:46:39 UTC 2007