Trace number 1796417

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
ReVivAl 0.23 + SatElite 2009-03-18? (TO) 1200.08 1200.71

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
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 variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    4729    12297 |    1418       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |    4024    11995 |      --       0       --      -- |     --   | -663/-215
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 969   #clauses: 4024   #literals: 11995
0.00/0.02	c CPU time:   0.024996 s
0.00/0.02	c ==============================================================================
0.00/0.03	c SatElite is done !
0.00/0.03	c revival is preprocessing the formula...#ITERATIONS 8
0.03/0.10	#LEARNT CLAUSES 5
0.03/0.10	done !
0.03/0.10	c Calling MINISAT
0.03/0.10	This is MiniSat 2.0 beta
0.03/0.10	WARNING: for repeatability, setting FPU to use double precision
0.03/0.10	============================[ Problem Statistics ]=============================
0.03/0.10	|                                                                             |
0.03/0.10	|  Number of variables:  969                                                  |
0.03/0.10	|  Number of clauses:    4019                                                 |
0.03/0.11	|  Parsing time:         0.00         s                                       |
0.03/0.11	============================[ Search Statistics ]==============================
0.03/0.11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.03/0.11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.03/0.11	===============================================================================
0.03/0.11	|         0 |     966     4015    11799 |     1338        0    nan |  0.000 % |
0.03/0.11	|       100 |     966     4015    11799 |     1472      100     19 |  0.310 % |
0.03/0.11	|       250 |     966     4015    11799 |     1619      250     19 |  0.310 % |
0.03/0.12	|       477 |     966     4015    11799 |     1781      477     22 |  0.310 % |
0.03/0.13	|       814 |     966     4015    11799 |     1959      814     20 |  0.310 % |
0.03/0.16	|      1322 |     966     4015    11799 |     2155     1322     24 |  0.310 % |
0.09/0.21	|      2081 |     966     4015    11799 |     2370     2081     28 |  0.310 % |
0.09/0.31	|      3221 |     966     4015    11799 |     2608     1810     34 |  0.314 % |
0.09/0.44	|      4930 |     966     4015    11799 |     2868     2052     33 |  0.314 % |
0.09/0.60	|      7494 |     966     4015    11799 |     3155     3137     30 |  0.310 % |
0.09/0.88	|     11340 |     966     4015    11799 |     3471     3655     28 |  0.310 % |
1.38/1.40	|     17107 |     966     4015    11799 |     3818     3807     31 |  0.310 % |
2.08/2.12	|     25756 |     965     4011    11783 |     4200     3821     31 |  0.413 % |
3.28/3.36	|     38731 |     965     4011    11783 |     4620     2765     38 |  0.413 % |
5.28/5.39	|     58192 |     965     4011    11783 |     5082     5118     30 |  0.413 % |
8.37/8.42	|     87384 |     965     4011    11783 |     5590     3870     38 |  0.413 % |
13.87/13.93	|    131173 |     965     4011    11783 |     6149     3230     25 |  0.417 % |
21.66/21.78	|    196858 |     965     4011    11783 |     6764     4065     41 |  0.417 % |
34.26/34.39	|    295384 |     965     4011    11783 |     7441     5983     50 |  0.417 % |
53.15/53.28	|    443174 |     965     4011    11783 |     8185     4205     39 |  0.416 % |
83.14/83.25	|    664858 |     965     4011    11783 |     9003     5127     45 |  0.413 % |
134.20/134.38	|    997385 |     965     4011    11783 |     9904     6109     41 |  0.418 % |
209.06/209.25	|   1496176 |     965     4011    11783 |    10894     5553     33 |  0.413 % |
330.60/330.87	|   2244359 |     965     4011    11783 |    11983     9298     53 |  0.417 % |
530.56/530.93	|   3366633 |     964     4007    11767 |    13182     7399     39 |  0.520 % |
862.30/862.88	|   5050046 |     964     4007    11767 |    14500     9041     45 |  0.520 % |
1200.06/1200.70	HOME/run.sh: line 54: 13987 Terminated              $MINISAT $TMP_2 ${TMPDIR}/$TMP.result "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1796417-1242075480/watcher-1796417-1242075480 -o /tmp/evaluation-result-1796417-1242075480/solver-1796417-1242075480 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796417-1242075480.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 13983
/proc/meminfo: memFree=1147184/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 235577153 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13983/statm: 1340 238 197 169 0 51 0
[pid=13984] ppid=13983 vsize=952 CPUtime=0
/proc/13984/stat : 13984 (SatElite) R 13983 13983 13849 0 -1 4194304 141 0 0 0 0 0 0 0 20 0 1 0 235577153 974848 124 1992294400 134512640 135031949 4294956224 18446744073709551615 134675572 0 0 4096 3 0 0 0 17 0 0 0
/proc/13984/statm: 238 124 52 126 0 109 0

[startup+0.062946 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 13983
/proc/meminfo: memFree=1147184/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.03
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 317 307 0 0 0 0 3 0 18 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+0.10295 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 13983
/proc/meminfo: memFree=1147184/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.03
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 317 307 0 0 0 0 3 0 18 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+0.301971 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 13983
/proc/meminfo: memFree=1147184/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.702017 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 13983
/proc/meminfo: memFree=1147184/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+1.50111 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13987
/proc/meminfo: memFree=1145632/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=2948 CPUtime=1.39
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 401 0 0 0 139 0 0 0 25 0 1 0 235577163 3018752 385 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 737 385 76 170 0 565 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8308

[startup+3.10129 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13987
/proc/meminfo: memFree=1145056/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=3476 CPUtime=2.99
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 538 0 0 0 299 0 0 0 25 0 1 0 235577163 3559424 522 1992294400 134512640 135212939 4294956240 18446744073709551615 134526836 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 869 522 76 170 0 697 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8836

[startup+6.30165 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13987
/proc/meminfo: memFree=1144672/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=3740 CPUtime=6.19
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 608 0 0 0 619 0 0 0 25 0 1 0 235577163 3829760 592 1992294400 134512640 135212939 4294956240 18446744073709551615 134526720 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 935 592 76 170 0 763 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9100

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13987
/proc/meminfo: memFree=1144288/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=3872 CPUtime=12.58
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 623 0 0 0 1258 0 0 0 25 0 1 0 235577163 3964928 607 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 968 607 76 170 0 796 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9232

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13987
/proc/meminfo: memFree=1143456/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=5060 CPUtime=25.37
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 927 0 0 0 2537 0 0 0 25 0 1 0 235577163 5181440 911 1992294400 134512640 135212939 4294956240 18446744073709551615 134526823 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 1265 911 76 170 0 1093 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10420

[startup+51.1018 s]
/proc/loadavg: 1.08 1.02 1.01 2/67 13987
/proc/meminfo: memFree=1143072/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=5324 CPUtime=50.97
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 994 0 0 0 5097 0 0 0 25 0 1 0 235577163 5451776 978 1992294400 134512640 135212939 4294956240 18446744073709551615 134526644 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 1331 978 76 170 0 1159 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 10684

[startup+102.307 s]
/proc/loadavg: 1.18 1.06 1.02 2/67 13987
/proc/meminfo: memFree=1142240/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=6032 CPUtime=102.13
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 1167 0 0 0 10213 0 0 0 25 0 1 0 235577163 6176768 1151 1992294400 134512640 135212939 4294956240 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 1508 1151 76 170 0 1336 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 11392

[startup+162.301 s]
/proc/loadavg: 1.07 1.04 1.01 2/67 13987
/proc/meminfo: memFree=1141600/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=6764 CPUtime=162.09
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 1340 0 0 0 16209 0 0 0 25 0 1 0 235577163 6926336 1324 1992294400 134512640 135212939 4294956240 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 1691 1324 76 170 0 1519 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 12124

[startup+222.301 s]
/proc/loadavg: 1.09 1.05 1.01 2/67 13993
/proc/meminfo: memFree=1141336/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=6988 CPUtime=222.06
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 1404 0 0 0 22206 0 0 0 25 0 1 0 235577163 7155712 1388 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 1747 1388 76 170 0 1575 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 12348

[startup+282.301 s]
/proc/loadavg: 1.03 1.04 1.00 2/67 13993
/proc/meminfo: memFree=1140632/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=7644 CPUtime=282.03
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 1578 0 0 0 28203 0 0 0 25 0 1 0 235577163 7827456 1562 1992294400 134512640 135212939 4294956240 18446744073709551615 134716980 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 1911 1562 76 170 0 1739 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 13004

[startup+342.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/67 13993
/proc/meminfo: memFree=1140504/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=7944 CPUtime=342
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 1627 0 0 0 34200 0 0 0 25 0 1 0 235577163 8134656 1611 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 1986 1611 76 170 0 1814 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 13304

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 13993
/proc/meminfo: memFree=1140248/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=8204 CPUtime=401.98
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 1695 0 0 0 40198 0 0 0 25 0 1 0 235577163 8400896 1679 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 2051 1679 76 170 0 1879 0
Current children cumulated CPU time (s) 402.07

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

/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=8920 CPUtime=521.87
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 1892 0 0 0 52187 0 0 0 25 0 1 0 235577163 9134080 1873 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 2230 1873 76 170 0 2058 0
Current children cumulated CPU time (s) 521.96
Current children cumulated vsize (KiB) 14280

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13993
/proc/meminfo: memFree=1138528/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=9840 CPUtime=581.86
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 2115 0 0 0 58185 1 0 0 25 0 1 0 235577163 10076160 2096 1992294400 134512640 135212939 4294956240 18446744073709551615 134537324 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 2460 2096 76 170 0 2288 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 15200

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13993
/proc/meminfo: memFree=1138464/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=9788 CPUtime=641.83
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 2120 0 0 0 64182 1 0 0 25 0 1 0 235577163 10022912 2101 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 2447 2101 76 170 0 2275 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 15148

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13993
/proc/meminfo: memFree=1138336/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=9920 CPUtime=701.8
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 2144 0 0 0 70179 1 0 0 25 0 1 0 235577163 10158080 2125 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 2480 2125 76 170 0 2308 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 15280

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13993
/proc/meminfo: memFree=1137696/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=10476 CPUtime=761.78
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 2290 0 0 0 76177 1 0 0 25 0 1 0 235577163 10727424 2271 1992294400 134512640 135212939 4294956240 18446744073709551615 134536238 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 2619 2271 76 170 0 2447 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 15836

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13993
/proc/meminfo: memFree=1137696/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=10476 CPUtime=821.73
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 2290 0 0 0 82172 1 0 0 25 0 1 0 235577163 10727424 2271 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 2619 2271 76 170 0 2447 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 15836

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13993
/proc/meminfo: memFree=1137696/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=10476 CPUtime=881.71
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 2291 0 0 0 88170 1 0 0 25 0 1 0 235577163 10727424 2272 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 2619 2272 76 170 0 2447 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 15836

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13993
/proc/meminfo: memFree=1137440/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=10872 CPUtime=941.68
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 2373 0 0 0 94167 1 0 0 25 0 1 0 235577163 11132928 2354 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 2718 2354 76 170 0 2546 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 16232

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13993
/proc/meminfo: memFree=1137184/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=11116 CPUtime=1001.64
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 2444 0 0 0 100163 1 0 0 25 0 1 0 235577163 11382784 2425 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13987/statm: 2779 2425 76 170 0 2607 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 16476

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13993
/proc/meminfo: memFree=1137120/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=11116 CPUtime=1061.61
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 2444 0 0 0 106160 1 0 0 25 0 1 0 235577163 11382784 2425 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 2779 2425 76 170 0 2607 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 16476

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13993
/proc/meminfo: memFree=1137120/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=11116 CPUtime=1121.6
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 2444 0 0 0 112158 2 0 0 25 0 1 0 235577163 11382784 2425 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 2779 2425 76 170 0 2607 0
Current children cumulated CPU time (s) 1121.69
Current children cumulated vsize (KiB) 16476

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13993
/proc/meminfo: memFree=1136736/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=11512 CPUtime=1181.57
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 2546 0 0 0 118155 2 0 0 25 0 1 0 235577163 11788288 2527 1992294400 134512640 135212939 4294956240 18446744073709551615 134529404 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 2878 2527 76 170 0 2706 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 16872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13993
/proc/meminfo: memFree=1136672/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=11512 CPUtime=1199.97
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 2546 0 0 0 119995 2 0 0 25 0 1 0 235577163 11788288 2527 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 2878 2527 76 170 0 2706 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 16872

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13993
/proc/meminfo: memFree=1136672/2055920 swapFree=4181592/4192956
[pid=13983] ppid=13981 vsize=5360 CPUtime=0.09
/proc/13983/stat : 13983 (run.sh) S 13981 13983 13849 0 -1 4194304 343 528 0 0 0 0 9 0 16 0 1 0 235577153 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13983/statm: 1340 241 197 169 0 51 0
[pid=13987] ppid=13983 vsize=11512 CPUtime=1199.97
/proc/13987/stat : 13987 (minisat) R 13983 13983 13849 0 -1 4194304 2546 0 0 0 119995 2 0 0 25 0 1 0 235577163 11788288 2527 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13987/statm: 2878 2527 76 170 0 2706 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 16872

Child status: 143
Real time (s): 1200.71
CPU time (s): 1200.08
CPU user time (s): 1200.05
CPU system time (s): 0.030995
CPU usage (%): 99.9479
Max. virtual memory (cumulated for all children) (KiB): 16872

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

runsolver used 1.59176 second user time and 2.78458 second system time

The end

Launcher Data

Begin job on node88 at 2009-05-11 22:58:00
IDJOB=1796417
IDBENCH=20472
IDSOLVER=648
FILE ID=node88/1796417-1242075480
PBS_JOBID= 9277636
Free space on /tmp= 66208 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 2009-03-18
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796417-1242075480/watcher-1796417-1242075480 -o /tmp/evaluation-result-1796417-1242075480/solver-1796417-1242075480 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796417-1242075480.cnf HOME

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED=313544905

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

/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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1147664 kB
Buffers:         52544 kB
Cached:         775172 kB
SwapCached:       5488 kB
Active:         230248 kB
Inactive:       606024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1147664 kB
SwapTotal:     4192956 kB
SwapFree:      4181592 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:          15028 kB
Slab:            57824 kB
Committed_AS:   605356 kB
PageTables:       1444 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= 66208 MiB
End job on node88 at 2009-05-11 23:18:01