Trace number 1784484

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) 5000.01 5002.41

General information on the benchmark

NameCRAFTED/parity-games/
instance_n7_i8_pp_ci_ce.cnf
MD5SUM545e53eb1c10ff91f4e2e16d7a8c9f9f
Bench CategoryCRAFTED (crafted 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 variables14896
Number of clauses153982
Sum of the clauses size505834
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 228700
Number of clauses of size 372038
Number of clauses of size 440118
Number of clauses of size 510080
Number of clauses of size over 53046

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.09/0.12	c ==============================================================================
0.09/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.12	c ==============================================================================
0.09/0.12	c |         0 |  153982   505834 |   46194       0        0     nan |  0.000 % |
0.38/0.44	c |         0 |  142296   477026 |      --       0       --      -- |     --   | -11686/-28808
0.38/0.44	c ==============================================================================
0.38/0.44	c Result  :   #vars: 10375   #clauses: 142296   #literals: 477026
0.38/0.44	c CPU time:   0.412937 s
0.38/0.44	c ==============================================================================
0.49/0.59	c
0.49/0.59	c Starting glucose
0.49/0.59	c
0.49/0.59	
0.49/0.59	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.49/0.59	
0.49/0.59	c ============================[ Problem Statistics ]=============================
0.49/0.59	c |                                                                             |
0.49/0.59	c |  Number of variables:  10375                                                |
0.49/0.59	c |  Number of clauses:    142296                                               |
0.58/0.70	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-1784484-1241947202/watcher-1784484-1241947202 -o /tmp/evaluation-result-1784484-1241947202/solver-1784484-1241947202 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784484-1241947202.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 31305
/proc/meminfo: memFree=1506400/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0
/proc/31305/stat : 31305 (glucose.sh) R 31303 31305 31186 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 222747743 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 236437695135 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31305/statm: 1340 235 194 169 0 51 0
[pid=31306] ppid=31305 vsize=1860 CPUtime=0
/proc/31306/stat : 31306 (SatELite_releas) R 31305 31305 31186 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 222747744 1904640 264 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/31306/statm: 465 268 50 174 0 288 0

[startup+0.056819 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 31305
/proc/meminfo: memFree=1506400/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222747743 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31305/statm: 1340 236 195 169 0 51 0
[pid=31306] ppid=31305 vsize=6604 CPUtime=0.04
/proc/31306/stat : 31306 (SatELite_releas) R 31305 31305 31186 0 -1 4194304 1458 0 0 0 4 0 0 0 19 0 1 0 222747744 6762496 1442 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/31306/statm: 1651 1443 50 174 0 1474 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11964

[startup+0.101823 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 31305
/proc/meminfo: memFree=1506400/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222747743 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31305/statm: 1340 236 195 169 0 51 0
[pid=31306] ppid=31305 vsize=10680 CPUtime=0.09
/proc/31306/stat : 31306 (SatELite_releas) R 31305 31305 31186 0 -1 4194304 2420 0 0 0 8 1 0 0 19 0 1 0 222747744 10936320 2404 1992294400 134512640 135225430 4294956176 18446744073709551615 134541534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31306/statm: 2670 2404 50 174 0 2493 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16040

[startup+0.301844 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 31305
/proc/meminfo: memFree=1506400/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222747743 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31305/statm: 1340 236 195 169 0 51 0
[pid=31306] ppid=31305 vsize=16004 CPUtime=0.29
/proc/31306/stat : 31306 (SatELite_releas) R 31305 31305 31186 0 -1 4194304 3727 0 0 0 27 2 0 0 21 0 1 0 222747744 16388096 3711 1992294400 134512640 135225430 4294956176 18446744073709551615 134587369 0 0 4096 3 0 0 0 17 0 0 0
/proc/31306/statm: 4001 3711 76 174 0 3824 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21364

[startup+0.70189 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 31305
/proc/meminfo: memFree=1506400/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 5360

[startup+1.50197 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 31308
/proc/meminfo: memFree=1491656/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=12956 CPUtime=0.89
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 3023 0 0 0 88 1 0 0 24 0 1 0 222747803 13266944 3009 1992294400 134512640 135217611 4294956304 18446744073709551615 134528065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 3239 3009 76 172 0 3064 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 18316

[startup+3.10114 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 31308
/proc/meminfo: memFree=1490184/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=14800 CPUtime=2.48
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 3467 0 0 0 247 1 0 0 25 0 1 0 222747803 15155200 3453 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 3700 3453 76 172 0 3525 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 20160

[startup+6.30148 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 31308
/proc/meminfo: memFree=1486856/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=16676 CPUtime=5.69
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 3951 0 0 0 567 2 0 0 25 0 1 0 222747803 17076224 3937 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 4169 3937 76 172 0 3994 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 22036

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 31308
/proc/meminfo: memFree=1485072/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=18556 CPUtime=12.08
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 4428 0 0 0 1206 2 0 0 25 0 1 0 222747803 19001344 4414 1992294400 134512640 135217611 4294956304 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 4639 4414 76 172 0 4464 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 23916

[startup+25.5015 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 31308
/proc/meminfo: memFree=1483408/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=20484 CPUtime=24.87
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 4892 0 0 0 2485 2 0 0 25 0 1 0 222747803 20975616 4878 1992294400 134512640 135217611 4294956304 18446744073709551615 134537398 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 5121 4878 76 172 0 4946 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 25844

[startup+51.1012 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 31308
/proc/meminfo: memFree=1481168/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=22616 CPUtime=50.46
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 5447 0 0 0 5043 3 0 0 25 0 1 0 222747803 23158784 5433 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 5654 5433 77 172 0 5479 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 27976

[startup+102.306 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 31308
/proc/meminfo: memFree=1478736/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=25124 CPUtime=101.65
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 6056 0 0 0 10161 4 0 0 25 0 1 0 222747803 25726976 6042 1992294400 134512640 135217611 4294956304 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 6281 6042 77 172 0 6106 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 30484

[startup+162.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 31308
/proc/meminfo: memFree=1476112/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=27752 CPUtime=161.61
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 6709 0 0 0 16156 5 0 0 25 0 1 0 222747803 28418048 6695 1992294400 134512640 135217611 4294956304 18446744073709551615 134536894 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 6938 6695 77 172 0 6763 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 33112

[startup+222.301 s]
/proc/loadavg: 1.12 1.04 1.01 2/66 31308
/proc/meminfo: memFree=1474512/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=29332 CPUtime=221.59
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 7091 0 0 0 22154 5 0 0 25 0 1 0 222747803 30035968 7077 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 7333 7077 77 172 0 7158 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 34692

[startup+282.302 s]
/proc/loadavg: 1.08 1.04 1.01 2/66 31308
/proc/meminfo: memFree=1469968/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=33868 CPUtime=281.56
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 8234 0 0 0 28151 5 0 0 25 0 1 0 222747803 34680832 8220 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 8467 8220 77 172 0 8292 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 39228

[startup+342.301 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 31308
/proc/meminfo: memFree=1469712/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=34180 CPUtime=341.53
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 8294 0 0 0 34148 5 0 0 25 0 1 0 222747803 35000320 8280 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 8545 8280 77 172 0 8370 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 39540

[startup+402.302 s]

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

/proc/31308/statm: 18354 18045 77 172 0 18179 0
Current children cumulated CPU time (s) 4300.25
Current children cumulated vsize (KiB) 78776

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31316
/proc/meminfo: memFree=1429648/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=73684 CPUtime=4359.65
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 18134 0 0 0 435944 21 0 0 25 0 1 0 222747803 75452416 18120 1992294400 134512640 135217611 4294956304 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 18421 18120 77 172 0 18246 0
Current children cumulated CPU time (s) 4360.23
Current children cumulated vsize (KiB) 79044

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31316
/proc/meminfo: memFree=1429648/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=73684 CPUtime=4419.63
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 18134 0 0 0 441942 21 0 0 25 0 1 0 222747803 75452416 18120 1992294400 134512640 135217611 4294956304 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 18421 18120 77 172 0 18246 0
Current children cumulated CPU time (s) 4420.21
Current children cumulated vsize (KiB) 79044

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31316
/proc/meminfo: memFree=1429648/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=73684 CPUtime=4479.6
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 18135 0 0 0 447939 21 0 0 25 0 1 0 222747803 75452416 18121 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 18421 18121 77 172 0 18246 0
Current children cumulated CPU time (s) 4480.18
Current children cumulated vsize (KiB) 79044

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31316
/proc/meminfo: memFree=1429648/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=73684 CPUtime=4539.58
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 18138 0 0 0 453937 21 0 0 25 0 1 0 222747803 75452416 18124 1992294400 134512640 135217611 4294956304 18446744073709551615 134532938 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 18421 18124 77 172 0 18246 0
Current children cumulated CPU time (s) 4540.16
Current children cumulated vsize (KiB) 79044

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31316
/proc/meminfo: memFree=1429584/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=73684 CPUtime=4599.56
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 18139 0 0 0 459935 21 0 0 25 0 1 0 222747803 75452416 18125 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 18421 18125 77 172 0 18246 0
Current children cumulated CPU time (s) 4600.14
Current children cumulated vsize (KiB) 79044

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31316
/proc/meminfo: memFree=1429200/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=74080 CPUtime=4659.5
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 18223 0 0 0 465929 21 0 0 25 0 1 0 222747803 75857920 18209 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 18520 18209 77 172 0 18345 0
Current children cumulated CPU time (s) 4660.08
Current children cumulated vsize (KiB) 79440

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31316
/proc/meminfo: memFree=1429200/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=74080 CPUtime=4719.47
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 18223 0 0 0 471926 21 0 0 25 0 1 0 222747803 75857920 18209 1992294400 134512640 135217611 4294956304 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 18520 18209 77 172 0 18345 0
Current children cumulated CPU time (s) 4720.05
Current children cumulated vsize (KiB) 79440

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31316
/proc/meminfo: memFree=1423120/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=80292 CPUtime=4779.43
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 19794 0 0 0 477920 23 0 0 25 0 1 0 222747803 82219008 19780 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 20073 19780 77 172 0 19898 0
Current children cumulated CPU time (s) 4780.01
Current children cumulated vsize (KiB) 85652

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31316
/proc/meminfo: memFree=1423056/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=80292 CPUtime=4839.4
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 19794 0 0 0 483917 23 0 0 25 0 1 0 222747803 82219008 19780 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 20073 19780 77 172 0 19898 0
Current children cumulated CPU time (s) 4839.98
Current children cumulated vsize (KiB) 85652

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31316
/proc/meminfo: memFree=1423056/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=80292 CPUtime=4899.38
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 19794 0 0 0 489915 23 0 0 25 0 1 0 222747803 82219008 19780 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 20073 19780 77 172 0 19898 0
Current children cumulated CPU time (s) 4899.96
Current children cumulated vsize (KiB) 85652

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31318
/proc/meminfo: memFree=1422864/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=80292 CPUtime=4959.35
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 19794 0 0 0 495912 23 0 0 25 0 1 0 222747803 82219008 19780 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 20073 19780 77 172 0 19898 0
Current children cumulated CPU time (s) 4959.93
Current children cumulated vsize (KiB) 85652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31318
/proc/meminfo: memFree=1422864/2055920 swapFree=4191900/4192956
[pid=31305] ppid=31303 vsize=5360 CPUtime=0.58
/proc/31305/stat : 31305 (glucose.sh) S 31303 31305 31186 0 -1 4194304 313 4439 0 0 0 0 55 3 16 0 1 0 222747743 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31305/statm: 1340 238 195 169 0 51 0
[pid=31308] ppid=31305 vsize=80292 CPUtime=4999.43
/proc/31308/stat : 31308 (glucose_static) R 31305 31305 31186 0 -1 4194304 19794 0 0 0 499920 23 0 0 25 0 1 0 222747803 82219008 19780 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31308/statm: 20073 19780 77 172 0 19898 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 85652

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

Real time (s): 5002.41
CPU time (s): 5000.01
CPU user time (s): 4999.75
CPU system time (s): 0.26
CPU usage (%): 99.952
Max. virtual memory (cumulated for all children) (KiB): 85652

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

runsolver used 4.53231 second user time and 13.6659 second system time

The end

Launcher Data

Begin job on node62 at 2009-05-10 11:20:02
IDJOB=1784484
IDBENCH=71621
IDSOLVER=610
FILE ID=node62/1784484-1241947202
PBS_JOBID= 9265008
Free space on /tmp= 66468 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n7_i8_pp_ci_ce.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784484-1241947202/watcher-1784484-1241947202 -o /tmp/evaluation-result-1784484-1241947202/solver-1784484-1241947202 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784484-1241947202.cnf

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

MD5SUM BENCH= 545e53eb1c10ff91f4e2e16d7a8c9f9f
RANDOM SEED=1403220633

node62.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.220
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.220
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:       1506880 kB
Buffers:         55920 kB
Cached:         418656 kB
SwapCached:        268 kB
Active:         136876 kB
Inactive:       352532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1506880 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4700 kB
Writeback:           0 kB
Mapped:          23368 kB
Slab:            45484 kB
Committed_AS:   558248 kB
PageTables:       1456 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= 66464 MiB
End job on node62 at 2009-05-10 12:43:26