Trace number 1772884

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
glucose 1.0? (TO) 10000 10003

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.29/0.33	c ==============================================================================
0.29/0.33	c |           |     ORIGINAL     |              LEARNT              |          |
0.29/0.33	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.29/0.33	c ==============================================================================
0.29/0.33	c |         0 |  373870   911122 |  112160       0        0     nan |  0.000 % |
4.09/4.15	c |         0 |  183363   759436 |      --       0       --      -- |     --   | -190507/-151686
4.09/4.15	c ==============================================================================
4.09/4.15	c Result  :   #vars: 14569   #clauses: 183363   #literals: 759436
4.09/4.15	c CPU time:   4.02339 s
4.09/4.15	c ==============================================================================
4.39/4.62	c
4.39/4.62	c Starting glucose
4.39/4.62	c
4.39/4.62	
4.39/4.62	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.39/4.62	
4.39/4.62	c ============================[ Problem Statistics ]=============================
4.39/4.62	c |                                                                             |
4.39/4.63	c |  Number of variables:  14569                                                |
4.39/4.63	c |  Number of clauses:    183363                                               |
4.41/4.78	c |  Parsing time:         0.14         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-1772884-1241252490/watcher-1772884-1241252490 -o /tmp/evaluation-result-1772884-1241252490/solver-1772884-1241252490 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772884-1241252490.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 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.99 0.97 0.99 2/64 18381
/proc/meminfo: memFree=1058792/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=0
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153281698 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 236 195 169 0 51 0
[pid=18382] ppid=18381 vsize=1588 CPUtime=0
/proc/18382/stat : 18382 (SatELite_releas) R 18381 18381 18308 0 -1 4194304 240 0 0 0 0 0 0 0 18 0 1 0 153281698 1626112 224 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/18382/statm: 397 225 51 174 0 220 0

[startup+0.0609151 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 18381
/proc/meminfo: memFree=1058792/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=0
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153281698 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 236 195 169 0 51 0
[pid=18382] ppid=18381 vsize=9580 CPUtime=0.05
/proc/18382/stat : 18382 (SatELite_releas) R 18381 18381 18308 0 -1 4194304 2029 0 0 0 4 1 0 0 18 0 1 0 153281698 9809920 2013 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/18382/statm: 2395 2013 51 174 0 2218 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14940

[startup+0.101919 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 18381
/proc/meminfo: memFree=1058792/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=0
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153281698 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 236 195 169 0 51 0
[pid=18382] ppid=18381 vsize=16852 CPUtime=0.09
/proc/18382/stat : 18382 (SatELite_releas) R 18381 18381 18308 0 -1 4194304 3374 0 0 0 7 2 0 0 18 0 1 0 153281698 17256448 3358 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/18382/statm: 4213 3359 51 174 0 4036 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22212

[startup+0.301942 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 18381
/proc/meminfo: memFree=1058792/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=0
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153281698 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 236 195 169 0 51 0
[pid=18382] ppid=18381 vsize=45324 CPUtime=0.29
/proc/18382/stat : 18382 (SatELite_releas) R 18381 18381 18308 0 -1 4194304 10541 0 0 0 23 6 0 0 19 0 1 0 153281698 46411776 10525 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/18382/statm: 11364 10527 51 174 0 11187 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50684

[startup+0.701991 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 18381
/proc/meminfo: memFree=1058792/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=0
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153281698 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 236 195 169 0 51 0
[pid=18382] ppid=18381 vsize=51588 CPUtime=0.69
/proc/18382/stat : 18382 (SatELite_releas) R 18381 18381 18308 0 -1 4194304 11971 0 0 0 62 7 0 0 22 0 1 0 153281698 52826112 11693 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/18382/statm: 12897 11693 76 174 0 12720 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56948

[startup+1.50109 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18383
/proc/meminfo: memFree=1006808/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=0
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153281698 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 236 195 169 0 51 0
[pid=18382] ppid=18381 vsize=57132 CPUtime=1.48
/proc/18382/stat : 18382 (SatELite_releas) R 18381 18381 18308 0 -1 4194304 13102 0 0 0 139 9 0 0 25 0 1 0 153281698 58503168 12824 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/18382/statm: 14283 12824 76 174 0 14106 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 62492

[startup+3.10128 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18383
/proc/meminfo: memFree=995288/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=0
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153281698 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 236 195 169 0 51 0
[pid=18382] ppid=18381 vsize=59544 CPUtime=3.08
/proc/18382/stat : 18382 (SatELite_releas) R 18381 18381 18308 0 -1 4194304 13919 0 0 0 297 11 0 0 25 0 1 0 153281698 60973056 13433 1992294400 134512640 135225430 4294956176 18446744073709551615 134549569 0 0 4096 3 0 0 0 17 1 0 0
/proc/18382/statm: 14886 13433 77 174 0 14709 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 64904

[startup+6.30266 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18384
/proc/meminfo: memFree=1028056/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=16648 CPUtime=1.66
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 3972 0 0 0 164 2 0 0 25 0 1 0 153282160 17047552 3954 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 4162 3954 77 172 0 3987 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 22008

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18384
/proc/meminfo: memFree=1026008/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=18632 CPUtime=8.06
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 4464 0 0 0 803 3 0 0 25 0 1 0 153282160 19079168 4446 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 4658 4446 77 172 0 4483 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 23992

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18384
/proc/meminfo: memFree=1024152/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=20524 CPUtime=20.85
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 4918 0 0 0 2082 3 0 0 25 0 1 0 153282160 21016576 4900 1992294400 134512640 135217611 4294956288 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 5131 4900 77 172 0 4956 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 25884

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18384
/proc/meminfo: memFree=1022424/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=22256 CPUtime=46.44
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 5367 0 0 0 4640 4 0 0 25 0 1 0 153282160 22790144 5349 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 5564 5349 77 172 0 5389 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 27616

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18384
/proc/meminfo: memFree=1020696/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=23936 CPUtime=97.63
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 5793 0 0 0 9758 5 0 0 25 0 1 0 153282160 24510464 5775 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 5984 5775 77 172 0 5809 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 29296

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18384
/proc/meminfo: memFree=1018520/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=26300 CPUtime=157.6
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 6334 0 0 0 15755 5 0 0 25 0 1 0 153282160 26931200 6316 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 6575 6316 77 172 0 6400 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 31660

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18384
/proc/meminfo: memFree=1016792/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=27772 CPUtime=217.59
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 6741 0 0 0 21753 6 0 0 25 0 1 0 153282160 28438528 6723 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 6943 6723 77 172 0 6768 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 33132

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18384
/proc/meminfo: memFree=1015896/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=28628 CPUtime=277.57
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 6956 0 0 0 27751 6 0 0 25 0 1 0 153282160 29315072 6938 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 7157 6938 77 172 0 6982 0
Current children cumulated CPU time (s) 281.98
Current children cumulated vsize (KiB) 33988

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18384
/proc/meminfo: memFree=1014808/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=30012 CPUtime=337.55
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 7239 0 0 0 33749 6 0 0 25 0 1 0 153282160 30732288 7221 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 7503 7221 77 172 0 7328 0
Current children cumulated CPU time (s) 341.96

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

/proc/18384/statm: 20837 20054 77 172 0 20662 0
Current children cumulated CPU time (s) 9339.5
Current children cumulated vsize (KiB) 88708

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18402
/proc/meminfo: memFree=962840/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=83348 CPUtime=9395.07
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 20085 0 0 0 939481 26 0 0 25 0 1 0 153282160 85348352 20067 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 20837 20067 77 172 0 20662 0
Current children cumulated CPU time (s) 9399.48
Current children cumulated vsize (KiB) 88708

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18402
/proc/meminfo: memFree=962520/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=83644 CPUtime=9455.06
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 20167 0 0 0 945480 26 0 0 25 0 1 0 153282160 85651456 20149 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 20911 20149 77 172 0 20736 0
Current children cumulated CPU time (s) 9459.47
Current children cumulated vsize (KiB) 89004

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18402
/proc/meminfo: memFree=962520/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=83796 CPUtime=9515.04
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 20176 0 0 0 951478 26 0 0 25 0 1 0 153282160 85807104 20158 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 20949 20158 77 172 0 20774 0
Current children cumulated CPU time (s) 9519.45
Current children cumulated vsize (KiB) 89156

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18408
/proc/meminfo: memFree=962456/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=83796 CPUtime=9575.02
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 20186 0 0 0 957476 26 0 0 25 0 1 0 153282160 85807104 20168 1992294400 134512640 135217611 4294956288 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 20949 20168 77 172 0 20774 0
Current children cumulated CPU time (s) 9579.43
Current children cumulated vsize (KiB) 89156

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18408
/proc/meminfo: memFree=961112/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=85196 CPUtime=9635.01
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 20532 0 0 0 963474 27 0 0 25 0 1 0 153282160 87240704 20514 1992294400 134512640 135217611 4294956288 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 21299 20514 77 172 0 21124 0
Current children cumulated CPU time (s) 9639.42
Current children cumulated vsize (KiB) 90556

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18408
/proc/meminfo: memFree=961112/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=85196 CPUtime=9694.99
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 20532 0 0 0 969472 27 0 0 25 0 1 0 153282160 87240704 20514 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 21299 20514 77 172 0 21124 0
Current children cumulated CPU time (s) 9699.4
Current children cumulated vsize (KiB) 90556

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18408
/proc/meminfo: memFree=961048/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=85196 CPUtime=9754.97
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 20532 0 0 0 975470 27 0 0 25 0 1 0 153282160 87240704 20514 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 21299 20514 77 172 0 21124 0
Current children cumulated CPU time (s) 9759.38
Current children cumulated vsize (KiB) 90556

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18408
/proc/meminfo: memFree=961048/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=85196 CPUtime=9814.95
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 20533 0 0 0 981468 27 0 0 25 0 1 0 153282160 87240704 20515 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 21299 20515 77 172 0 21124 0
Current children cumulated CPU time (s) 9819.36
Current children cumulated vsize (KiB) 90556

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18408
/proc/meminfo: memFree=960984/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=85352 CPUtime=9874.94
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 20555 0 0 0 987467 27 0 0 25 0 1 0 153282160 87400448 20537 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 21338 20537 77 172 0 21163 0
Current children cumulated CPU time (s) 9879.35
Current children cumulated vsize (KiB) 90712

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18408
/proc/meminfo: memFree=960920/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=85352 CPUtime=9934.92
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 20577 0 0 0 993465 27 0 0 25 0 1 0 153282160 87400448 20559 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 21338 20559 77 172 0 21163 0
Current children cumulated CPU time (s) 9939.33
Current children cumulated vsize (KiB) 90712

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18408
/proc/meminfo: memFree=960728/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=85684 CPUtime=9994.91
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 20625 0 0 0 999464 27 0 0 25 0 1 0 153282160 87740416 20607 1992294400 134512640 135217611 4294956288 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 21421 20607 77 172 0 21246 0
Current children cumulated CPU time (s) 9999.32
Current children cumulated vsize (KiB) 91044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18408
/proc/meminfo: memFree=960728/2055920 swapFree=4191900/4192956
[pid=18381] ppid=18379 vsize=5360 CPUtime=4.41
/proc/18381/stat : 18381 (glucose.sh) S 18379 18381 18308 0 -1 4194304 313 15203 0 0 0 0 426 15 16 0 1 0 153281698 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18381/statm: 1340 238 195 169 0 51 0
[pid=18384] ppid=18381 vsize=85684 CPUtime=9995.61
/proc/18384/stat : 18384 (glucose_static) R 18381 18381 18308 0 -1 4194304 20625 0 0 0 999534 27 0 0 25 0 1 0 153282160 87740416 20607 1992294400 134512640 135217611 4294956288 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18384/statm: 21421 20607 77 172 0 21246 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 91044

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 18381 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=263351
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=160975
# CPU time returned by wait4() is 4.42433
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10003
CPU time (s): 10000
CPU user time (s): 9999.6
CPU system time (s): 0.42
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 91044

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

runsolver used 11.6862 second user time and 24.6543 second system time

The end

Launcher Data

Begin job on node33 at 2009-05-02 10:21:31
IDJOB=1772884
IDBENCH=20406
IDSOLVER=610
FILE ID=node33/1772884-1241252490
PBS_JOBID= 9224908
Free space on /tmp= 66472 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772884-1241252490/watcher-1772884-1241252490 -o /tmp/evaluation-result-1772884-1241252490/solver-1772884-1241252490 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772884-1241252490.cnf

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=1330783470

node33.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.212
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.212
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:       1059272 kB
Buffers:         77232 kB
Cached:         814204 kB
SwapCached:        384 kB
Active:          58140 kB
Inactive:       846708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1059272 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            7888 kB
Writeback:           0 kB
Mapped:          21824 kB
Slab:            77852 kB
Committed_AS:   653168 kB
PageTables:       1388 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= 66456 MiB
End job on node33 at 2009-05-02 13:08:16