Trace number 1773544

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 424.718 424.93

General information on the benchmark

Namemanol-pipe-c10nid_i.cnf
MD5SUM5845608382cee59cce4973c50f16416c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark424.718
Satisfiable
(Un)Satisfiability was proved
Number of variables252516
Number of clauses750877
Sum of the clauses size1752045
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500584
Number of clauses of size 3250292
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.59/0.65	c ==============================================================================
0.59/0.65	c |           |     ORIGINAL     |              LEARNT              |          |
0.59/0.65	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.59/0.65	c ==============================================================================
0.59/0.65	c |         0 |  750876  1752044 |  225262       0        0     nan |  0.000 % |
4.58/4.69	c |         0 |  320735  1252421 |      --       0       --      -- |     --   | -430139/-499618
4.58/4.69	c ==============================================================================
4.58/4.69	c Result  :   #vars: 41437   #clauses: 320735   #literals: 1252421
4.58/4.69	c CPU time:   4.43733 s
4.58/4.69	c ==============================================================================
5.09/5.13	c
5.09/5.13	c Starting glucose
5.09/5.13	c
5.09/5.13	
5.09/5.13	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.09/5.13	
5.09/5.13	c ============================[ Problem Statistics ]=============================
5.09/5.13	c |                                                                             |
5.09/5.13	c |  Number of variables:  41437                                                |
5.09/5.13	c |  Number of clauses:    320735                                               |
5.12/5.41	c |  Parsing time:         0.25         s                                       |
424.57/424.89	c restarts              : 1492
424.57/424.89	c nb ReduceDB           : 36
424.57/424.89	c nb learnts DL2        : 9602
424.57/424.89	c nb learnts size 2     : 1587
424.57/424.89	c nb learnts size 1     : 156
424.57/424.90	c conflicts             : 1381017        (3292 /sec)
424.57/424.90	c decisions             : 7038724        (1.49 % random) (16781 /sec)
424.57/424.90	c propagations          : 452301310      (1078307 /sec)
424.57/424.90	c conflict literals     : 30489021       (21.71 % deleted)
424.57/424.90	c Memory used           : 52.52 MB
424.57/424.90	c CPU time              : 419.455 s
424.57/424.90	
424.67/424.90	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-1773544-1241258477/watcher-1773544-1241258477 -o /tmp/evaluation-result-1773544-1241258477/solver-1773544-1241258477 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773544-1241258477.cnf 

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 31088
/proc/meminfo: memFree=1440528/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=0
/proc/31088/stat : 31088 (glucose.sh) R 31086 31088 30985 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153881658 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 244671113887 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31088/statm: 1340 235 194 169 0 51 0
[pid=31089] ppid=31088 vsize=1284 CPUtime=0
/proc/31089/stat : 31089 (SatELite_releas) R 31088 31088 30985 0 -1 4194304 178 0 0 0 0 0 0 0 18 0 1 0 153881659 1314816 162 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31089/statm: 321 162 50 174 0 144 0

[startup+0.104951 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 31088
/proc/meminfo: memFree=1440528/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=0
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153881658 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31088/statm: 1340 236 195 169 0 51 0
[pid=31089] ppid=31088 vsize=18304 CPUtime=0.09
/proc/31089/stat : 31089 (SatELite_releas) R 31088 31088 30985 0 -1 4194304 3971 0 0 0 8 1 0 0 20 0 1 0 153881659 18743296 3955 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31089/statm: 4576 3956 50 174 0 4399 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23664

[startup+0.201968 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 31088
/proc/meminfo: memFree=1440528/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=0
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153881658 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31088/statm: 1340 236 195 169 0 51 0
[pid=31089] ppid=31088 vsize=35016 CPUtime=0.18
/proc/31089/stat : 31089 (SatELite_releas) R 31088 31088 30985 0 -1 4194304 7499 0 0 0 15 3 0 0 20 0 1 0 153881659 35856384 7483 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31089/statm: 8754 7484 50 174 0 8577 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 40376

[startup+0.301987 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 31088
/proc/meminfo: memFree=1440528/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=0
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153881658 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31088/statm: 1340 236 195 169 0 51 0
[pid=31089] ppid=31088 vsize=56936 CPUtime=0.29
/proc/31089/stat : 31089 (SatELite_releas) R 31088 31088 30985 0 -1 4194304 11028 0 0 0 23 6 0 0 21 0 1 0 153881659 58302464 11012 1992294400 134512640 135225430 4294956176 18446744073709551615 134717415 0 0 4096 3 0 0 0 17 0 0 0
/proc/31089/statm: 14234 11013 50 174 0 14057 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62296

[startup+0.70106 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 31088
/proc/meminfo: memFree=1440528/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=0
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153881658 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31088/statm: 1340 236 195 169 0 51 0
[pid=31089] ppid=31088 vsize=100388 CPUtime=0.69
/proc/31089/stat : 31089 (SatELite_releas) R 31088 31088 30985 0 -1 4194304 26060 0 0 0 57 12 0 0 25 0 1 0 153881659 102797312 24452 1992294400 134512640 135225430 4294956176 18446744073709551615 134577425 0 0 4096 3 0 0 0 17 0 0 0
/proc/31089/statm: 25097 24452 77 174 0 24920 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 105748

[startup+1.50221 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31090
/proc/meminfo: memFree=1334592/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=0
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153881658 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31088/statm: 1340 236 195 169 0 51 0
[pid=31089] ppid=31088 vsize=110244 CPUtime=1.49
/proc/31089/stat : 31089 (SatELite_releas) R 31088 31088 30985 0 -1 4194304 28258 0 0 0 134 15 0 0 25 0 1 0 153881659 112889856 26156 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31089/statm: 27561 26156 77 174 0 27384 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 115604

[startup+3.10151 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31090
/proc/meminfo: memFree=1321408/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=0
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153881658 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31088/statm: 1340 236 195 169 0 51 0
[pid=31089] ppid=31088 vsize=117704 CPUtime=3.09
/proc/31089/stat : 31089 (SatELite_releas) R 31088 31088 30985 0 -1 4194304 29999 0 0 0 289 20 0 0 25 0 1 0 153881659 120528896 27897 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31089/statm: 29426 27898 77 174 0 29249 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123064

[startup+6.30209 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1385728/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=29752 CPUtime=1.15
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 7025 0 0 0 112 3 0 0 25 0 1 0 153882172 30466048 6985 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 7438 6985 77 172 0 7263 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 35112

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1379200/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=33640 CPUtime=7.55
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 7986 0 0 0 751 4 0 0 25 0 1 0 153882172 34447360 7946 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 8410 7946 77 172 0 8235 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 39000

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1376128/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=36660 CPUtime=20.34
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 8743 0 0 0 2029 5 0 0 25 0 1 0 153882172 37539840 8703 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 9165 8703 77 172 0 8990 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 42020

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1374080/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=38588 CPUtime=45.93
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 9216 0 0 0 4587 6 0 0 25 0 1 0 153882172 39514112 9176 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 9647 9176 77 172 0 9472 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 43948

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1370944/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=42012 CPUtime=97.11
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 10034 0 0 0 9704 7 0 0 25 0 1 0 153882172 43020288 9994 1992294400 134512640 135217611 4294956288 18446744073709551615 134522674 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 10503 9994 77 172 0 10328 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 47372

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1368064/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=44664 CPUtime=157.07
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 10735 0 0 0 15700 7 0 0 25 0 1 0 153882172 45735936 10695 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 11166 10695 77 172 0 10991 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 50024

[startup+222.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1364992/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=48020 CPUtime=217.05
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 11512 0 0 0 21697 8 0 0 25 0 1 0 153882172 49172480 11472 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 12005 11472 77 172 0 11830 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 53380

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1362560/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=50284 CPUtime=277.02
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 12114 0 0 0 27693 9 0 0 25 0 1 0 153882172 51490816 12074 1992294400 134512640 135217611 4294956288 18446744073709551615 134526222 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 12571 12074 77 172 0 12396 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 55644

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1360064/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=52824 CPUtime=336.98
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 12743 0 0 0 33689 9 0 0 25 0 1 0 153882172 54091776 12703 1992294400 134512640 135217611 4294956288 18446744073709551615 134533362 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 13206 12703 77 172 0 13031 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 58184

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1359680/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=53248 CPUtime=396.95
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 12855 0 0 0 39686 9 0 0 25 0 1 0 153882172 54525952 12815 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 13312 12815 77 172 0 13137 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 58608

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

[startup+409.602 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1359040/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=53776 CPUtime=404.26
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 12999 0 0 0 40416 10 0 0 25 0 1 0 153882172 55066624 12959 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 13444 12959 77 172 0 13269 0
Current children cumulated CPU time (s) 409.38
Current children cumulated vsize (KiB) 59136

[startup+416.002 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1358976/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=53776 CPUtime=410.66
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 12999 0 0 0 41056 10 0 0 25 0 1 0 153882172 55066624 12959 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 13444 12959 77 172 0 13269 0
Current children cumulated CPU time (s) 415.78
Current children cumulated vsize (KiB) 59136

[startup+419.205 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1358976/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=53776 CPUtime=413.86
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 12999 0 0 0 41376 10 0 0 25 0 1 0 153882172 55066624 12959 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 13444 12959 77 172 0 13269 0
Current children cumulated CPU time (s) 418.98
Current children cumulated vsize (KiB) 59136

[startup+422.402 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1358976/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=53776 CPUtime=417.06
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 12999 0 0 0 41696 10 0 0 25 0 1 0 153882172 55066624 12959 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 13444 12959 77 172 0 13269 0
Current children cumulated CPU time (s) 422.18
Current children cumulated vsize (KiB) 59136

[startup+424.001 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1358976/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=53776 CPUtime=418.65
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 12999 0 0 0 41855 10 0 0 25 0 1 0 153882172 55066624 12959 1992294400 134512640 135217611 4294956288 18446744073709551615 134537007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 13444 12959 77 172 0 13269 0
Current children cumulated CPU time (s) 423.77
Current children cumulated vsize (KiB) 59136

[startup+424.401 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1358976/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=53776 CPUtime=419.05
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 12999 0 0 0 41895 10 0 0 25 0 1 0 153882172 55066624 12959 1992294400 134512640 135217611 4294956288 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 13444 12959 77 172 0 13269 0
Current children cumulated CPU time (s) 424.17
Current children cumulated vsize (KiB) 59136

[startup+424.801 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1358976/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=53776 CPUtime=419.45
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194304 12999 0 0 0 41935 10 0 0 25 0 1 0 153882172 55066624 12959 1992294400 134512640 135217611 4294956288 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 13444 12959 77 172 0 13269 0
Current children cumulated CPU time (s) 424.57
Current children cumulated vsize (KiB) 59136

[startup+424.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31091
/proc/meminfo: memFree=1358976/2055920 swapFree=4180196/4192956
[pid=31088] ppid=31086 vsize=5360 CPUtime=5.12
/proc/31088/stat : 31088 (glucose.sh) S 31086 31088 30985 0 -1 4194304 313 33237 0 0 0 0 483 29 16 0 1 0 153881658 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31088/statm: 1340 238 195 169 0 51 0
[pid=31091] ppid=31088 vsize=0 CPUtime=419.55
/proc/31091/stat : 31091 (glucose_static) R 31088 31088 30985 0 -1 4194308 13015 0 0 0 41945 10 0 0 25 0 1 0 153882172 0 0 1992294400 0 0 0 0 0 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31091/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 424.67
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 424.93
CPU time (s): 424.718
CPU user time (s): 424.293
CPU system time (s): 0.424935
CPU usage (%): 99.9503
Max. virtual memory (cumulated for all children) (KiB): 127860

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

runsolver used 0.341948 second user time and 1.21381 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-02 12:01:18
IDJOB=1773544
IDBENCH=69630
IDSOLVER=610
FILE ID=node7/1773544-1241258477
PBS_JOBID= 9224935
Free space on /tmp= 66548 MiB

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

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

MD5SUM BENCH= 5845608382cee59cce4973c50f16416c
RANDOM SEED=1888121976

node7.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.256
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.256
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:       1441008 kB
Buffers:         82000 kB
Cached:         435172 kB
SwapCached:       7108 kB
Active:          76776 kB
Inactive:       448812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1441008 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:           15088 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            75348 kB
Committed_AS:  1022708 kB
PageTables:       1444 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= 66548 MiB
End job on node7 at 2009-05-02 12:08:23