Trace number 1775404

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.0UNSAT 1023.56 1024

General information on the benchmark

Namemanol-pipe-f10ni.cnf
MD5SUMb99a5b8844b4e1d2656eb1422e6e888f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark579.848
Satisfiable
(Un)Satisfiability was proved
Number of variables368888
Number of clauses1100500
Sum of the clauses size2567832
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2733666
Number of clauses of size 3366833
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.89/0.97	c ==============================================================================
0.89/0.97	c |           |     ORIGINAL     |              LEARNT              |          |
0.89/0.97	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.89/0.97	c ==============================================================================
0.89/0.97	c |         0 | 1100499  2567831 |  330149       0        0     nan |  0.000 % |
6.89/6.96	c |         0 |  456317  1844839 |      --       0       --      -- |     --   | -644180/-722987
6.89/6.97	c ==============================================================================
6.89/6.97	c Result  :   #vars: 56393   #clauses: 456317   #literals: 1844839
6.89/6.97	c CPU time:   6.58 s
6.89/6.97	c ==============================================================================
7.59/7.61	c
7.59/7.61	c Starting glucose
7.59/7.61	c
7.59/7.61	
7.59/7.61	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
7.59/7.61	
7.59/7.61	c ============================[ Problem Statistics ]=============================
7.59/7.61	c |                                                                             |
7.59/7.61	c |  Number of variables:  56393                                                |
7.59/7.61	c |  Number of clauses:    456317                                               |
7.59/8.01	c |  Parsing time:         0.36         s                                       |
1023.44/1023.95	c restarts              : 1315
1023.44/1023.95	c nb ReduceDB           : 62
1023.44/1023.95	c nb learnts DL2        : 4028
1023.44/1023.95	c nb learnts size 2     : 742
1023.44/1023.95	c nb learnts size 1     : 75
1023.44/1023.95	c conflicts             : 3201119        (3151 /sec)
1023.44/1023.95	c decisions             : 8763354        (1.72 % random) (8627 /sec)
1023.44/1023.95	c propagations          : 843990618      (830904 /sec)
1023.44/1023.95	c conflict literals     : 122518589      (30.15 % deleted)
1023.44/1023.95	c Memory used           : 86.57 MB
1023.44/1023.95	c CPU time              : 1015.75 s
1023.44/1023.95	
1023.44/1023.97	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1775404-1241271211/watcher-1775404-1241271211 -o /tmp/evaluation-result-1775404-1241271211/solver-1775404-1241271211 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775404-1241271211.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.89 0.99 0.99 3/64 31857
/proc/meminfo: memFree=1284912/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=0
/proc/31857/stat : 31857 (glucose.sh) R 31855 31857 31820 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 155155216 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 252429527711 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31857/statm: 1340 235 194 169 0 51 0
[pid=31858] ppid=31857 vsize=1284 CPUtime=0
/proc/31858/stat : 31858 (SatELite_releas) R 31857 31857 31820 0 -1 4194304 178 0 0 0 0 0 0 0 18 0 1 0 155155216 1314816 162 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31858/statm: 321 162 50 174 0 144 0

[startup+0.099501 s]
/proc/loadavg: 0.89 0.99 0.99 3/64 31857
/proc/meminfo: memFree=1284912/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=0
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155155216 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31857/statm: 1340 236 195 169 0 51 0
[pid=31858] ppid=31857 vsize=17948 CPUtime=0.09
/proc/31858/stat : 31858 (SatELite_releas) R 31857 31857 31820 0 -1 4194304 3804 0 0 0 8 1 0 0 19 0 1 0 155155216 18378752 3788 1992294400 134512640 135225430 4294956176 18446744073709551615 134717415 0 0 4096 3 0 0 0 17 0 0 0
/proc/31858/statm: 4487 3789 50 174 0 4310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23308

[startup+0.1015 s]
/proc/loadavg: 0.89 0.99 0.99 3/64 31857
/proc/meminfo: memFree=1284912/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=0
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155155216 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31857/statm: 1340 236 195 169 0 51 0
[pid=31858] ppid=31857 vsize=18080 CPUtime=0.09
/proc/31858/stat : 31858 (SatELite_releas) R 31857 31857 31820 0 -1 4194304 3878 0 0 0 8 1 0 0 19 0 1 0 155155216 18513920 3862 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/31858/statm: 4520 3863 50 174 0 4343 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23440

[startup+0.301519 s]
/proc/loadavg: 0.89 0.99 0.99 3/64 31857
/proc/meminfo: memFree=1284912/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=0
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155155216 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31857/statm: 1340 236 195 169 0 51 0
[pid=31858] ppid=31857 vsize=57068 CPUtime=0.28
/proc/31858/stat : 31858 (SatELite_releas) R 31857 31857 31820 0 -1 4194304 11096 0 0 0 23 5 0 0 21 0 1 0 155155216 58437632 11080 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31858/statm: 14267 11081 50 174 0 14090 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 62428

[startup+0.70156 s]
/proc/loadavg: 0.89 0.99 0.99 3/64 31857
/proc/meminfo: memFree=1284912/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=0
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155155216 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31857/statm: 1340 236 195 169 0 51 0
[pid=31858] ppid=31857 vsize=122252 CPUtime=0.69
/proc/31858/stat : 31858 (SatELite_releas) R 31857 31857 31820 0 -1 4194304 25331 0 0 0 55 14 0 0 25 0 1 0 155155216 125186048 25315 1992294400 134512640 135225430 4294956176 18446744073709551615 134541534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31858/statm: 30563 25317 50 174 0 30386 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 127612

[startup+1.50164 s]
/proc/loadavg: 0.90 0.99 0.99 2/66 31859
/proc/meminfo: memFree=1142496/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=0
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155155216 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31857/statm: 1340 236 195 169 0 51 0
[pid=31858] ppid=31857 vsize=173568 CPUtime=1.49
/proc/31858/stat : 31858 (SatELite_releas) R 31857 31857 31820 0 -1 4194304 40576 0 0 0 127 22 0 0 25 0 1 0 155155216 177733632 37508 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31858/statm: 43392 37508 77 174 0 43215 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 178928

[startup+3.1018 s]
/proc/loadavg: 0.90 0.99 0.99 2/66 31859
/proc/meminfo: memFree=1124256/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=0
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155155216 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31857/statm: 1340 236 195 169 0 51 0
[pid=31858] ppid=31857 vsize=180876 CPUtime=3.09
/proc/31858/stat : 31858 (SatELite_releas) R 31857 31857 31820 0 -1 4194304 42166 0 0 0 283 26 0 0 25 0 1 0 155155216 185217024 39098 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31858/statm: 45219 39098 77 174 0 45042 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 186236

[startup+6.30211 s]
/proc/loadavg: 0.91 0.99 0.99 2/66 31859
/proc/meminfo: memFree=1087592/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=0
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155155216 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31857/statm: 1340 236 195 169 0 51 0
[pid=31858] ppid=31857 vsize=187464 CPUtime=6.28
/proc/31858/stat : 31858 (SatELite_releas) R 31857 31857 31820 0 -1 4194304 44437 0 0 0 592 36 0 0 25 0 1 0 155155216 191963136 40647 1992294400 134512640 135225430 4294956176 18446744073709551615 134586009 0 0 4096 3 0 0 0 17 0 0 0
/proc/31858/statm: 46866 40647 77 174 0 46689 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 192824

[startup+12.7017 s]
/proc/loadavg: 0.91 0.99 0.99 2/66 31860
/proc/meminfo: memFree=1198888/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=42912 CPUtime=5.08
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 10478 0 0 0 502 6 0 0 25 0 1 0 155155977 43941888 10419 1992294400 134512640 135217611 4294956288 18446744073709551615 134533073 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 10728 10419 77 172 0 10553 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 48272

[startup+25.502 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 31860
/proc/meminfo: memFree=1192808/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=49004 CPUtime=17.87
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 11964 0 0 0 1780 7 0 0 25 0 1 0 155155977 50180096 11905 1992294400 134512640 135217611 4294956288 18446744073709551615 134537548 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 12251 11905 77 172 0 12076 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 54364

[startup+51.1016 s]
/proc/loadavg: 0.95 0.99 0.99 2/66 31860
/proc/meminfo: memFree=1188648/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=53304 CPUtime=43.45
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 13041 0 0 0 4337 8 0 0 25 0 1 0 155155977 54583296 12982 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 13326 12982 77 172 0 13151 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 58664

[startup+102.306 s]
/proc/loadavg: 0.98 0.99 0.99 2/66 31860
/proc/meminfo: memFree=1183784/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=58092 CPUtime=94.63
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 14208 0 0 0 9454 9 0 0 25 0 1 0 155155977 59486208 14149 1992294400 134512640 135217611 4294956288 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 14523 14149 77 172 0 14348 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 63452

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31860
/proc/meminfo: memFree=1179432/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=62552 CPUtime=154.6
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 15297 0 0 0 15451 9 0 0 25 0 1 0 155155977 64053248 15238 1992294400 134512640 135217611 4294956288 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 15638 15238 77 172 0 15463 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 67912

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31860
/proc/meminfo: memFree=1176680/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=65348 CPUtime=214.57
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 15990 0 0 0 21447 10 0 0 25 0 1 0 155155977 66916352 15931 1992294400 134512640 135217611 4294956288 18446744073709551615 134536950 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 16337 15931 77 172 0 16162 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 70708

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31860
/proc/meminfo: memFree=1172968/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=69148 CPUtime=274.55
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 16905 0 0 0 27444 11 0 0 25 0 1 0 155155977 70807552 16846 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 17287 16846 77 172 0 17112 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 74508

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31862
/proc/meminfo: memFree=1170344/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=71696 CPUtime=334.53
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 17564 0 0 0 33441 12 0 0 25 0 1 0 155155977 73416704 17505 1992294400 134512640 135217611 4294956288 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 17924 17505 77 172 0 17749 0
Current children cumulated CPU time (s) 342.12

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


[startup+642.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31862
/proc/meminfo: memFree=1158568/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=83656 CPUtime=634.41
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 20515 0 0 0 63427 14 0 0 25 0 1 0 155155977 85663744 20456 1992294400 134512640 135217611 4294956288 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 20914 20456 77 172 0 20739 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 89016

[startup+702.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31862
/proc/meminfo: memFree=1156968/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=85464 CPUtime=694.39
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 20899 0 0 0 69424 15 0 0 25 0 1 0 155155977 87515136 20840 1992294400 134512640 135217611 4294956288 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 21366 20840 77 172 0 21191 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 90824

[startup+762.305 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31862
/proc/meminfo: memFree=1155560/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=87056 CPUtime=754.36
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 21268 0 0 0 75421 15 0 0 25 0 1 0 155155977 89145344 21209 1992294400 134512640 135217611 4294956288 18446744073709551615 134522710 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 21764 21209 77 172 0 21589 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 92416

[startup+822.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31862
/proc/meminfo: memFree=1155496/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=87056 CPUtime=814.33
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 21268 0 0 0 81418 15 0 0 25 0 1 0 155155977 89145344 21209 1992294400 134512640 135217611 4294956288 18446744073709551615 134533209 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 21764 21209 77 172 0 21589 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 92416

[startup+882.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31862
/proc/meminfo: memFree=1155112/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=87440 CPUtime=874.31
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 21361 0 0 0 87416 15 0 0 25 0 1 0 155155977 89538560 21302 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 21860 21302 77 172 0 21685 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 92800

[startup+942.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31862
/proc/meminfo: memFree=1154920/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=87628 CPUtime=934.28
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 21424 0 0 0 93412 16 0 0 25 0 1 0 155155977 89731072 21365 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 21907 21365 77 172 0 21732 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 92988

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31862
/proc/meminfo: memFree=1154088/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=88452 CPUtime=994.26
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 21609 0 0 0 99410 16 0 0 25 0 1 0 155155977 90574848 21550 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 22113 21550 77 172 0 21938 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 93812

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

[startup+1011.1 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31862
/proc/meminfo: memFree=1154088/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=88452 CPUtime=1003.06
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 21611 0 0 0 100290 16 0 0 25 0 1 0 155155977 90574848 21552 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 22113 21552 77 172 0 21938 0
Current children cumulated CPU time (s) 1010.65
Current children cumulated vsize (KiB) 93812

[startup+1017.51 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31862
/proc/meminfo: memFree=1154088/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=88452 CPUtime=1009.45
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 21613 0 0 0 100929 16 0 0 25 0 1 0 155155977 90574848 21554 1992294400 134512640 135217611 4294956288 18446744073709551615 134533622 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 22113 21554 77 172 0 21938 0
Current children cumulated CPU time (s) 1017.04
Current children cumulated vsize (KiB) 93812

[startup+1020.7 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31862
/proc/meminfo: memFree=1154088/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=88452 CPUtime=1012.65
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 21613 0 0 0 101249 16 0 0 25 0 1 0 155155977 90574848 21554 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 22113 21554 77 172 0 21938 0
Current children cumulated CPU time (s) 1020.24
Current children cumulated vsize (KiB) 93812

[startup+1022.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31862
/proc/meminfo: memFree=1154024/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=88644 CPUtime=1014.25
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 21632 0 0 0 101409 16 0 0 25 0 1 0 155155977 90771456 21573 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 22161 21573 77 172 0 21986 0
Current children cumulated CPU time (s) 1021.84
Current children cumulated vsize (KiB) 94004

[startup+1023.1 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31862
/proc/meminfo: memFree=1154024/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=88644 CPUtime=1015.05
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 21632 0 0 0 101489 16 0 0 25 0 1 0 155155977 90771456 21573 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 22161 21573 77 172 0 21986 0
Current children cumulated CPU time (s) 1022.64
Current children cumulated vsize (KiB) 94004

[startup+1023.5 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31862
/proc/meminfo: memFree=1154024/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=88644 CPUtime=1015.45
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 21632 0 0 0 101529 16 0 0 25 0 1 0 155155977 90771456 21573 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 22161 21573 77 172 0 21986 0
Current children cumulated CPU time (s) 1023.04
Current children cumulated vsize (KiB) 94004

[startup+1023.9 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 31862
/proc/meminfo: memFree=1154024/2055920 swapFree=4175308/4192956
[pid=31857] ppid=31855 vsize=5360 CPUtime=7.59
/proc/31857/stat : 31857 (glucose.sh) S 31855 31857 31820 0 -1 4194304 313 48207 0 0 0 0 713 46 16 0 1 0 155155216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31857/statm: 1340 238 195 169 0 51 0
[pid=31860] ppid=31857 vsize=88644 CPUtime=1015.85
/proc/31860/stat : 31860 (glucose_static) R 31857 31857 31820 0 -1 4194304 21632 0 0 0 101569 16 0 0 25 0 1 0 155155977 90771456 21573 1992294400 134512640 135217611 4294956288 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31860/statm: 22161 21573 77 172 0 21986 0
Current children cumulated CPU time (s) 1023.44
Current children cumulated vsize (KiB) 94004

Child status: 20
Real time (s): 1024
CPU time (s): 1023.56
CPU user time (s): 1022.89
CPU system time (s): 0.672897
CPU usage (%): 99.9573
Max. virtual memory (cumulated for all children) (KiB): 198980

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

runsolver used 0.811876 second user time and 2.92256 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-02 15:33:32
IDJOB=1775404
IDBENCH=71749
IDSOLVER=610
FILE ID=node12/1775404-1241271211
PBS_JOBID= 9224998
Free space on /tmp= 66464 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/manol-pipe-f10ni.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775404-1241271211/watcher-1775404-1241271211 -o /tmp/evaluation-result-1775404-1241271211/solver-1775404-1241271211 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775404-1241271211.cnf

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

MD5SUM BENCH= b99a5b8844b4e1d2656eb1422e6e888f
RANDOM SEED=404636839

node12.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:       1285392 kB
Buffers:         79384 kB
Cached:         589776 kB
SwapCached:      11928 kB
Active:         116608 kB
Inactive:       566712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1285392 kB
SwapTotal:     4192956 kB
SwapFree:      4175308 kB
Dirty:           21676 kB
Writeback:           0 kB
Mapped:          13424 kB
Slab:            73260 kB
Committed_AS:   830632 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node12 at 2009-05-02 15:50:36