Trace number 3493670

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
PicoMUS 941No Cert. 1800.1 1800.11

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-5t0.cnf
MD5SUM7883c1629e96894ab9f6fc4604596fef
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables219671
Number of clauses1170255
Sum of the clauses size2820728
Maximum clause length10
Minimum clause length1
Number of clauses of size 112461
Number of clauses of size 2833655
Number of clauses of size 3267959
Number of clauses of size 46240
Number of clauses of size 524960
Number of clauses of size over 524980

Solver Data

0.00/0.00	c [picomus] WARNING: no output file given
0.00/0.00	c [picomus] p cnf 219671 1170255
2.79/2.86	s UNSATISFIABLE
2.79/2.88	c [picomus] extracted core 1 of size 55002 out of 1170255 (5%) after 2.9 sec
4.49/4.53	c [picomus] extracted core 2 of size 43526 out of 1170255 (4%) after 4.5 sec
5.79/5.81	c [picomus] extracted core 3 of size 41811 out of 1170255 (4%) after 5.8 sec
7.29/7.36	c [picomus] extracted core 4 of size 41756 out of 1170255 (4%) after 7.4 sec
8.59/8.62	c [picomus] extracted core 5 of size 41756 out of 1170255 (4%) after 8.6 sec
9.99/10.03	c [picomus] extracted core 6 of size 41756 out of 1170255 (4%) after 10.0 sec
11.39/11.49	c [picomus] extracted core 7 of size 41756 out of 1170255 (4%) after 11.5 sec
12.69/12.73	c [picomus] extracted core 8 of size 41756 out of 1170255 (4%) after 12.7 sec
14.49/14.55	c [picomus] reduction 1 to 41008 out of 1170255 (4%) after 14.6 sec
408.58/408.69	c [picomus] reduction 2 to 41005 out of 1170255 (4%) after 408.7 sec
459.69/459.77	c [picomus] reduction 3 to 41001 out of 1170255 (4%) after 459.8 sec
861.38/861.41	c [picomus] reduction 4 to 40990 out of 1170255 (4%) after 861.4 sec
865.28/865.32	c [picomus] reduction 5 to 40978 out of 1170255 (4%) after 865.3 sec
946.78/946.89	c [picomus] reduction 6 to 40976 out of 1170255 (4%) after 946.9 sec
986.18/986.28	c [picomus] reduction 7 to 40974 out of 1170255 (4%) after 986.3 sec
990.18/990.22	c [picomus] reduction 8 to 40972 out of 1170255 (4%) after 990.2 sec

Verifier Data

ERROR: no value line found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3493670-1307802508/watcher-3493670-1307802508 -o /tmp/evaluation-result-3493670-1307802508/solver-3493670-1307802508 -C 1800 -W 1850 -M 7680 picomus HOME/instance-3493670-1307802508.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.20 4.38 3.62 4/189 11293
/proc/meminfo: memFree=28866996/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=14772 CPUtime=0 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 236 0 0 0 0 0 0 0 23 0 1 0 970481526 15126528 190 33554432000 134512640 135072097 4294553312 18446744073709551615 134514988 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 3693 191 52 137 0 3554 0

[startup+0.023459 s]
/proc/loadavg: 5.20 4.38 3.62 4/189 11293
/proc/meminfo: memFree=28866996/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=15696 CPUtime=0.02 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 640 0 0 0 2 0 0 0 23 0 1 0 970481526 16072704 594 33554432000 134512640 135072097 4294553312 18446744073709551615 134684699 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 3924 594 52 137 0 3785 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15696

[startup+0.10049 s]
/proc/loadavg: 5.20 4.38 3.62 4/189 11293
/proc/meminfo: memFree=28866996/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=20184 CPUtime=0.09 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 2583 0 0 0 9 0 0 0 23 0 1 0 970481526 20668416 2537 33554432000 134512640 135072097 4294553312 18446744073709551615 134684699 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 5046 2537 52 137 0 4907 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20184

[startup+0.300466 s]
/proc/loadavg: 5.20 4.38 3.62 4/189 11293
/proc/meminfo: memFree=28866996/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=31668 CPUtime=0.29 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 7293 0 0 0 28 1 0 0 25 0 1 0 970481526 32428032 7247 33554432000 134512640 135072097 4294553312 18446744073709551615 134705502 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 7917 7247 53 137 0 7778 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31668

[startup+0.700399 s]
/proc/loadavg: 5.20 4.38 3.62 4/189 11293
/proc/meminfo: memFree=28866996/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=92864 CPUtime=0.69 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 22067 0 0 0 67 2 0 0 25 0 1 0 970481526 95092736 21827 33554432000 134512640 135072097 4294553312 18446744073709551615 134684699 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 23216 21828 61 137 0 23077 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92864

[startup+1.50025 s]
/proc/loadavg: 5.20 4.38 3.62 6/190 11294
/proc/meminfo: memFree=28756288/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=103768 CPUtime=1.49 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 24732 0 0 0 146 3 0 0 25 0 1 0 970481526 106258432 24492 33554432000 134512640 135072097 4294553312 18446744073709551615 134556778 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 25942 24492 69 137 0 25803 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103768

[startup+3.10089 s]
/proc/loadavg: 5.20 4.38 3.62 6/190 11294
/proc/meminfo: memFree=28739548/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=83048 CPUtime=3.09 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 26290 0 0 0 306 3 0 0 25 0 1 0 970481526 85041152 20680 33554432000 134512640 135072097 4294553312 18446744073709551615 134566823 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 20762 20680 75 137 0 20623 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83048

[startup+6.30037 s]
/proc/loadavg: 5.26 4.41 3.63 6/190 11294
/proc/meminfo: memFree=28764968/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=61144 CPUtime=6.29 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 36545 0 0 0 625 4 0 0 25 0 1 0 970481526 62611456 13942 33554432000 134512640 135072097 4294553312 18446744073709551615 134518160 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 15286 13942 75 137 0 15147 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61144

[startup+12.7002 s]
/proc/loadavg: 5.16 4.40 3.63 6/190 11294
/proc/meminfo: memFree=28706988/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=61708 CPUtime=12.69 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 57439 0 0 0 1262 7 0 0 25 0 1 0 970481526 63188992 14082 33554432000 134512640 135072097 4294553312 18446744073709551615 134580712 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 15427 14082 76 137 0 15288 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61708

[startup+25.5008 s]
/proc/loadavg: 4.90 4.38 3.64 6/190 11295
/proc/meminfo: memFree=28526828/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=132536 CPUtime=25.49 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 79483 0 0 0 2538 11 0 0 25 0 1 0 970481526 135716864 30535 33554432000 134512640 135072097 4294553312 18446744073709551615 134568899 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33134 30535 77 137 0 32995 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 132536

[startup+51.1001 s]
/proc/loadavg: 4.59 4.35 3.64 6/190 11295
/proc/meminfo: memFree=28366612/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=132536 CPUtime=51.09 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 79483 0 0 0 5098 11 0 0 25 0 1 0 970481526 135716864 30535 33554432000 134512640 135072097 4294553312 18446744073709551615 134518302 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33134 30535 77 137 0 32995 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 132536

[startup+102.307 s]
/proc/loadavg: 4.26 4.29 3.66 6/190 11297
/proc/meminfo: memFree=28005680/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=132536 CPUtime=102.3 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 79486 0 0 0 10219 11 0 0 25 0 1 0 970481526 135716864 30538 33554432000 134512640 135072097 4294553312 18446744073709551615 134568899 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33134 30538 77 137 0 32995 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 132536

[startup+162.301 s]
/proc/loadavg: 4.15 4.25 3.68 5/190 11376
/proc/meminfo: memFree=31274564/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=132668 CPUtime=162.29 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 79516 0 0 0 16218 11 0 0 25 0 1 0 970481526 135852032 30568 33554432000 134512640 135072097 4294553312 18446744073709551615 134518236 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33167 30568 77 137 0 33028 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 132668

[startup+222.301 s]
/proc/loadavg: 4.06 4.20 3.70 5/190 11378
/proc/meminfo: memFree=31307876/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=132668 CPUtime=222.29 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 79516 0 0 0 22218 11 0 0 25 0 1 0 970481526 135852032 30568 33554432000 134512640 135072097 4294553312 18446744073709551615 134566772 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33167 30568 77 137 0 33028 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 132668

[startup+282.301 s]
/proc/loadavg: 4.02 4.16 3.72 5/190 11380
/proc/meminfo: memFree=31253636/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=132668 CPUtime=282.3 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 79520 0 0 0 28219 11 0 0 25 0 1 0 970481526 135852032 30572 33554432000 134512640 135072097 4294553312 18446744073709551615 134562134 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33167 30572 77 137 0 33028 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 132668

[startup+342.301 s]
/proc/loadavg: 4.00 4.13 3.73 5/190 11381
/proc/meminfo: memFree=31269344/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=132668 CPUtime=342.29 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 79533 0 0 0 34218 11 0 0 25 0 1 0 970481526 135852032 30585 33554432000 134512640 135072097 4294553312 18446744073709551615 134568922 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33167 30585 77 137 0 33028 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 132668

[startup+402.301 s]
/proc/loadavg: 4.00 4.10 3.74 5/190 11383
/proc/meminfo: memFree=31271760/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=132812 CPUtime=402.28 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 79540 0 0 0 40217 11 0 0 25 0 1 0 970481526 135999488 30592 33554432000 134512640 135072097 4294553312 18446744073709551615 134518236 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33203 30592 77 137 0 33064 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 132812

[startup+462.301 s]
/proc/loadavg: 4.00 4.08 3.76 5/190 11384
/proc/meminfo: memFree=31242576/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=133172 CPUtime=462.28 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 79630 0 0 0 46217 11 0 0 25 0 1 0 970481526 136368128 30682 33554432000 134512640 135072097 4294553312 18446744073709551615 134549050 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33293 30682 77 137 0 33154 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 133172

[startup+522.301 s]
/proc/loadavg: 4.03 4.08 3.77 5/190 11386
/proc/meminfo: memFree=31274664/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=133172 CPUtime=522.29 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 79630 0 0 0 52217 12 0 0 25 0 1 0 970481526 136368128 30682 33554432000 134512640 135072097 4294553312 18446744073709551615 134585222 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33293 30682 77 137 0 33154 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 133172

[startup+582.301 s]
/proc/loadavg: 4.01 4.06 3.78 5/190 11388
/proc/meminfo: memFree=31239668/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=133172 CPUtime=582.28 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 79630 0 0 0 58216 12 0 0 25 0 1 0 970481526 136368128 30682 33554432000 134512640 135072097 4294553312 18446744073709551615 134585049 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33293 30682 77 137 0 33154 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 133172

[startup+642.301 s]

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

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 3.83 5/190 11399
/proc/meminfo: memFree=31275252/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=882.28 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 88216 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134563849 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 134692

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 3.84 5/190 11400
/proc/meminfo: memFree=31271724/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=942.28 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 94216 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134585044 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 134692

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.85 5/190 11402
/proc/meminfo: memFree=31248000/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1002.28 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 100216 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134568056 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 134692

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.85 5/190 11403
/proc/meminfo: memFree=31248436/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1062.28 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 106216 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134548656 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 134692

[startup+1122.3 s]
/proc/loadavg: 4.05 4.02 3.86 5/190 11405
/proc/meminfo: memFree=31277280/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1122.28 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 112216 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134549036 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 134692

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.87 5/190 11407
/proc/meminfo: memFree=31021420/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1182.28 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 118216 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134518232 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 134692

[startup+1242.3 s]
/proc/loadavg: 4.05 4.02 3.88 5/190 11408
/proc/meminfo: memFree=30372976/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1242.28 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 124216 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134585038 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 134692

[startup+1302.3 s]
/proc/loadavg: 4.02 4.02 3.89 5/190 11410
/proc/meminfo: memFree=29884008/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1302.29 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 130217 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134584053 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1302.29
Current children cumulated vsize (KiB) 134692

[startup+1362.3 s]
/proc/loadavg: 4.00 4.01 3.89 5/190 11411
/proc/meminfo: memFree=29258000/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1362.27 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 136215 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134518179 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1362.27
Current children cumulated vsize (KiB) 134692

[startup+1422.31 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 11413
/proc/meminfo: memFree=28648628/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1422.28 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 142216 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134568894 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1422.28
Current children cumulated vsize (KiB) 134692

[startup+1482.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 11415
/proc/meminfo: memFree=28853824/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1482.27 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 148215 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134583955 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1482.27
Current children cumulated vsize (KiB) 134692

[startup+1542.3 s]
/proc/loadavg: 4.11 4.03 3.91 5/190 11416
/proc/meminfo: memFree=28883660/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1542.27 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 154215 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134584017 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1542.27
Current children cumulated vsize (KiB) 134692

[startup+1602.3 s]
/proc/loadavg: 4.04 4.02 3.91 5/190 11418
/proc/meminfo: memFree=28877532/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1602.27 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 160215 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134566831 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1602.27
Current children cumulated vsize (KiB) 134692

[startup+1662.3 s]
/proc/loadavg: 4.09 4.03 3.92 5/190 11419
/proc/meminfo: memFree=28877244/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1662.27 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 166215 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134549174 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1662.27
Current children cumulated vsize (KiB) 134692

[startup+1722.3 s]
/proc/loadavg: 4.03 4.03 3.92 5/190 11421
/proc/meminfo: memFree=28894552/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1722.27 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 172215 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134584017 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1722.27
Current children cumulated vsize (KiB) 134692

[startup+1782.3 s]
/proc/loadavg: 4.01 4.02 3.92 5/190 11423
/proc/meminfo: memFree=28858784/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1782.27 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 178215 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134585031 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1782.27
Current children cumulated vsize (KiB) 134692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 3.93 4.00 3.91 4/184 11448
/proc/meminfo: memFree=28932200/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1800.08 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 179996 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134518160 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 134692

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

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

[startup+1800.1 s]
/proc/loadavg: 3.93 4.00 3.91 4/184 11448
/proc/meminfo: memFree=28932200/32950928 swapFree=67051812/67111528
[pid=11293] ppid=11291 vsize=134692 CPUtime=1800.08 cores=4,6
/proc/11293/stat : 11293 (picomus) R 11291 11293 10968 0 -1 4202496 80018 0 0 0 179996 12 0 0 25 0 1 0 970481526 137924608 31070 33554432000 134512640 135072097 4294553312 18446744073709551615 134518160 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11293/statm: 33673 31070 77 137 0 33534 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 134692

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.11
CPU time (s): 1800.1
CPU user time (s): 1799.96
CPU system time (s): 0.133979
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 134692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80018
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= 3
involuntary context switches= 3033

runsolver used 2.91156 second user time and 6.91295 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-11 16:28:28
IDJOB=3493670
IDBENCH=71021
IDSOLVER=1974
FILE ID=node116/3493670-1307802508
RUNJOBID= node116-1307800705-10987
PBS_JOBID= 13551061
Free space on /tmp= 74112 MiB

SOLVER NAME= PicoMUS 941
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-5t0.cnf
COMMAND LINE= picomus BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493670-1307802508/watcher-3493670-1307802508 -o /tmp/evaluation-result-3493670-1307802508/solver-3493670-1307802508 -C 1800 -W 1850 -M 7680  picomus HOME/instance-3493670-1307802508.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 7883c1629e96894ab9f6fc4604596fef
RANDOM SEED=1617889237

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28867424 kB
Buffers:        305624 kB
Cached:         894076 kB
SwapCached:      13064 kB
Active:        3166100 kB
Inactive:       711228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28867424 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:           32056 kB
Writeback:           0 kB
AnonPages:     2675064 kB
Mapped:          10180 kB
Slab:           134784 kB
PageTables:      10584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2915996 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74116 MiB
End job on node116 at 2011-06-11 16:58:31