Trace number 1832380

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
MiniSAT 09z 2009-03-22? (TO) 1200.07 1200.41

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n600-d0.02-s1676244754.sat05-535.reshuffled-07.cnf
MD5SUMd2283e85579af5f5de3cfcfaac7f25fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark207.133
Satisfiable
(Un)Satisfiability was proved
Number of variables580
Number of clauses7153
Sum of the clauses size21604
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 37008
Number of clauses of size 4145
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    7153    21604 |    2145       0        0     nan |  0.000 % |
0.00/0.09	c |         0 |    7008    23428 |      --       0       --      -- |     --   | -145/1824
0.00/0.09	c ==============================================================================
0.00/0.09	c Result  :   #vars: 435   #clauses: 7008   #literals: 23428
0.00/0.09	c CPU time:   0.081987 s
0.00/0.09	c ==============================================================================
0.00/0.09	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.09	c Number of variables   : 435          
0.00/0.09	c Number of clauses     : 7008         
0.08/0.10	c Parsing time: 0.00         s
1200.05/1200.40	HOME/SatELiteGTI: line 36:  7596 Terminated              $MS $2 $TMP.cnf $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-1832380-1242772741/watcher-1832380-1242772741 -o /tmp/evaluation-result-1832380-1242772741/solver-1832380-1242772741 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832380-1242772741.cnf -random-seed=1966134542 

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: 0.92 0.98 0.99 3/64 7590
/proc/meminfo: memFree=1680368/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 276 0 0 0 0 0 0 0 18 0 1 0 305300158 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233402237010 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/7590/statm: 1339 235 195 169 0 50 0
[pid=7591] ppid=7590 vsize=5356 CPUtime=0
/proc/7591/stat : 7591 (SatELiteGTI) R 7590 7590 7396 0 -1 4194368 51 25 0 0 0 0 0 0 20 0 1 0 305300158 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4096 65538 0 0 0 17 0 0 0
/proc/7591/statm: 1339 238 198 169 0 50 0
[pid=7593] ppid=7591 vsize=0 CPUtime=0
/proc/7593/stat : 7593 (sed) Z 7591 7590 7396 0 -1 4194316 163 0 0 0 0 0 0 0 18 0 1 0 305300158 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 1 0 0
/proc/7593/statm: 0 0 0 0 0 0 0

[startup+0.020833 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7590
/proc/meminfo: memFree=1680368/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 305300158 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7590/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101842 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7590
/proc/meminfo: memFree=1680368/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+0.301862 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7590
/proc/meminfo: memFree=1680368/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+0.701902 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7590
/proc/meminfo: memFree=1680368/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+1.50198 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 7596
/proc/meminfo: memFree=1678112/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=3868 CPUtime=1.39
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 636 0 0 0 139 0 0 0 25 0 1 0 305300167 3960832 622 1992294400 134512640 135212243 4294956240 18446744073709551615 134718742 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 967 622 76 170 0 794 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9224

[startup+3.10214 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 7596
/proc/meminfo: memFree=1677216/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=4268 CPUtime=2.99
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 728 0 0 0 299 0 0 0 25 0 1 0 305300167 4370432 714 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 1067 714 76 170 0 894 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9624

[startup+6.30146 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 7596
/proc/meminfo: memFree=1676648/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=4664 CPUtime=6.19
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 839 0 0 0 619 0 0 0 25 0 1 0 305300167 4775936 825 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 1166 825 76 170 0 993 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10020

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 7596
/proc/meminfo: memFree=1676200/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=5064 CPUtime=12.59
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 943 0 0 0 1259 0 0 0 25 0 1 0 305300167 5185536 929 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 1266 929 76 170 0 1093 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10420

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 7596
/proc/meminfo: memFree=1675176/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=6024 CPUtime=25.38
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 1184 0 0 0 2538 0 0 0 25 0 1 0 305300167 6168576 1170 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 1506 1170 76 170 0 1333 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11380

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 7596
/proc/meminfo: memFree=1673896/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=7612 CPUtime=50.98
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 1543 0 0 0 5097 1 0 0 25 0 1 0 305300167 7794688 1529 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 1903 1529 76 170 0 1730 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 12968

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 7596
/proc/meminfo: memFree=1672296/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=9168 CPUtime=102.16
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 1907 0 0 0 10215 1 0 0 25 0 1 0 305300167 9388032 1893 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 2292 1893 76 170 0 2119 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 14524

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7596
/proc/meminfo: memFree=1670440/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=10912 CPUtime=162.14
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 2350 0 0 0 16213 1 0 0 25 0 1 0 305300167 11173888 2336 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 2728 2336 76 170 0 2555 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 16268

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7596
/proc/meminfo: memFree=1669480/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=11872 CPUtime=222.13
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 2575 0 0 0 22211 2 0 0 25 0 1 0 305300167 12156928 2561 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 2968 2561 76 170 0 2795 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 17228

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1668520/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=12888 CPUtime=282.11
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 2785 0 0 0 28209 2 0 0 25 0 1 0 305300167 13197312 2771 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 3222 2771 76 170 0 3049 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 18244

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1667496/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=13908 CPUtime=342.1
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 3027 0 0 0 34207 3 0 0 25 0 1 0 305300167 14241792 3013 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 3477 3013 76 170 0 3304 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 19264

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1666344/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=14832 CPUtime=402.08

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

[pid=7596] ppid=7590 vsize=16348 CPUtime=462.07
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 3646 0 0 0 46203 4 0 0 25 0 1 0 305300167 16740352 3632 1992294400 134512640 135212243 4294956240 18446744073709551615 134526052 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 4087 3632 76 170 0 3914 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 21704

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1664680/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=16656 CPUtime=522.05
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 3707 0 0 0 52201 4 0 0 25 0 1 0 305300167 17055744 3693 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 4164 3693 76 170 0 3991 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 22012

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1663400/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=17840 CPUtime=582.03
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 4015 0 0 0 58199 4 0 0 25 0 1 0 305300167 18268160 4001 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 4460 4001 76 170 0 4287 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 23196

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1662952/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=18592 CPUtime=642.02
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 4121 0 0 0 64197 5 0 0 25 0 1 0 305300167 19038208 4107 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 4648 4107 76 170 0 4475 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 23948

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1662184/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=19280 CPUtime=701.99
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 4309 0 0 0 70194 5 0 0 25 0 1 0 305300167 19742720 4295 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 4820 4295 76 170 0 4647 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 24636

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1661992/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=19468 CPUtime=761.98
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 4352 0 0 0 76193 5 0 0 25 0 1 0 305300167 19935232 4338 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 4867 4338 76 170 0 4694 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 24824

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1660712/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=20692 CPUtime=821.96
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 4687 0 0 0 82190 6 0 0 25 0 1 0 305300167 21188608 4673 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 5173 4673 76 170 0 5000 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 26048

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1660520/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=20952 CPUtime=881.94
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 4741 0 0 0 88188 6 0 0 25 0 1 0 305300167 21454848 4727 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 5238 4727 76 170 0 5065 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 26308

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1660200/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=21260 CPUtime=941.92
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 4808 0 0 0 94186 6 0 0 25 0 1 0 305300167 21770240 4794 1992294400 134512640 135212243 4294956240 18446744073709551615 134526223 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 5315 4794 76 170 0 5142 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 26616

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1658920/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=22488 CPUtime=1001.91
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 5131 0 0 0 100184 7 0 0 25 0 1 0 305300167 23027712 5117 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 5622 5117 76 170 0 5449 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 27844

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1658792/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=22488 CPUtime=1061.9
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 5141 0 0 0 106183 7 0 0 25 0 1 0 305300167 23027712 5127 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 5622 5127 76 170 0 5449 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 27844

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1658664/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=22724 CPUtime=1121.88
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 5179 0 0 0 112181 7 0 0 25 0 1 0 305300167 23269376 5165 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 5681 5165 76 170 0 5508 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 28080

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1657128/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=24044 CPUtime=1181.86
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 5555 0 0 0 118179 7 0 0 25 0 1 0 305300167 24621056 5541 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 6011 5541 76 170 0 5838 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 29400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7598
/proc/meminfo: memFree=1657128/2055920 swapFree=4179760/4192956
[pid=7590] ppid=7588 vsize=5356 CPUtime=0.08
/proc/7590/stat : 7590 (SatELiteGTI) S 7588 7590 7396 0 -1 4194304 335 595 0 0 0 0 8 0 16 0 1 0 305300158 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 239 197 169 0 50 0
[pid=7596] ppid=7590 vsize=24044 CPUtime=1199.97
/proc/7596/stat : 7596 (minisat_static) R 7590 7590 7396 0 -1 4194304 5557 0 0 0 119989 8 0 0 25 0 1 0 305300167 24621056 5543 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/7596/statm: 6011 5543 76 170 0 5838 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 29400

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.07
CPU user time (s): 1199.98
CPU system time (s): 0.091986
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 29400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.98
system time used= 0.091986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6498
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= 30
involuntary context switches= 1811

runsolver used 1.3198 second user time and 3.05553 second system time

The end

Launcher Data

Begin job on node70 at 2009-05-20 00:39:01
IDJOB=1832380
IDBENCH=24753
IDSOLVER=672
FILE ID=node70/1832380-1242772741
PBS_JOBID= 9322232
Free space on /tmp= 66184 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-connm-ue-csp-sat-n600-d0.02-s1676244754.sat05-535.reshuffled-07.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832380-1242772741/watcher-1832380-1242772741 -o /tmp/evaluation-result-1832380-1242772741/solver-1832380-1242772741 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832380-1242772741.cnf -random-seed=1966134542

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

MD5SUM BENCH= d2283e85579af5f5de3cfcfaac7f25fa
RANDOM SEED=1966134542

node70.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.213
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.213
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:       1680912 kB
Buffers:         13836 kB
Cached:         320408 kB
SwapCached:       7388 kB
Active:          68324 kB
Inactive:       274756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680912 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:          13992 kB
Slab:            18056 kB
Committed_AS:   961528 kB
PageTables:       1376 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= 66184 MiB
End job on node70 at 2009-05-20 00:59:04