Trace number 1724444

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 44.8372 45.0469

General information on the benchmark

Namemanol-pipe-c6nidw_i.cnf
MD5SUM15c4413e436aecbd4fcb1d7037e18abf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.8372
Satisfiable
(Un)Satisfiability was proved
Number of variables95863
Number of clauses283363
Sum of the clauses size661179
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2188908
Number of clauses of size 394454
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.19/0.24	c ==============================================================================
0.19/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.24	c ==============================================================================
0.19/0.24	c |         0 |  283362   661178 |   85008       0        0     nan |  0.000 % |
1.59/1.68	c |         0 |  123377   480567 |      --       0       --      -- |     --   | -159983/-180606
1.59/1.68	c ==============================================================================
1.59/1.68	c Result  :   #vars: 16544   #clauses: 123377   #literals: 480567
1.59/1.68	c CPU time:   1.57976 s
1.59/1.68	c ==============================================================================
1.79/1.84	c
1.79/1.84	c Starting glucose
1.79/1.84	c
1.79/1.85	
1.79/1.85	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.79/1.85	
1.79/1.85	c ============================[ Problem Statistics ]=============================
1.79/1.85	c |                                                                             |
1.79/1.85	c |  Number of variables:  16544                                                |
1.79/1.85	c |  Number of clauses:    123377                                               |
1.84/1.95	c |  Parsing time:         0.09         s                                       |
44.78/45.03	c restarts              : 204
44.78/45.03	c nb ReduceDB           : 10
44.78/45.03	c nb learnts DL2        : 2460
44.78/45.03	c nb learnts size 2     : 463
44.78/45.03	c nb learnts size 1     : 51
44.78/45.03	c conflicts             : 269282         (6272 /sec)
44.78/45.03	c decisions             : 1252735        (1.52 % random) (29177 /sec)
44.78/45.03	c propagations          : 49695687       (1157451 /sec)
44.78/45.03	c conflict literals     : 5108872        (23.40 % deleted)
44.78/45.03	c Memory used           : 20.76 MB
44.78/45.03	c CPU time              : 42.9355 s
44.78/45.03	
44.78/45.03	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-1724444-1240696216/watcher-1724444-1240696216 -o /tmp/evaluation-result-1724444-1240696216/solver-1724444-1240696216 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1724444-1240696216.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.81 1.44 2/64 20347
/proc/meminfo: memFree=1589104/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=0
/proc/20347/stat : 20347 (glucose.sh) R 20345 20347 20097 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 97654921 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871608479 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/20347/statm: 1340 235 194 169 0 51 0
[pid=20348] ppid=20347 vsize=1284 CPUtime=0
/proc/20348/stat : 20348 (SatELite_releas) R 20347 20347 20097 0 -1 4194304 179 0 0 0 0 0 0 0 18 0 1 0 97654921 1314816 163 1992294400 134512640 135225430 4294956160 18446744073709551615 134543604 0 0 4096 3 0 0 0 17 0 0 0
/proc/20348/statm: 321 164 50 174 0 144 0

[startup+0.0795541 s]
/proc/loadavg: 1.83 1.81 1.44 2/64 20347
/proc/meminfo: memFree=1589104/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=0
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97654921 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20347/statm: 1340 236 195 169 0 51 0
[pid=20348] ppid=20347 vsize=15164 CPUtime=0.06
/proc/20348/stat : 20348 (SatELite_releas) R 20347 20347 20097 0 -1 4194304 3014 0 0 0 5 1 0 0 19 0 1 0 97654921 15527936 2998 1992294400 134512640 135225430 4294956160 18446744073709551615 134543671 0 0 4096 3 0 0 0 17 0 0 0
/proc/20348/statm: 3791 2999 50 174 0 3614 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20524

[startup+0.101559 s]
/proc/loadavg: 1.83 1.81 1.44 2/64 20347
/proc/meminfo: memFree=1589104/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=0
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97654921 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20347/statm: 1340 236 195 169 0 51 0
[pid=20348] ppid=20347 vsize=17788 CPUtime=0.09
/proc/20348/stat : 20348 (SatELite_releas) R 20347 20347 20097 0 -1 4194304 3804 0 0 0 7 2 0 0 19 0 1 0 97654921 18214912 3788 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/20348/statm: 4447 3788 50 174 0 4270 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23148

[startup+0.301596 s]
/proc/loadavg: 1.83 1.81 1.44 2/64 20347
/proc/meminfo: memFree=1589104/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=0
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97654921 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20347/statm: 1340 236 195 169 0 51 0
[pid=20348] ppid=20347 vsize=44360 CPUtime=0.29
/proc/20348/stat : 20348 (SatELite_releas) R 20347 20347 20097 0 -1 4194304 10477 0 0 0 23 6 0 0 21 0 1 0 97654921 45424640 9672 1992294400 134512640 135225430 4294956160 18446744073709551615 134549401 0 0 4096 3 0 0 0 17 0 0 0
/proc/20348/statm: 11090 9672 77 174 0 10913 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49720

[startup+0.701672 s]
/proc/loadavg: 1.83 1.81 1.44 2/64 20347
/proc/meminfo: memFree=1589104/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=0
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97654921 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20347/statm: 1340 236 195 169 0 51 0
[pid=20348] ppid=20347 vsize=46876 CPUtime=0.69
/proc/20348/stat : 20348 (SatELite_releas) R 20347 20347 20097 0 -1 4194304 11014 0 0 0 61 8 0 0 25 0 1 0 97654921 48001024 10209 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/20348/statm: 11719 10210 77 174 0 11542 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52236

[startup+1.50182 s]
/proc/loadavg: 1.83 1.81 1.44 2/66 20349
/proc/meminfo: memFree=1540896/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=0
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97654921 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20347/statm: 1340 236 195 169 0 51 0
[pid=20348] ppid=20347 vsize=48952 CPUtime=1.49
/proc/20348/stat : 20348 (SatELite_releas) R 20347 20347 20097 0 -1 4194304 11671 0 0 0 139 10 0 0 25 0 1 0 97654921 50126848 10678 1992294400 134512640 135225430 4294956160 18446744073709551615 134723648 0 0 4096 3 0 0 0 17 0 0 0
/proc/20348/statm: 12238 10678 77 174 0 12061 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54312

[startup+3.31863 s]
/proc/loadavg: 1.83 1.81 1.44 2/66 20350
/proc/meminfo: memFree=1566432/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=1.84
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 313 12030 0 0 0 0 172 12 16 0 1 0 97654921 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20347/statm: 1340 238 195 169 0 51 0
[pid=20350] ppid=20347 vsize=13788 CPUtime=1.55
/proc/20350/stat : 20350 (glucose_static) R 20347 20347 20097 0 -1 4194304 3274 0 0 0 154 1 0 0 25 0 1 0 97655106 14118912 3260 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20350/statm: 3447 3269 77 172 0 3272 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 19148

[startup+7.2709 s]
/proc/loadavg: 1.93 1.83 1.45 2/66 20350
/proc/meminfo: memFree=1562976/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=1.84
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 313 12030 0 0 0 0 172 12 16 0 1 0 97654921 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20347/statm: 1340 238 195 169 0 51 0
[pid=20350] ppid=20347 vsize=16136 CPUtime=5.36
/proc/20350/stat : 20350 (glucose_static) R 20347 20347 20097 0 -1 4194304 3859 0 0 0 534 2 0 0 25 0 1 0 97655106 16523264 3845 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20350/statm: 4034 3845 77 172 0 3859 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 21496

[startup+12.7069 s]
/proc/loadavg: 1.93 1.84 1.45 2/66 20350
/proc/meminfo: memFree=1560992/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=1.84
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 313 12030 0 0 0 0 172 12 16 0 1 0 97654921 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20347/statm: 1340 238 195 169 0 51 0
[pid=20350] ppid=20347 vsize=17720 CPUtime=10.68
/proc/20350/stat : 20350 (glucose_static) R 20347 20347 20097 0 -1 4194304 4256 0 0 0 1065 3 0 0 25 0 1 0 97655106 18145280 4242 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20350/statm: 4430 4242 77 172 0 4255 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 23080

[startup+25.5013 s]
/proc/loadavg: 1.73 1.79 1.44 2/66 20350
/proc/meminfo: memFree=1559328/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=1.84
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 313 12030 0 0 0 0 172 12 16 0 1 0 97654921 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20347/statm: 1340 238 195 169 0 51 0
[pid=20350] ppid=20347 vsize=19516 CPUtime=23.45
/proc/20350/stat : 20350 (glucose_static) R 20347 20347 20097 0 -1 4194304 4711 0 0 0 2342 3 0 0 25 0 1 0 97655106 19984384 4697 1992294400 134512640 135217611 4294956272 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20350/statm: 4879 4697 77 172 0 4704 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 24876

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

[startup+29.4021 s]
/proc/loadavg: 1.67 1.78 1.44 2/66 20350
/proc/meminfo: memFree=1559200/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=1.84
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 313 12030 0 0 0 0 172 12 16 0 1 0 97654921 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20347/statm: 1340 238 195 169 0 51 0
[pid=20350] ppid=20347 vsize=19780 CPUtime=27.35
/proc/20350/stat : 20350 (glucose_static) R 20347 20347 20097 0 -1 4194304 4774 0 0 0 2732 3 0 0 25 0 1 0 97655106 20254720 4760 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20350/statm: 4945 4760 77 172 0 4770 0
Current children cumulated CPU time (s) 29.19
Current children cumulated vsize (KiB) 25140

[startup+35.8053 s]
/proc/loadavg: 1.61 1.77 1.44 2/66 20350
/proc/meminfo: memFree=1558112/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=1.84
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 313 12030 0 0 0 0 172 12 16 0 1 0 97654921 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20347/statm: 1340 238 195 169 0 51 0
[pid=20350] ppid=20347 vsize=20580 CPUtime=33.75
/proc/20350/stat : 20350 (glucose_static) R 20347 20347 20097 0 -1 4194304 4952 0 0 0 3371 4 0 0 25 0 1 0 97655106 21073920 4938 1992294400 134512640 135217611 4294956272 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20350/statm: 5145 4938 77 172 0 4970 0
Current children cumulated CPU time (s) 35.59
Current children cumulated vsize (KiB) 25940

[startup+39.0029 s]
/proc/loadavg: 1.56 1.75 1.44 2/66 20350
/proc/meminfo: memFree=1557984/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=1.84
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 313 12030 0 0 0 0 172 12 16 0 1 0 97654921 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20347/statm: 1340 238 195 169 0 51 0
[pid=20350] ppid=20347 vsize=20712 CPUtime=36.95
/proc/20350/stat : 20350 (glucose_static) R 20347 20347 20097 0 -1 4194304 4991 0 0 0 3691 4 0 0 25 0 1 0 97655106 21209088 4977 1992294400 134512640 135217611 4294956272 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20350/statm: 5178 4977 77 172 0 5003 0
Current children cumulated CPU time (s) 38.79
Current children cumulated vsize (KiB) 26072

[startup+42.2015 s]
/proc/loadavg: 1.56 1.75 1.44 2/66 20350
/proc/meminfo: memFree=1557536/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=1.84
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 313 12030 0 0 0 0 172 12 16 0 1 0 97654921 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20347/statm: 1340 238 195 169 0 51 0
[pid=20350] ppid=20347 vsize=21108 CPUtime=40.14
/proc/20350/stat : 20350 (glucose_static) R 20347 20347 20097 0 -1 4194304 5101 0 0 0 4010 4 0 0 25 0 1 0 97655106 21614592 5087 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20350/statm: 5277 5087 77 172 0 5102 0
Current children cumulated CPU time (s) 41.98
Current children cumulated vsize (KiB) 26468

[startup+43.8018 s]
/proc/loadavg: 1.56 1.75 1.44 2/66 20350
/proc/meminfo: memFree=1557472/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=1.84
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 313 12030 0 0 0 0 172 12 16 0 1 0 97654921 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20347/statm: 1340 238 195 169 0 51 0
[pid=20350] ppid=20347 vsize=21252 CPUtime=41.74
/proc/20350/stat : 20350 (glucose_static) R 20347 20347 20097 0 -1 4194304 5121 0 0 0 4170 4 0 0 25 0 1 0 97655106 21762048 5107 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20350/statm: 5313 5107 77 172 0 5138 0
Current children cumulated CPU time (s) 43.58
Current children cumulated vsize (KiB) 26612

[startup+44.6069 s]
/proc/loadavg: 1.52 1.74 1.43 2/66 20350
/proc/meminfo: memFree=1557408/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=1.84
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 313 12030 0 0 0 0 172 12 16 0 1 0 97654921 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20347/statm: 1340 238 195 169 0 51 0
[pid=20350] ppid=20347 vsize=21252 CPUtime=42.54
/proc/20350/stat : 20350 (glucose_static) R 20347 20347 20097 0 -1 4194304 5133 0 0 0 4250 4 0 0 25 0 1 0 97655106 21762048 5119 1992294400 134512640 135217611 4294956272 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20350/statm: 5313 5119 77 172 0 5138 0
Current children cumulated CPU time (s) 44.38
Current children cumulated vsize (KiB) 26612

[startup+45.002 s]
/proc/loadavg: 1.52 1.74 1.43 2/66 20350
/proc/meminfo: memFree=1557408/2055920 swapFree=4180280/4192956
[pid=20347] ppid=20345 vsize=5360 CPUtime=1.84
/proc/20347/stat : 20347 (glucose.sh) S 20345 20347 20097 0 -1 4194304 313 12030 0 0 0 0 172 12 16 0 1 0 97654921 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20347/statm: 1340 238 195 169 0 51 0
[pid=20350] ppid=20347 vsize=21252 CPUtime=42.94
/proc/20350/stat : 20350 (glucose_static) R 20347 20347 20097 0 -1 4194304 5141 0 0 0 4290 4 0 0 25 0 1 0 97655106 21762048 5127 1992294400 134512640 135217611 4294956272 18446744073709551615 134540880 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20350/statm: 5313 5127 77 172 0 5138 0
Current children cumulated CPU time (s) 44.78
Current children cumulated vsize (KiB) 26612

Child status: 20
Real time (s): 45.0469
CPU time (s): 44.8372
CPU user time (s): 44.6612
CPU system time (s): 0.175973
CPU usage (%): 99.5345
Max. virtual memory (cumulated for all children) (KiB): 54984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.6612
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17651
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= 10
involuntary context switches= 153

runsolver used 0.506922 second user time and 1.16882 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-25 23:50:16
IDJOB=1724444
IDBENCH=71780
IDSOLVER=503
FILE ID=node28/1724444-1240696216
PBS_JOBID= 9186724
Free space on /tmp= 66240 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/manol-pipe-c6nidw_i.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724444-1240696216/watcher-1724444-1240696216 -o /tmp/evaluation-result-1724444-1240696216/solver-1724444-1240696216 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1724444-1240696216.cnf

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

MD5SUM BENCH= 15c4413e436aecbd4fcb1d7037e18abf
RANDOM SEED=902545346

node28.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.261
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.261
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:       1589656 kB
Buffers:         43640 kB
Cached:         367956 kB
SwapCached:       5856 kB
Active:         161812 kB
Inactive:       258224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1589656 kB
SwapTotal:     4192956 kB
SwapFree:      4180280 kB
Dirty:            6232 kB
Writeback:           0 kB
Mapped:          13712 kB
Slab:            32136 kB
Committed_AS:   405656 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66240 MiB
End job on node28 at 2009-04-25 23:51:01