Trace number 370314

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
SAT7 2007-02-08? (TO) 10000.2 10003.2

General information on the benchmark

Nameindustrial/babic/
dspam/dspam_dump_vc1080.cnf
MD5SUM4648b50fdaaf9e2a2c3c691f7cb02f96
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.487925
Satisfiable
(Un)Satisfiability was proved
Number of variables118226
Number of clauses375379
Sum of the clauses size994145
Maximum clause length3
Minimum clause length1
Number of clauses of size 13289
Number of clauses of size 2125414
Number of clauses of size 3246676
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

1.59/1.69	c Starting solver ...
2.29/2.34	c Restarting after 100 conflicts
2.29/2.37	c Restarting after 250 conflicts
3.69/3.74	c Restarting after 476 conflicts
3.99/4.09	c Restarting after 813 conflicts
4.19/4.27	c Restarting after 1320 conflicts
4.68/4.76	c Restarting after 2079 conflicts
4.88/4.98	c Restarting after 3218 conflicts
5.98/6.01	c Restarting after 4928 conflicts
16.78/16.83	c Restarting after 7490 conflicts
31.68/31.75	c Restarting after 11335 conflicts
32.98/33.08	c Restarting after 17101 conflicts
38.68/38.71	c Restarting after 25750 conflicts
46.38/46.49	c Restarting after 38725 conflicts
146.45/146.51	c Restarting after 58186 conflicts
165.00/165.18	c Restarting after 87378 conflicts
268.36/268.62	c Restarting after 131169 conflicts
1393.56/1394.12	c Restarting after 196853 conflicts
1631.20/1631.87	c Restarting after 295380 conflicts
2619.24/2620.14	c Restarting after 443169 conflicts
3689.75/3690.92	c Restarting after 664852 conflicts
7814.66/7817.12	c Restarting after 997377 conflicts

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-370314-1178589510 -o ROOT/results/node9/solver-370314-1178589510 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370314-1178589510/sat7_bin /tmp/evaluation/370314-1178589510/instance-370314-1178589510.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.98 0.96 0.98 3/77 30261
/proc/meminfo: memFree=1795872/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=4900 CPUtime=0
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 570 0 0 0 0 0 0 0 18 0 1 0 334988604 5017600 554 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 1225 557 88 220 0 1002 0

[startup+0.0982441 s]
/proc/loadavg: 0.98 0.96 0.98 3/77 30261
/proc/meminfo: memFree=1795872/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=15308 CPUtime=0.09
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 3479 0 0 0 8 1 0 0 18 0 1 0 334988604 15675392 3463 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 3827 3463 88 220 0 3604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15308

[startup+0.101244 s]
/proc/loadavg: 0.98 0.96 0.98 3/77 30261
/proc/meminfo: memFree=1795872/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=15308 CPUtime=0.09
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 3482 0 0 0 8 1 0 0 18 0 1 0 334988604 15675392 3466 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134757617 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 3827 3466 88 220 0 3604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15308

[startup+0.301266 s]
/proc/loadavg: 0.98 0.96 0.98 3/77 30261
/proc/meminfo: memFree=1795872/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=19408 CPUtime=0.29
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 4095 0 0 0 28 1 0 0 19 0 1 0 334988604 19873792 4079 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547145 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 4852 4079 88 220 0 4629 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19408

[startup+0.701312 s]
/proc/loadavg: 0.98 0.96 0.98 3/77 30261
/proc/meminfo: memFree=1795872/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=23508 CPUtime=0.69
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 5338 0 0 0 67 2 0 0 23 0 1 0 334988604 24072192 5323 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 5877 5323 88 220 0 5654 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23508

[startup+1.5014 s]
/proc/loadavg: 0.98 0.96 0.98 2/78 30262
/proc/meminfo: memFree=1771352/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=31708 CPUtime=1.49
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 7703 0 0 0 145 4 0 0 25 0 1 0 334988604 32468992 7687 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 7927 7687 88 220 0 7704 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31708

[startup+3.10158 s]
/proc/loadavg: 0.98 0.96 0.98 2/78 30262
/proc/meminfo: memFree=1756568/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=42448 CPUtime=3.09
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 10227 0 0 0 304 5 0 0 25 0 1 0 334988604 43466752 9984 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134539071 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 10612 9984 95 220 0 10389 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42448

[startup+6.30195 s]
/proc/loadavg: 0.98 0.96 0.98 2/78 30262
/proc/meminfo: memFree=1754712/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=42448 CPUtime=6.28
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 10597 0 0 0 623 5 0 0 25 0 1 0 334988604 43466752 10354 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538704 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 10612 10354 95 220 0 10389 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 42448

[startup+12.7017 s]
/proc/loadavg: 0.98 0.96 0.98 2/78 30262
/proc/meminfo: memFree=1753952/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=46548 CPUtime=12.68
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 10732 0 0 0 1263 5 0 0 25 0 1 0 334988604 47665152 10489 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538628 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 11637 10489 95 220 0 11414 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46548

[startup+25.5011 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 30262
/proc/meminfo: memFree=1751008/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=46608 CPUtime=25.48
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 11475 0 0 0 2542 6 0 0 25 0 1 0 334988604 47726592 11232 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 11652 11232 95 220 0 11429 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 46608

[startup+51.102 s]
/proc/loadavg: 1.07 0.99 0.99 2/78 30262
/proc/meminfo: memFree=1744352/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=54904 CPUtime=51.08
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 13180 0 0 0 5100 8 0 0 25 0 1 0 334988604 56221696 12937 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 13726 12937 95 220 0 13503 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 54904

[startup+102.305 s]
/proc/loadavg: 1.03 0.99 0.99 2/78 30262
/proc/meminfo: memFree=1738144/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=59040 CPUtime=102.27
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 14697 0 0 0 10218 9 0 0 25 0 1 0 334988604 60456960 14448 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 14760 14448 95 220 0 14537 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 59040

[startup+162.302 s]
/proc/loadavg: 1.01 0.99 0.99 2/84 30336
/proc/meminfo: memFree=1722024/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=75964 CPUtime=162.21
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 18453 0 0 0 16207 14 0 0 25 0 1 0 334988604 77787136 18204 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538828 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 18991 18204 95 220 0 18768 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 75964

[startup+222.301 s]
/proc/loadavg: 1.15 1.02 1.00 2/83 31465
/proc/meminfo: memFree=1654424/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=97036 CPUtime=222.09
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 23763 0 0 0 22187 22 0 0 25 0 1 0 334988604 99364864 23514 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 24259 23514 95 220 0 24036 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 97036

[startup+282.301 s]
/proc/loadavg: 1.20 1.07 1.02 2/78 32527
/proc/meminfo: memFree=1536088/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=110580 CPUtime=282.05
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 26669 0 0 0 28168 37 0 0 25 0 1 0 334988604 113233920 26420 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558450 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 27645 26420 95 220 0 27422 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 110580

[startup+342.302 s]
/proc/loadavg: 1.07 1.05 1.01 2/78 32527
/proc/meminfo: memFree=1530584/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=113540 CPUtime=342.04
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 27896 0 0 0 34165 39 0 0 25 0 1 0 334988604 116264960 27646 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 28385 27646 95 220 0 28162 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 113540

[startup+402.302 s]
/proc/loadavg: 1.02 1.04 1.00 2/78 32527
/proc/meminfo: memFree=1528920/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=113684 CPUtime=402.02
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 28318 0 0 0 40162 40 0 0 25 0 1 0 334988604 116412416 28068 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578693 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 28421 28068 95 220 0 28198 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 113684

[startup+462.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/78 32527
/proc/meminfo: memFree=1527512/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=117784 CPUtime=462.01
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 28694 0 0 0 46160 41 0 0 25 0 1 0 334988604 120610816 28444 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 29446 28444 95 220 0 29223 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 117784

[startup+522.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 32527
/proc/meminfo: memFree=1525408/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=117880 CPUtime=521.99
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 29213 0 0 0 52157 42 0 0 25 0 1 0 334988604 120709120 28963 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528778 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 29470 28963 95 220 0 29247 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 117880

[startup+582.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 32527
/proc/meminfo: memFree=1523872/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=122052 CPUtime=581.97
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 29585 0 0 0 58154 43 0 0 25 0 1 0 334988604 124981248 29335 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536231 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 30513 29335 95 220 0 30290 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 122052

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 32527
/proc/meminfo: memFree=1522336/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=122140 CPUtime=641.96
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 29966 0 0 0 64151 45 0 0 25 0 1 0 334988604 125071360 29716 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 30535 29716 95 220 0 30312 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 122140


################
# More data... #
################

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 457
/proc/meminfo: memFree=1140064/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=503692 CPUtime=9099.52
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 125152 0 0 0 909725 227 0 0 25 0 1 0 334988604 515780608 124697 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538810 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 125923 124697 95 220 0 125700 0
Current children cumulated CPU time (s) 9099.52
Current children cumulated vsize (KiB) 503692

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 457
/proc/meminfo: memFree=1140000/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=503692 CPUtime=9159.5
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 125157 0 0 0 915722 228 0 0 25 0 1 0 334988604 515780608 124702 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532623 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 125923 124702 95 220 0 125700 0
Current children cumulated CPU time (s) 9159.5
Current children cumulated vsize (KiB) 503692

[startup+9222.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 457
/proc/meminfo: memFree=1139936/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=503820 CPUtime=9219.5
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 125164 0 0 0 921721 229 0 0 25 0 1 0 334988604 515911680 124709 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528630 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 125955 124709 95 220 0 125732 0
Current children cumulated CPU time (s) 9219.5
Current children cumulated vsize (KiB) 503820

[startup+9282.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 457
/proc/meminfo: memFree=1139872/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=503820 CPUtime=9279.47
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 125174 0 0 0 927718 229 0 0 25 0 1 0 334988604 515911680 124719 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531538 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 125955 124719 95 220 0 125732 0
Current children cumulated CPU time (s) 9279.47
Current children cumulated vsize (KiB) 503820

[startup+9342.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 457
/proc/meminfo: memFree=1139808/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=503820 CPUtime=9339.46
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 125179 0 0 0 933716 230 0 0 25 0 1 0 334988604 515911680 124724 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538854 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 125955 124724 95 220 0 125732 0
Current children cumulated CPU time (s) 9339.46
Current children cumulated vsize (KiB) 503820

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 457
/proc/meminfo: memFree=1139808/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=503820 CPUtime=9399.44
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 125183 0 0 0 939714 230 0 0 25 0 1 0 334988604 515911680 124728 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134539166 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 125955 124728 95 220 0 125732 0
Current children cumulated CPU time (s) 9399.44
Current children cumulated vsize (KiB) 503820

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 457
/proc/meminfo: memFree=1139808/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=503820 CPUtime=9459.43
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 125192 0 0 0 945712 231 0 0 25 0 1 0 334988604 515911680 124737 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 125955 124737 95 220 0 125732 0
Current children cumulated CPU time (s) 9459.43
Current children cumulated vsize (KiB) 503820

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 459
/proc/meminfo: memFree=1139616/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=503964 CPUtime=9519.4
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 125226 0 0 0 951709 231 0 0 25 0 1 0 334988604 516059136 124771 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134559015 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 125991 124771 95 220 0 125768 0
Current children cumulated CPU time (s) 9519.4
Current children cumulated vsize (KiB) 503964

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 459
/proc/meminfo: memFree=1139424/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=504092 CPUtime=9579.4
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 125260 0 0 0 957708 232 0 0 25 0 1 0 334988604 516190208 124805 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 126023 124805 95 220 0 125800 0
Current children cumulated CPU time (s) 9579.4
Current children cumulated vsize (KiB) 504092

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 459
/proc/meminfo: memFree=1139168/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=504284 CPUtime=9639.37
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 125337 0 0 0 963705 232 0 0 25 0 1 0 334988604 516386816 124872 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 126071 124872 95 220 0 125848 0
Current children cumulated CPU time (s) 9639.37
Current children cumulated vsize (KiB) 504284

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 459
/proc/meminfo: memFree=1138336/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=504484 CPUtime=9699.36
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 125531 0 0 0 969703 233 0 0 25 0 1 0 334988604 516591616 125065 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538630 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 126121 125065 95 220 0 125898 0
Current children cumulated CPU time (s) 9699.36
Current children cumulated vsize (KiB) 504484

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 459
/proc/meminfo: memFree=1137696/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=504588 CPUtime=9759.34
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 125704 0 0 0 975701 233 0 0 25 0 1 0 334988604 516698112 125233 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 126147 125233 95 220 0 125924 0
Current children cumulated CPU time (s) 9759.34
Current children cumulated vsize (KiB) 504588

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 459
/proc/meminfo: memFree=1137056/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=504756 CPUtime=9819.33
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 125852 0 0 0 981699 234 0 0 25 0 1 0 334988604 516870144 125381 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 126189 125381 95 220 0 125966 0
Current children cumulated CPU time (s) 9819.33
Current children cumulated vsize (KiB) 504756

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 459
/proc/meminfo: memFree=1136800/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=508912 CPUtime=9879.32
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 125920 0 0 0 987697 235 0 0 25 0 1 0 334988604 521125888 125449 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579449 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 127228 125449 95 220 0 127005 0
Current children cumulated CPU time (s) 9879.32
Current children cumulated vsize (KiB) 508912

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 459
/proc/meminfo: memFree=1135712/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=509304 CPUtime=9939.29
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 126189 0 0 0 993694 235 0 0 25 0 1 0 334988604 521527296 125718 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 127326 125718 95 220 0 127103 0
Current children cumulated CPU time (s) 9939.29
Current children cumulated vsize (KiB) 509304

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 459
/proc/meminfo: memFree=1135072/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=509384 CPUtime=9999.28
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 126350 0 0 0 999692 236 0 0 25 0 1 0 334988604 521609216 125879 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 127346 125879 95 220 0 127123 0
Current children cumulated CPU time (s) 9999.28
Current children cumulated vsize (KiB) 509384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 459
/proc/meminfo: memFree=1135072/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=509384 CPUtime=10000.1
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 126350 0 0 0 999772 236 0 0 25 0 1 0 334988604 521609216 125879 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 127346 125879 95 220 0 127123 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 509384

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

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

[startup+10003.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 459
/proc/meminfo: memFree=1135072/2055920 swapFree=4145452/4192956
[pid=30261] ppid=30259 vsize=509384 CPUtime=10000.1
/proc/30261/stat : 30261 (sat7_bin) R 30259 30261 29959 0 -1 4194304 126350 0 0 0 999772 236 0 0 25 0 1 0 334988604 521609216 125879 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/30261/statm: 127346 125879 95 220 0 127123 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 509384

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10003.2
CPU time (s): 10000.2
CPU user time (s): 9997.73
CPU system time (s): 2.44763
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 509384

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

runsolver used 7.60884 second user time and 22.3406 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue May  8 01:58:30 UTC 2007

IDJOB= 370314
IDBENCH= 20457
IDSOLVER= 183
FILE ID= node9/370314-1178589510

PBS_JOBID= 5217741

Free space on /tmp= 66556 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/dspam/dspam_dump_vc1080.cnf
COMMAND LINE= /tmp/evaluation/370314-1178589510/sat7_bin /tmp/evaluation/370314-1178589510/instance-370314-1178589510.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-370314-1178589510 -o ROOT/results/node9/solver-370314-1178589510 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/370314-1178589510/sat7_bin /tmp/evaluation/370314-1178589510/instance-370314-1178589510.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  4648b50fdaaf9e2a2c3c691f7cb02f96

RANDOM SEED= 805358150

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.221
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.221
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:       1796344 kB
Buffers:         29056 kB
Cached:         141204 kB
SwapCached:      15448 kB
Active:         106900 kB
Inactive:        86080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796344 kB
SwapTotal:     4192956 kB
SwapFree:      4145452 kB
Dirty:            8284 kB
Writeback:           0 kB
Mapped:          29672 kB
Slab:            52100 kB
Committed_AS:  8872956 kB
PageTables:       1784 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= 66556 MiB

End job on node9 on Tue May  8 04:45:16 UTC 2007