Trace number 1775174

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.1 10004.6

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_14_UNKNOWN.cnf
MD5SUM74b3bf25aa16f613ee15d6b4b9bc9486
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 variables2220
Number of clauses160694
Sum of the clauses size478924
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23434
Number of clauses of size 3157237
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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.01/0.09	c ==============================================================================
0.01/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.09	c ==============================================================================
0.01/0.09	c |         0 |  160694   478924 |   48208       0        0     nan |  0.000 % |
1.49/1.52	c |         0 |  159558   690102 |      --       0       --      -- |     --   | -1136/211178
1.49/1.52	c ==============================================================================
1.49/1.52	c Result  :   #vars: 1437   #clauses: 159558   #literals: 690102
1.49/1.52	c CPU time:   1.48077 s
1.49/1.52	c ==============================================================================
1.69/1.71	c
1.69/1.71	c Starting glucose
1.69/1.71	c
1.69/1.71	
1.69/1.71	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.69/1.71	
1.69/1.71	c ============================[ Problem Statistics ]=============================
1.69/1.71	c |                                                                             |
1.69/1.72	c |  Number of variables:  1437                                                 |
1.69/1.72	c |  Number of clauses:    159558                                               |
1.70/1.82	c |  Parsing time:         0.09         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-1775174-1241269856/watcher-1775174-1241269856 -o /tmp/evaluation-result-1775174-1241269856/solver-1775174-1241269856 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775174-1241269856.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.85 0.97 0.99 3/64 21759
/proc/meminfo: memFree=1105920/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=0
/proc/21759/stat : 21759 (glucose.sh) R 21757 21759 21722 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 155018775 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612196511 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21759/statm: 1340 235 194 169 0 51 0
[pid=21760] ppid=21759 vsize=1284 CPUtime=0
/proc/21760/stat : 21760 (SatELite_releas) R 21759 21759 21722 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 155018775 1314816 173 1992294400 134512640 135225430 4294956176 18446744073709551615 134563835 0 0 4096 3 0 0 0 17 0 0 0
/proc/21760/statm: 321 174 50 174 0 144 0

[startup+0.0264659 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21759
/proc/meminfo: memFree=1105920/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=0
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155018775 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21759/statm: 1340 236 195 169 0 51 0
[pid=21760] ppid=21759 vsize=3328 CPUtime=0.01
/proc/21760/stat : 21760 (SatELite_releas) R 21759 21759 21722 0 -1 4194304 683 0 0 0 1 0 0 0 19 0 1 0 155018775 3407872 667 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/21760/statm: 832 668 50 174 0 655 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8688

[startup+0.101472 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21759
/proc/meminfo: memFree=1105920/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=0
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155018775 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21759/statm: 1340 236 195 169 0 51 0
[pid=21760] ppid=21759 vsize=11532 CPUtime=0.09
/proc/21760/stat : 21760 (SatELite_releas) R 21759 21759 21722 0 -1 4194304 2644 0 0 0 8 1 0 0 19 0 1 0 155018775 11808768 2628 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 0 0 0
/proc/21760/statm: 2883 2628 76 174 0 2706 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16892

[startup+0.3015 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21759
/proc/meminfo: memFree=1105920/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=0
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155018775 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21759/statm: 1340 236 195 169 0 51 0
[pid=21760] ppid=21759 vsize=14572 CPUtime=0.29
/proc/21760/stat : 21760 (SatELite_releas) R 21759 21759 21722 0 -1 4194304 3417 0 0 0 27 2 0 0 21 0 1 0 155018775 14921728 3401 1992294400 134512640 135225430 4294956176 18446744073709551615 134587408 0 0 4096 3 0 0 0 17 1 0 0
/proc/21760/statm: 3643 3401 76 174 0 3466 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19932

[startup+0.701533 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21759
/proc/meminfo: memFree=1105920/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=0
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155018775 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21759/statm: 1340 236 195 169 0 51 0
[pid=21760] ppid=21759 vsize=18724 CPUtime=0.69
/proc/21760/stat : 21760 (SatELite_releas) R 21759 21759 21722 0 -1 4194304 4098 0 0 0 66 3 0 0 25 0 1 0 155018775 19173376 4079 1992294400 134512640 135225430 4294956176 18446744073709551615 134586136 0 0 4096 3 0 0 0 17 1 0 0
/proc/21760/statm: 4681 4079 77 174 0 4504 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24084

[startup+1.50159 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 21761
/proc/meminfo: memFree=1088816/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=0
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155018775 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21759/statm: 1340 236 195 169 0 51 0
[pid=21760] ppid=21759 vsize=18724 CPUtime=1.49
/proc/21760/stat : 21760 (SatELite_releas) R 21759 21759 21722 0 -1 4194304 4098 0 0 0 146 3 0 0 25 0 1 0 155018775 19173376 4079 1992294400 134512640 135225430 4294956176 18446744073709551615 134586206 0 0 4096 3 0 0 0 17 0 0 0
/proc/21760/statm: 4681 4079 77 174 0 4504 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24084

[startup+3.10174 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 21762
/proc/meminfo: memFree=1089584/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=15396 CPUtime=1.37
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 3709 0 0 0 135 2 0 0 25 0 1 0 155018946 15765504 3695 1992294400 134512640 135217611 4294956288 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21762/statm: 3849 3695 77 172 0 3674 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 20756

[startup+6.30302 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 21762
/proc/meminfo: memFree=1082928/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=20428 CPUtime=4.56
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 4958 0 0 0 453 3 0 0 25 0 1 0 155018946 20918272 4944 1992294400 134512640 135217611 4294956288 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21762/statm: 5107 4944 77 172 0 4932 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 25788

[startup+12.7016 s]
/proc/loadavg: 0.87 0.97 0.99 3/66 21762
/proc/meminfo: memFree=1079600/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=23932 CPUtime=10.95
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 5788 0 0 0 1091 4 0 0 25 0 1 0 155018946 24506368 5774 1992294400 134512640 135217611 4294956288 18446744073709551615 134533043 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 5983 5774 77 172 0 5808 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 29292

[startup+25.5017 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 21762
/proc/meminfo: memFree=1071984/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=30708 CPUtime=23.74
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 7456 0 0 0 2368 6 0 0 25 0 1 0 155018946 31444992 7442 1992294400 134512640 135217611 4294956288 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 7677 7442 77 172 0 7502 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 36068

[startup+51.1019 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 21762
/proc/meminfo: memFree=1069040/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=33892 CPUtime=49.3
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 8207 0 0 0 4924 6 0 0 25 0 1 0 155018946 34705408 8193 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 8473 8193 77 172 0 8298 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 39252

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 21762
/proc/meminfo: memFree=1056432/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=46596 CPUtime=100.49
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 11328 0 0 0 10040 9 0 0 25 0 1 0 155018946 47714304 11314 1992294400 134512640 135217611 4294956288 18446744073709551615 134533171 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 11649 11314 77 172 0 11474 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 51956

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21762
/proc/meminfo: memFree=1054128/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=49096 CPUtime=160.46
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 11922 0 0 0 16037 9 0 0 25 0 1 0 155018946 50274304 11908 1992294400 134512640 135217611 4294956288 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 12274 11908 77 172 0 12099 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 54456

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21762
/proc/meminfo: memFree=1052400/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=51208 CPUtime=220.43
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 12373 0 0 0 22034 9 0 0 25 0 1 0 155018946 52436992 12359 1992294400 134512640 135217611 4294956288 18446744073709551615 134532998 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 12802 12359 77 172 0 12627 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 56568

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21762
/proc/meminfo: memFree=1051184/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=52436 CPUtime=280.41
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 12669 0 0 0 28031 10 0 0 25 0 1 0 155018946 53694464 12655 1992294400 134512640 135217611 4294956288 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 13109 12655 77 172 0 12934 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 57796

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21762
/proc/meminfo: memFree=1050224/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=53416 CPUtime=340.39
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 12901 0 0 0 34029 10 0 0 25 0 1 0 155018946 54697984 12887 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 13354 12887 77 172 0 13179 0
Current children cumulated CPU time (s) 342.09

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

/proc/21762/statm: 51925 47990 77 172 0 51750 0
Current children cumulated CPU time (s) 9338.03
Current children cumulated vsize (KiB) 213060

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21780
/proc/meminfo: memFree=908592/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=208472 CPUtime=9396.31
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 48390 0 0 0 939578 53 0 0 25 0 1 0 155018946 213475328 48143 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 52118 48143 77 172 0 51943 0
Current children cumulated CPU time (s) 9398.01
Current children cumulated vsize (KiB) 213832

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21780
/proc/meminfo: memFree=908464/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=208652 CPUtime=9456.28
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 48428 0 0 0 945575 53 0 0 25 0 1 0 155018946 213659648 48181 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 52163 48181 77 172 0 51988 0
Current children cumulated CPU time (s) 9457.98
Current children cumulated vsize (KiB) 214012

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21780
/proc/meminfo: memFree=908464/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=208652 CPUtime=9516.25
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 48440 0 0 0 951572 53 0 0 25 0 1 0 155018946 213659648 48193 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 52163 48193 77 172 0 51988 0
Current children cumulated CPU time (s) 9517.95
Current children cumulated vsize (KiB) 214012

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21780
/proc/meminfo: memFree=908464/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=208652 CPUtime=9576.23
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 48441 0 0 0 957570 53 0 0 25 0 1 0 155018946 213659648 48194 1992294400 134512640 135217611 4294956288 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 52163 48194 77 172 0 51988 0
Current children cumulated CPU time (s) 9577.93
Current children cumulated vsize (KiB) 214012

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21780
/proc/meminfo: memFree=908144/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=209028 CPUtime=9636.19
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 48518 0 0 0 963566 53 0 0 25 0 1 0 155018946 214044672 48271 1992294400 134512640 135217611 4294956288 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 52257 48271 77 172 0 52082 0
Current children cumulated CPU time (s) 9637.89
Current children cumulated vsize (KiB) 214388

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21780
/proc/meminfo: memFree=908016/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=209028 CPUtime=9696.17
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 48524 0 0 0 969564 53 0 0 25 0 1 0 155018946 214044672 48277 1992294400 134512640 135217611 4294956288 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 52257 48277 77 172 0 52082 0
Current children cumulated CPU time (s) 9697.87
Current children cumulated vsize (KiB) 214388

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21780
/proc/meminfo: memFree=907376/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=209892 CPUtime=9756.16
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 48701 0 0 0 975562 54 0 0 25 0 1 0 155018946 214929408 48454 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 52473 48454 77 172 0 52298 0
Current children cumulated CPU time (s) 9757.86
Current children cumulated vsize (KiB) 215252

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21780
/proc/meminfo: memFree=906800/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=210472 CPUtime=9816.13
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 48826 0 0 0 981559 54 0 0 25 0 1 0 155018946 215523328 48579 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 52618 48579 77 172 0 52443 0
Current children cumulated CPU time (s) 9817.83
Current children cumulated vsize (KiB) 215832

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21780
/proc/meminfo: memFree=905904/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=211568 CPUtime=9876.11
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 49053 0 0 0 987557 54 0 0 25 0 1 0 155018946 216645632 48806 1992294400 134512640 135217611 4294956288 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 52892 48806 77 172 0 52717 0
Current children cumulated CPU time (s) 9877.81
Current children cumulated vsize (KiB) 216928

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21780
/proc/meminfo: memFree=905776/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=211568 CPUtime=9936.09
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 49063 0 0 0 993555 54 0 0 25 0 1 0 155018946 216645632 48816 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 52892 48816 77 172 0 52717 0
Current children cumulated CPU time (s) 9937.79
Current children cumulated vsize (KiB) 216928

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21780
/proc/meminfo: memFree=905520/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=212052 CPUtime=9996.06
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 49148 0 0 0 999552 54 0 0 25 0 1 0 155018946 217141248 48901 1992294400 134512640 135217611 4294956288 18446744073709551615 134533209 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 53013 48901 77 172 0 52838 0
Current children cumulated CPU time (s) 9997.76
Current children cumulated vsize (KiB) 217412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21780
/proc/meminfo: memFree=905520/2055920 swapFree=4191900/4192956
[pid=21759] ppid=21757 vsize=5360 CPUtime=1.7
/proc/21759/stat : 21759 (glucose.sh) S 21757 21759 21722 0 -1 4194304 313 4102 0 0 0 0 166 4 16 0 1 0 155018775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21759/statm: 1340 238 195 169 0 51 0
[pid=21762] ppid=21759 vsize=212052 CPUtime=9998.36
/proc/21762/stat : 21762 (glucose_static) R 21759 21759 21722 0 -1 4194304 49149 0 0 0 999782 54 0 0 25 0 1 0 155018946 217141248 48902 1992294400 134512640 135217611 4294956288 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21762/statm: 53013 48902 77 172 0 52838 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 217412

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 21759 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=666746
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=45993
# CPU time returned by wait4() is 1.71274
# 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): 10004.6
CPU time (s): 10000.1
CPU user time (s): 9999.48
CPU system time (s): 0.58
CPU usage (%): 99.9545
Max. virtual memory (cumulated for all children) (KiB): 217412

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

runsolver used 8.37273 second user time and 28.0147 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-02 15:10:56
IDJOB=1775174
IDBENCH=71097
IDSOLVER=610
FILE ID=node31/1775174-1241269856
PBS_JOBID= 9224990
Free space on /tmp= 66468 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_14_UNKNOWN.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775174-1241269856/watcher-1775174-1241269856 -o /tmp/evaluation-result-1775174-1241269856/solver-1775174-1241269856 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775174-1241269856.cnf

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

MD5SUM BENCH= 74b3bf25aa16f613ee15d6b4b9bc9486
RANDOM SEED=178596401

node31.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:       1106400 kB
Buffers:         82664 kB
Cached:         755528 kB
SwapCached:        384 kB
Active:          86380 kB
Inactive:       766056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1106400 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4312 kB
Writeback:           0 kB
Mapped:          22692 kB
Slab:            82804 kB
Committed_AS:   659972 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node31 at 2009-05-02 17:57:43