Trace number 1837101

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) 10000.1 10003.4

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
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 variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

Solver Data

0.00/0.00	c Parsing...
1.09/1.13	c ==============================================================================
1.09/1.13	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.13	c ==============================================================================
1.09/1.13	c |         0 | 1254005  3044653 |  376201       0        0     nan |  0.000 % |
21.47/21.57	c |         0 |  600262  2684082 |      --       0       --      -- |     --   | -653743/-360571
21.47/21.58	c ==============================================================================
21.47/21.58	c Result  :   #vars: 43082   #clauses: 600262   #literals: 2684082
21.47/21.58	c CPU time:   20.9928 s
21.47/21.58	c ==============================================================================
22.48/22.51	c WARNING: for repeatability, setting FPU to use double precision
22.48/22.51	c Number of variables   : 43082        
22.48/22.51	c Number of clauses     : 600262       
22.49/22.95	c Parsing time: 0.40         s

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-1837101-1242857022/watcher-1837101-1242857022 -o /tmp/evaluation-result-1837101-1242857022/solver-1837101-1242857022 -C 10000 -W 12000 -M 1800 SatELiteGTI HOME/instance-1837101-1242857022.cnf -random-seed=956514812 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.08 0.02 0.01 3/64 14409
/proc/meminfo: memFree=1239112/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 313736362 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14409/statm: 1339 237 197 169 0 50 0

[startup+0.0632229 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 14409
/proc/meminfo: memFree=1239112/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 313736362 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14409/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102229 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 14409
/proc/meminfo: memFree=1239112/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 313736362 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14409/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301263 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 14409
/proc/meminfo: memFree=1239112/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 313736362 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14409/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701333 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 14409
/proc/meminfo: memFree=1239112/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 313736362 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14409/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50147 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 14414
/proc/meminfo: memFree=1105464/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 313736362 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14409/statm: 1339 237 197 169 0 50 0
[pid=14413] ppid=14409 vsize=177580 CPUtime=1.49
/proc/14413/stat : 14413 (SatELite_releas) R 14409 14409 14372 0 -1 4194304 39156 0 0 0 125 24 0 0 25 0 1 0 313736363 181841920 38259 1992294400 134512640 135223648 4294956128 18446744073709551615 134548984 0 0 4096 3 0 0 0 17 1 0 0
/proc/14413/statm: 44395 38259 76 173 0 44220 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 182936

[startup+3.10175 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 14414
/proc/meminfo: memFree=1080120/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 313736362 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14409/statm: 1339 237 197 169 0 50 0
[pid=14413] ppid=14409 vsize=181988 CPUtime=3.09
/proc/14413/stat : 14413 (SatELite_releas) R 14409 14409 14372 0 -1 4194304 40202 0 0 0 281 28 0 0 25 0 1 0 313736363 186355712 39305 1992294400 134512640 135223648 4294956128 18446744073709551615 134737406 0 0 4096 3 0 0 0 17 1 0 0
/proc/14413/statm: 45497 39305 76 173 0 45322 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 187344

[startup+6.30131 s]
/proc/loadavg: 0.23 0.05 0.02 2/66 14414
/proc/meminfo: memFree=1054776/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 313736362 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14409/statm: 1339 237 197 169 0 50 0
[pid=14413] ppid=14409 vsize=195292 CPUtime=6.28
/proc/14413/stat : 14413 (SatELite_releas) R 14409 14409 14372 0 -1 4194304 43240 0 0 0 591 37 0 0 25 0 1 0 313736363 199979008 42343 1992294400 134512640 135223648 4294956128 18446744073709551615 134734703 0 0 4096 3 0 0 0 17 1 0 0
/proc/14413/statm: 48823 42343 76 173 0 48648 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 200648

[startup+12.7014 s]
/proc/loadavg: 0.37 0.08 0.03 2/66 14414
/proc/meminfo: memFree=1017016/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 313736362 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14409/statm: 1339 237 197 169 0 50 0
[pid=14413] ppid=14409 vsize=214156 CPUtime=12.68
/proc/14413/stat : 14413 (SatELite_releas) R 14409 14409 14372 0 -1 4194304 46904 0 0 0 1215 53 0 0 25 0 1 0 313736363 219295744 46007 1992294400 134512640 135223648 4294956128 18446744073709551615 134719062 0 0 4096 3 0 0 0 17 1 0 0
/proc/14413/statm: 53539 46007 76 173 0 53364 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 219512

[startup+25.5027 s]
/proc/loadavg: 0.58 0.14 0.05 2/66 14415
/proc/meminfo: memFree=1146552/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=36968 CPUtime=2.98
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 8908 0 0 0 293 5 0 0 25 0 1 0 313738613 37855232 8894 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 9242 8894 75 170 0 9069 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 42324

[startup+51.1011 s]
/proc/loadavg: 0.72 0.21 0.07 2/66 14415
/proc/meminfo: memFree=1143928/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=40324 CPUtime=28.56
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 9735 0 0 0 2850 6 0 0 25 0 1 0 313738613 41291776 9721 1992294400 134512640 135212243 4294956240 18446744073709551615 134718742 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 10081 9721 75 170 0 9908 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 45680

[startup+102.305 s]
/proc/loadavg: 0.88 0.33 0.12 2/66 14415
/proc/meminfo: memFree=1142328/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=41836 CPUtime=79.72
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 10098 0 0 0 7966 6 0 0 25 0 1 0 313738613 42840064 10084 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 10459 10084 75 170 0 10286 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 47192

[startup+162.303 s]
/proc/loadavg: 0.95 0.45 0.17 2/66 14415
/proc/meminfo: memFree=1141560/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=42660 CPUtime=139.7
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 10305 0 0 0 13963 7 0 0 25 0 1 0 313738613 43683840 10291 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 10665 10291 75 170 0 10492 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 48016

[startup+222.301 s]
/proc/loadavg: 0.98 0.55 0.22 2/66 14415
/proc/meminfo: memFree=1140984/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=43188 CPUtime=199.68
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 10447 0 0 0 19961 7 0 0 25 0 1 0 313738613 44224512 10433 1992294400 134512640 135212243 4294956240 18446744073709551615 134525968 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 10797 10433 75 170 0 10624 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 48544

[startup+282.302 s]
/proc/loadavg: 0.99 0.63 0.26 3/66 14415
/proc/meminfo: memFree=1140600/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=43584 CPUtime=259.66
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 10547 0 0 0 25959 7 0 0 25 0 1 0 313738613 44630016 10533 1992294400 134512640 135212243 4294956240 18446744073709551615 134526236 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 10896 10533 75 170 0 10723 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 48940

[startup+342.301 s]
/proc/loadavg: 0.99 0.69 0.31 2/66 14415
/proc/meminfo: memFree=1140088/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=44192 CPUtime=319.64
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 10667 0 0 0 31957 7 0 0 25 0 1 0 313738613 45252608 10653 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 11048 10653 75 170 0 10875 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 49548

[startup+402.302 s]
/proc/loadavg: 0.99 0.74 0.35 2/66 14415
/proc/meminfo: memFree=1139192/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=44984 CPUtime=379.63
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 10887 0 0 0 37955 8 0 0 25 0 1 0 313738613 46063616 10873 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 11246 10873 75 170 0 11073 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 50340

[startup+462.303 s]

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

/proc/14415/statm: 27254 26745 75 170 0 27081 0
Current children cumulated CPU time (s) 9339.18
Current children cumulated vsize (KiB) 114372

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 14431
/proc/meminfo: memFree=1074296/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=109016 CPUtime=9376.67
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 26765 0 0 0 937621 46 0 0 25 0 1 0 313738613 111632384 26751 1992294400 134512640 135212243 4294956240 18446744073709551615 134526507 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 27254 26751 75 170 0 27081 0
Current children cumulated CPU time (s) 9399.16
Current children cumulated vsize (KiB) 114372

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 14431
/proc/meminfo: memFree=1074360/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=109016 CPUtime=9436.64
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 26767 0 0 0 943618 46 0 0 25 0 1 0 313738613 111632384 26753 1992294400 134512640 135212243 4294956240 18446744073709551615 134526223 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 27254 26753 75 170 0 27081 0
Current children cumulated CPU time (s) 9459.13
Current children cumulated vsize (KiB) 114372

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 14433
/proc/meminfo: memFree=1072632/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=110732 CPUtime=9496.62
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 27212 0 0 0 949615 47 0 0 25 0 1 0 313738613 113389568 27198 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 27683 27198 75 170 0 27510 0
Current children cumulated CPU time (s) 9519.11
Current children cumulated vsize (KiB) 116088

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 14433
/proc/meminfo: memFree=1069560/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=113652 CPUtime=9556.6
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 27959 0 0 0 955612 48 0 0 25 0 1 0 313738613 116379648 27945 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 28413 27945 75 170 0 28240 0
Current children cumulated CPU time (s) 9579.09
Current children cumulated vsize (KiB) 119008

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 14433
/proc/meminfo: memFree=1067064/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=116160 CPUtime=9616.59
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 28583 0 0 0 961610 49 0 0 25 0 1 0 313738613 118947840 28569 1992294400 134512640 135212243 4294956240 18446744073709551615 134526185 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 29040 28569 75 170 0 28867 0
Current children cumulated CPU time (s) 9639.08
Current children cumulated vsize (KiB) 121516

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 14433
/proc/meminfo: memFree=1067064/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=116160 CPUtime=9676.57
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 28583 0 0 0 967608 49 0 0 25 0 1 0 313738613 118947840 28569 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 29040 28569 75 170 0 28867 0
Current children cumulated CPU time (s) 9699.06
Current children cumulated vsize (KiB) 121516

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 14433
/proc/meminfo: memFree=1067000/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=116160 CPUtime=9736.54
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 28583 0 0 0 973605 49 0 0 25 0 1 0 313738613 118947840 28569 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 29040 28569 75 170 0 28867 0
Current children cumulated CPU time (s) 9759.03
Current children cumulated vsize (KiB) 121516

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 14433
/proc/meminfo: memFree=1067064/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=116160 CPUtime=9796.52
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 28583 0 0 0 979603 49 0 0 25 0 1 0 313738613 118947840 28569 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 29040 28569 75 170 0 28867 0
Current children cumulated CPU time (s) 9819.01
Current children cumulated vsize (KiB) 121516

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 14433
/proc/meminfo: memFree=1067000/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=116160 CPUtime=9856.51
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 28583 0 0 0 985602 49 0 0 25 0 1 0 313738613 118947840 28569 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 29040 28569 75 170 0 28867 0
Current children cumulated CPU time (s) 9879
Current children cumulated vsize (KiB) 121516

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 14433
/proc/meminfo: memFree=1067000/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=116160 CPUtime=9916.49
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 28583 0 0 0 991599 50 0 0 25 0 1 0 313738613 118947840 28569 1992294400 134512640 135212243 4294956240 18446744073709551615 134526275 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 29040 28569 75 170 0 28867 0
Current children cumulated CPU time (s) 9938.98
Current children cumulated vsize (KiB) 121516

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 14433
/proc/meminfo: memFree=1067000/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=116160 CPUtime=9976.48
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 28583 0 0 0 997598 50 0 0 25 0 1 0 313738613 118947840 28569 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 29040 28569 75 170 0 28867 0
Current children cumulated CPU time (s) 9998.97
Current children cumulated vsize (KiB) 121516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.4 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 14433
/proc/meminfo: memFree=1067000/2055920 swapFree=4180196/4192956
[pid=14409] ppid=14407 vsize=5356 CPUtime=22.49
/proc/14409/stat : 14409 (SatELiteGTI) S 14407 14409 14372 0 -1 4194304 335 54736 0 0 0 0 2183 66 16 0 1 0 313736362 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 239 197 169 0 50 0
[pid=14415] ppid=14409 vsize=116160 CPUtime=9977.58
/proc/14415/stat : 14415 (minisat_static) R 14409 14409 14372 0 -1 4194304 28583 0 0 0 997708 50 0 0 25 0 1 0 313738613 118947840 28569 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14415/statm: 29040 28569 75 170 0 28867 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 121516

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14409 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=834680
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=662899
# CPU time returned by wait4() is 22.4976
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10003.4
CPU time (s): 10000.1
CPU user time (s): 9998.91
CPU system time (s): 1.16
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 231884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.8347
system time used= 0.662899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55071
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= 15
involuntary context switches= 58

runsolver used 11.9382 second user time and 24.3743 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-21 00:03:44
IDJOB=1837101
IDBENCH=20410
IDSOLVER=675
FILE ID=node4/1837101-1242857022
PBS_JOBID= 9328510
Free space on /tmp= 66028 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1837101-1242857022/watcher-1837101-1242857022 -o /tmp/evaluation-result-1837101-1242857022/solver-1837101-1242857022 -C 10000 -W 12000 -M 1800  SatELiteGTI HOME/instance-1837101-1242857022.cnf -random-seed=956514812

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

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED=956514812

node4.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.265
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.265
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:       1239592 kB
Buffers:         64924 kB
Cached:         674220 kB
SwapCached:       7088 kB
Active:         418160 kB
Inactive:       329372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1239592 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:           24540 kB
Writeback:           0 kB
Mapped:          13404 kB
Slab:            54768 kB
Committed_AS:  1206972 kB
PageTables:       1472 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= 65976 MiB
End job on node4 at 2009-05-21 02:50:29