Trace number 1775334

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 75.6755 75.7355

General information on the benchmark

Namevelev-live-uns-2.0-ebuf.cnf
MD5SUM67de5cf23f11aa400b48f4451ee5f362
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.4278
Satisfiable
(Un)Satisfiability was proved
Number of variables14628
Number of clauses161477
Sum of the clauses size460215
Maximum clause length88
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2133719
Number of clauses of size 316973
Number of clauses of size 4833
Number of clauses of size 5676
Number of clauses of size over 59275

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 |  161476   460214 |   48442       0        0     nan |  0.000 % |
1.19/1.23	c |         0 |  154193   474553 |      --       0       --      -- |     --   | -7234/14448
1.19/1.24	c ==============================================================================
1.19/1.24	c Result  :   #vars: 11514   #clauses: 154193   #literals: 474553
1.19/1.24	c CPU time:   1.21081 s
1.19/1.24	c ==============================================================================
1.29/1.38	c
1.29/1.38	c Starting glucose
1.29/1.38	c
1.29/1.38	
1.29/1.38	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.29/1.38	
1.29/1.39	c ============================[ Problem Statistics ]=============================
1.29/1.39	c |                                                                             |
1.29/1.39	c |  Number of variables:  11514                                                |
1.29/1.39	c |  Number of clauses:    154193                                               |
1.38/1.50	c |  Parsing time:         0.10         s                                       |
75.63/75.72	c restarts              : 110
75.63/75.72	c nb ReduceDB           : 10
75.63/75.72	c nb learnts DL2        : 556
75.63/75.72	c nb learnts size 2     : 342
75.63/75.72	c nb learnts size 1     : 8
75.63/75.72	c conflicts             : 272635         (3673 /sec)
75.63/75.72	c decisions             : 647822         (0.59 % random) (8728 /sec)
75.63/75.72	c propagations          : 78046729       (1051492 /sec)
75.63/75.72	c conflict literals     : 16838702       (61.24 % deleted)
75.63/75.72	c Memory used           : 28.16 MB
75.63/75.72	c CPU time              : 74.2247 s
75.63/75.72	
75.63/75.72	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-1775334-1241270731/watcher-1775334-1241270731 -o /tmp/evaluation-result-1775334-1241270731/solver-1775334-1241270731 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775334-1241270731.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: 1.10 1.09 1.03 3/64 29609
/proc/meminfo: memFree=1604584/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=0
/proc/29609/stat : 29609 (glucose.sh) R 29607 29609 29542 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 155106797 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919867039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29609/statm: 1340 235 194 169 0 51 0
[pid=29610] ppid=29609 vsize=1152 CPUtime=0
/proc/29610/stat : 29610 (SatELite_releas) R 29609 29609 29542 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 155106797 1179648 124 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29610/statm: 288 124 50 174 0 111 0

[startup+0.0607819 s]
/proc/loadavg: 1.10 1.09 1.03 3/64 29609
/proc/meminfo: memFree=1604584/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=0
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155106797 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29609/statm: 1340 236 195 169 0 51 0
[pid=29610] ppid=29609 vsize=6800 CPUtime=0.04
/proc/29610/stat : 29610 (SatELite_releas) R 29609 29609 29542 0 -1 4194304 1407 0 0 0 4 0 0 0 19 0 1 0 155106797 6963200 1391 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29610/statm: 1700 1391 50 174 0 1523 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12160

[startup+0.101791 s]
/proc/loadavg: 1.10 1.09 1.03 3/64 29609
/proc/meminfo: memFree=1604584/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=0
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155106797 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29609/statm: 1340 236 195 169 0 51 0
[pid=29610] ppid=29609 vsize=10084 CPUtime=0.09
/proc/29610/stat : 29610 (SatELite_releas) R 29609 29609 29542 0 -1 4194304 2255 0 0 0 8 1 0 0 19 0 1 0 155106797 10326016 2239 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29610/statm: 2521 2240 50 174 0 2344 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15444

[startup+0.301832 s]
/proc/loadavg: 1.10 1.09 1.03 3/64 29609
/proc/meminfo: memFree=1604584/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=0
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155106797 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29609/statm: 1340 236 195 169 0 51 0
[pid=29610] ppid=29609 vsize=16464 CPUtime=0.29
/proc/29610/stat : 29610 (SatELite_releas) R 29609 29609 29542 0 -1 4194304 3944 0 0 0 27 2 0 0 21 0 1 0 155106797 16859136 3628 1992294400 134512640 135225430 4294956176 18446744073709551615 134587334 0 0 4096 3 0 0 0 17 0 0 0
/proc/29610/statm: 4116 3628 77 174 0 3939 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21824

[startup+0.701918 s]
/proc/loadavg: 1.10 1.09 1.03 3/64 29609
/proc/meminfo: memFree=1604584/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=0
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155106797 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29609/statm: 1340 236 195 169 0 51 0
[pid=29610] ppid=29609 vsize=16784 CPUtime=0.69
/proc/29610/stat : 29610 (SatELite_releas) R 29609 29609 29542 0 -1 4194304 4034 0 0 0 67 2 0 0 25 0 1 0 155106797 17186816 3718 1992294400 134512640 135225430 4294956176 18446744073709551615 134587334 0 0 4096 3 0 0 0 17 0 0 0
/proc/29610/statm: 4196 3718 77 174 0 4019 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22144

[startup+1.5021 s]
/proc/loadavg: 1.10 1.09 1.03 2/66 29611
/proc/meminfo: memFree=1587800/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=1.38
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 313 4686 0 0 0 0 135 3 16 0 1 0 155106797 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29609/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 5360

[startup+3.10143 s]
/proc/loadavg: 1.10 1.09 1.03 2/66 29612
/proc/meminfo: memFree=1589080/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=1.38
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 313 4686 0 0 0 0 135 3 16 0 1 0 155106797 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29609/statm: 1340 238 195 169 0 51 0
[pid=29612] ppid=29609 vsize=14324 CPUtime=1.69
/proc/29612/stat : 29612 (glucose_static) R 29609 29609 29542 0 -1 4194304 3403 0 0 0 168 1 0 0 25 0 1 0 155106936 14667776 3389 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29612/statm: 3581 3389 77 172 0 3406 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19684

[startup+6.30112 s]
/proc/loadavg: 1.09 1.08 1.03 2/66 29612
/proc/meminfo: memFree=1583512/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=1.38
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 313 4686 0 0 0 0 135 3 16 0 1 0 155106797 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29609/statm: 1340 238 195 169 0 51 0
[pid=29612] ppid=29609 vsize=18080 CPUtime=4.9
/proc/29612/stat : 29612 (glucose_static) R 29609 29609 29542 0 -1 4194304 4335 0 0 0 487 3 0 0 25 0 1 0 155106936 18513920 4321 1992294400 134512640 135217611 4294956288 18446744073709551615 134527911 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29612/statm: 4520 4321 77 172 0 4345 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 23440

[startup+12.7015 s]
/proc/loadavg: 1.08 1.08 1.03 2/66 29612
/proc/meminfo: memFree=1582040/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=1.38
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 313 4686 0 0 0 0 135 3 16 0 1 0 155106797 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29609/statm: 1340 238 195 169 0 51 0
[pid=29612] ppid=29609 vsize=20012 CPUtime=11.29
/proc/29612/stat : 29612 (glucose_static) R 29609 29609 29542 0 -1 4194304 4799 0 0 0 1126 3 0 0 25 0 1 0 155106936 20492288 4785 1992294400 134512640 135217611 4294956288 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29612/statm: 5003 4785 77 172 0 4828 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 25372

[startup+25.5012 s]
/proc/loadavg: 1.06 1.08 1.03 2/66 29612
/proc/meminfo: memFree=1577560/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=1.38
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 313 4686 0 0 0 0 135 3 16 0 1 0 155106797 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29609/statm: 1340 238 195 169 0 51 0
[pid=29612] ppid=29609 vsize=24344 CPUtime=24.08
/proc/29612/stat : 29612 (glucose_static) R 29609 29609 29542 0 -1 4194304 5881 0 0 0 2404 4 0 0 25 0 1 0 155106936 24928256 5867 1992294400 134512640 135217611 4294956288 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29612/statm: 6086 5867 77 172 0 5911 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 29704

[startup+51.1017 s]
/proc/loadavg: 1.04 1.07 1.03 2/66 29612
/proc/meminfo: memFree=1574808/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=1.38
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 313 4686 0 0 0 0 135 3 16 0 1 0 155106797 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29609/statm: 1340 238 195 169 0 51 0
[pid=29612] ppid=29609 vsize=27244 CPUtime=49.67
/proc/29612/stat : 29612 (glucose_static) R 29609 29609 29542 0 -1 4194304 6571 0 0 0 4962 5 0 0 25 0 1 0 155106936 27897856 6557 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29612/statm: 6811 6557 77 172 0 6636 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 32604

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

[startup+63.9014 s]
/proc/loadavg: 1.04 1.07 1.02 2/66 29612
/proc/meminfo: memFree=1574424/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=1.38
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 313 4686 0 0 0 0 135 3 16 0 1 0 155106797 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29609/statm: 1340 238 195 169 0 51 0
[pid=29612] ppid=29609 vsize=27580 CPUtime=62.45
/proc/29612/stat : 29612 (glucose_static) R 29609 29609 29542 0 -1 4194304 6666 0 0 0 6240 5 0 0 25 0 1 0 155106936 28241920 6652 1992294400 134512640 135217611 4294956288 18446744073709551615 134533631 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29612/statm: 6895 6652 77 172 0 6720 0
Current children cumulated CPU time (s) 63.83
Current children cumulated vsize (KiB) 32940

[startup+70.3018 s]
/proc/loadavg: 1.03 1.06 1.02 2/66 29612
/proc/meminfo: memFree=1573336/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=1.38
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 313 4686 0 0 0 0 135 3 16 0 1 0 155106797 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29609/statm: 1340 238 195 169 0 51 0
[pid=29612] ppid=29609 vsize=28648 CPUtime=68.85
/proc/29612/stat : 29612 (glucose_static) R 29609 29609 29542 0 -1 4194304 6949 0 0 0 6880 5 0 0 25 0 1 0 155106936 29335552 6935 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29612/statm: 7162 6935 77 172 0 6987 0
Current children cumulated CPU time (s) 70.23
Current children cumulated vsize (KiB) 34008

[startup+73.5015 s]
/proc/loadavg: 1.03 1.06 1.02 2/66 29612
/proc/meminfo: memFree=1573336/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=1.38
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 313 4686 0 0 0 0 135 3 16 0 1 0 155106797 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29609/statm: 1340 238 195 169 0 51 0
[pid=29612] ppid=29609 vsize=28648 CPUtime=72.05
/proc/29612/stat : 29612 (glucose_static) R 29609 29609 29542 0 -1 4194304 6950 0 0 0 7200 5 0 0 25 0 1 0 155106936 29335552 6936 1992294400 134512640 135217611 4294956288 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29612/statm: 7162 6936 77 172 0 6987 0
Current children cumulated CPU time (s) 73.43
Current children cumulated vsize (KiB) 34008

[startup+75.1018 s]
/proc/loadavg: 1.03 1.06 1.02 2/66 29612
/proc/meminfo: memFree=1573336/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=1.38
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 313 4686 0 0 0 0 135 3 16 0 1 0 155106797 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29609/statm: 1340 238 195 169 0 51 0
[pid=29612] ppid=29609 vsize=28828 CPUtime=73.65
/proc/29612/stat : 29612 (glucose_static) R 29609 29609 29542 0 -1 4194304 6965 0 0 0 7360 5 0 0 25 0 1 0 155106936 29519872 6951 1992294400 134512640 135217611 4294956288 18446744073709551615 134528147 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29612/statm: 7207 6951 77 172 0 7032 0
Current children cumulated CPU time (s) 75.03
Current children cumulated vsize (KiB) 34188

[startup+75.5019 s]
/proc/loadavg: 1.03 1.06 1.02 2/66 29612
/proc/meminfo: memFree=1573336/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=1.38
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 313 4686 0 0 0 0 135 3 16 0 1 0 155106797 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29609/statm: 1340 238 195 169 0 51 0
[pid=29612] ppid=29609 vsize=28828 CPUtime=74.05
/proc/29612/stat : 29612 (glucose_static) R 29609 29609 29542 0 -1 4194304 6968 0 0 0 7400 5 0 0 25 0 1 0 155106936 29519872 6954 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29612/statm: 7207 6954 77 172 0 7032 0
Current children cumulated CPU time (s) 75.43
Current children cumulated vsize (KiB) 34188

[startup+75.702 s]
/proc/loadavg: 1.03 1.06 1.02 2/66 29612
/proc/meminfo: memFree=1573336/2055920 swapFree=4178716/4192956
[pid=29609] ppid=29607 vsize=5360 CPUtime=1.38
/proc/29609/stat : 29609 (glucose.sh) S 29607 29609 29542 0 -1 4194304 313 4686 0 0 0 0 135 3 16 0 1 0 155106797 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29609/statm: 1340 238 195 169 0 51 0
[pid=29612] ppid=29609 vsize=28828 CPUtime=74.25
/proc/29612/stat : 29612 (glucose_static) R 29609 29609 29542 0 -1 4194304 6968 0 0 0 7420 5 0 0 25 0 1 0 155106936 29519872 6954 1992294400 134512640 135217611 4294956288 18446744073709551615 134522955 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29612/statm: 7207 6954 77 172 0 7032 0
Current children cumulated CPU time (s) 75.63
Current children cumulated vsize (KiB) 34188

Child status: 20
Real time (s): 75.7355
CPU time (s): 75.6755
CPU user time (s): 75.5775
CPU system time (s): 0.097985
CPU usage (%): 99.9207
Max. virtual memory (cumulated for all children) (KiB): 34188

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

runsolver used 0.065989 second user time and 0.219966 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-02 15:25:31
IDJOB=1775334
IDBENCH=71731
IDSOLVER=610
FILE ID=node10/1775334-1241270731
PBS_JOBID= 9224995
Free space on /tmp= 66556 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/velev-live-uns-2.0-ebuf.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775334-1241270731/watcher-1775334-1241270731 -o /tmp/evaluation-result-1775334-1241270731/solver-1775334-1241270731 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775334-1241270731.cnf

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

MD5SUM BENCH= 67de5cf23f11aa400b48f4451ee5f362
RANDOM SEED=1795535159

node10.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.263
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	: 5931.00
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.263
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:       1605128 kB
Buffers:         73788 kB
Cached:         279948 kB
SwapCached:       8024 kB
Active:          77516 kB
Inactive:       285896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605128 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:            4372 kB
Writeback:           0 kB
Mapped:          13460 kB
Slab:            73512 kB
Committed_AS:   687924 kB
PageTables:       1372 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= 66552 MiB
End job on node10 at 2009-05-02 15:26:47