Trace number 1775484

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.8672 44.9392

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.8672
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.66	c |         0 |  123377   480567 |      --       0       --      -- |     --   | -159983/-180606
1.59/1.66	c ==============================================================================
1.59/1.66	c Result  :   #vars: 16544   #clauses: 123377   #literals: 480567
1.59/1.66	c CPU time:   1.56776 s
1.59/1.66	c ==============================================================================
1.79/1.83	c
1.79/1.83	c Starting glucose
1.79/1.83	c
1.79/1.83	
1.79/1.83	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.79/1.83	
1.79/1.83	c ============================[ Problem Statistics ]=============================
1.79/1.83	c |                                                                             |
1.79/1.83	c |  Number of variables:  16544                                                |
1.79/1.83	c |  Number of clauses:    123377                                               |
1.82/1.93	c |  Parsing time:         0.09         s                                       |
44.81/44.92	c restarts              : 204
44.81/44.92	c nb ReduceDB           : 10
44.81/44.92	c nb learnts DL2        : 2460
44.81/44.92	c nb learnts size 2     : 463
44.81/44.92	c nb learnts size 1     : 51
44.81/44.92	c conflicts             : 269282         (6264 /sec)
44.81/44.92	c decisions             : 1252735        (1.52 % random) (29141 /sec)
44.81/44.92	c propagations          : 49695687       (1156024 /sec)
44.81/44.92	c conflict literals     : 5108872        (23.40 % deleted)
44.81/44.92	c Memory used           : 20.76 MB
44.81/44.92	c CPU time              : 42.9885 s
44.81/44.92	
44.81/44.93	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-1775484-1241271533/watcher-1775484-1241271533 -o /tmp/evaluation-result-1775484-1241271533/solver-1775484-1241271533 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775484-1241271533.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.85 0.97 0.99 3/64 18547
/proc/meminfo: memFree=1186856/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=0
/proc/18547/stat : 18547 (glucose.sh) R 18545 18547 18510 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 155186717 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240472615583 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18547/statm: 1340 235 194 169 0 51 0
[pid=18548] ppid=18547 vsize=1284 CPUtime=0
/proc/18548/stat : 18548 (SatELite_releas) R 18547 18547 18510 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 155186717 1314816 158 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 0 0 0
/proc/18548/statm: 321 162 50 174 0 144 0

[startup+0.105085 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 18547
/proc/meminfo: memFree=1186856/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=0
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155186717 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1340 236 195 169 0 51 0
[pid=18548] ppid=18547 vsize=18184 CPUtime=0.09
/proc/18548/stat : 18548 (SatELite_releas) R 18547 18547 18510 0 -1 4194304 3943 0 0 0 7 2 0 0 19 0 1 0 155186717 18620416 3927 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/18548/statm: 4546 3935 50 174 0 4369 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23544

[startup+0.201092 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 18547
/proc/meminfo: memFree=1186856/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=0
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155186717 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1340 236 195 169 0 51 0
[pid=18548] ppid=18547 vsize=34880 CPUtime=0.19
/proc/18548/stat : 18548 (SatELite_releas) R 18547 18547 18510 0 -1 4194304 7425 0 0 0 15 4 0 0 20 0 1 0 155186717 35717120 7409 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/18548/statm: 8720 7410 50 174 0 8543 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 40240

[startup+0.301102 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 18547
/proc/meminfo: memFree=1186856/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=0
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155186717 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1340 236 195 169 0 51 0
[pid=18548] ppid=18547 vsize=44492 CPUtime=0.29
/proc/18548/stat : 18548 (SatELite_releas) R 18547 18547 18510 0 -1 4194304 10479 0 0 0 24 5 0 0 21 0 1 0 155186717 45559808 9674 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18548/statm: 11123 9674 77 174 0 10946 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49852

[startup+0.701137 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 18547
/proc/meminfo: memFree=1186856/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=0
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155186717 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1340 236 195 169 0 51 0
[pid=18548] ppid=18547 vsize=46876 CPUtime=0.69
/proc/18548/stat : 18548 (SatELite_releas) R 18547 18547 18510 0 -1 4194304 11020 0 0 0 62 7 0 0 25 0 1 0 155186717 48001024 10215 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18548/statm: 11719 10215 77 174 0 11542 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52236

[startup+1.50121 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 18549
/proc/meminfo: memFree=1137240/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=0
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155186717 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1340 236 195 169 0 51 0
[pid=18548] ppid=18547 vsize=48952 CPUtime=1.49
/proc/18548/stat : 18548 (SatELite_releas) R 18547 18547 18510 0 -1 4194304 11671 0 0 0 140 9 0 0 25 0 1 0 155186717 50126848 10678 1992294400 134512640 135225430 4294956176 18446744073709551615 134594375 0 0 4096 3 0 0 0 17 0 0 0
/proc/18548/statm: 12238 10678 77 174 0 12061 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54312

[startup+3.10135 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 18550
/proc/meminfo: memFree=1163736/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=1.82
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 313 12030 0 0 0 0 171 11 16 0 1 0 155186717 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18547/statm: 1340 238 195 169 0 51 0
[pid=18550] ppid=18547 vsize=13524 CPUtime=1.26
/proc/18550/stat : 18550 (glucose_static) R 18547 18547 18510 0 -1 4194304 3225 0 0 0 125 1 0 0 25 0 1 0 155186900 13848576 3211 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18550/statm: 3381 3211 77 172 0 3206 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18884

[startup+6.30164 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 18550
/proc/meminfo: memFree=1161048/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=1.82
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 313 12030 0 0 0 0 171 11 16 0 1 0 155186717 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18547/statm: 1340 238 195 169 0 51 0
[pid=18550] ppid=18547 vsize=15576 CPUtime=4.44
/proc/18550/stat : 18550 (glucose_static) R 18547 18547 18510 0 -1 4194304 3727 0 0 0 442 2 0 0 25 0 1 0 155186900 15949824 3713 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18550/statm: 3894 3713 77 172 0 3719 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 20936

[startup+12.7012 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 18550
/proc/meminfo: memFree=1158872/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=1.82
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 313 12030 0 0 0 0 171 11 16 0 1 0 155186717 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18547/statm: 1340 238 195 169 0 51 0
[pid=18550] ppid=18547 vsize=17932 CPUtime=10.83
/proc/18550/stat : 18550 (glucose_static) R 18547 18547 18510 0 -1 4194304 4292 0 0 0 1081 2 0 0 25 0 1 0 155186900 18362368 4278 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18550/statm: 4483 4278 77 172 0 4308 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 23292

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 18550
/proc/meminfo: memFree=1157016/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=1.82
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 313 12030 0 0 0 0 171 11 16 0 1 0 155186717 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18547/statm: 1340 238 195 169 0 51 0
[pid=18550] ppid=18547 vsize=19516 CPUtime=23.64
/proc/18550/stat : 18550 (glucose_static) R 18547 18547 18510 0 -1 4194304 4711 0 0 0 2361 3 0 0 25 0 1 0 155186900 19984384 4697 1992294400 134512640 135217611 4294956288 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18550/statm: 4879 4697 77 172 0 4704 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 24876

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

[startup+25.6014 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 18550
/proc/meminfo: memFree=1157016/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=1.82
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 313 12030 0 0 0 0 171 11 16 0 1 0 155186717 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18547/statm: 1340 238 195 169 0 51 0
[pid=18550] ppid=18547 vsize=19516 CPUtime=23.74
/proc/18550/stat : 18550 (glucose_static) R 18547 18547 18510 0 -1 4194304 4711 0 0 0 2371 3 0 0 25 0 1 0 155186900 19984384 4697 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18550/statm: 4879 4697 77 172 0 4704 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 24876

[startup+38.4025 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 18550
/proc/meminfo: memFree=1155928/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=1.82
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 313 12030 0 0 0 0 171 11 16 0 1 0 155186717 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18547/statm: 1340 238 195 169 0 51 0
[pid=18550] ppid=18547 vsize=20580 CPUtime=36.51
/proc/18550/stat : 18550 (glucose_static) R 18547 18547 18510 0 -1 4194304 4977 0 0 0 3648 3 0 0 25 0 1 0 155186900 21073920 4963 1992294400 134512640 135217611 4294956288 18446744073709551615 134526282 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18550/statm: 5145 4963 77 172 0 4970 0
Current children cumulated CPU time (s) 38.33
Current children cumulated vsize (KiB) 25940

[startup+41.6018 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 18550
/proc/meminfo: memFree=1155480/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=1.82
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 313 12030 0 0 0 0 171 11 16 0 1 0 155186717 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18547/statm: 1340 238 195 169 0 51 0
[pid=18550] ppid=18547 vsize=21108 CPUtime=39.7
/proc/18550/stat : 18550 (glucose_static) R 18547 18547 18510 0 -1 4194304 5101 0 0 0 3967 3 0 0 25 0 1 0 155186900 21614592 5087 1992294400 134512640 135217611 4294956288 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18550/statm: 5277 5087 77 172 0 5102 0
Current children cumulated CPU time (s) 41.52
Current children cumulated vsize (KiB) 26468

[startup+43.2019 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 18550
/proc/meminfo: memFree=1155416/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=1.82
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 313 12030 0 0 0 0 171 11 16 0 1 0 155186717 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18547/statm: 1340 238 195 169 0 51 0
[pid=18550] ppid=18547 vsize=21252 CPUtime=41.29
/proc/18550/stat : 18550 (glucose_static) R 18547 18547 18510 0 -1 4194304 5119 0 0 0 4126 3 0 0 25 0 1 0 155186900 21762048 5105 1992294400 134512640 135217611 4294956288 18446744073709551615 134533283 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18550/statm: 5313 5105 77 172 0 5138 0
Current children cumulated CPU time (s) 43.11
Current children cumulated vsize (KiB) 26612

[startup+44.002 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 18550
/proc/meminfo: memFree=1155416/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=1.82
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 313 12030 0 0 0 0 171 11 16 0 1 0 155186717 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18547/statm: 1340 238 195 169 0 51 0
[pid=18550] ppid=18547 vsize=21252 CPUtime=42.09
/proc/18550/stat : 18550 (glucose_static) R 18547 18547 18510 0 -1 4194304 5126 0 0 0 4206 3 0 0 25 0 1 0 155186900 21762048 5112 1992294400 134512640 135217611 4294956288 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18550/statm: 5313 5112 77 172 0 5138 0
Current children cumulated CPU time (s) 43.91
Current children cumulated vsize (KiB) 26612

[startup+44.401 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 18550
/proc/meminfo: memFree=1155416/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=1.82
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 313 12030 0 0 0 0 171 11 16 0 1 0 155186717 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18547/statm: 1340 238 195 169 0 51 0
[pid=18550] ppid=18547 vsize=21252 CPUtime=42.49
/proc/18550/stat : 18550 (glucose_static) R 18547 18547 18510 0 -1 4194304 5133 0 0 0 4246 3 0 0 25 0 1 0 155186900 21762048 5119 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18550/statm: 5313 5119 77 172 0 5138 0
Current children cumulated CPU time (s) 44.31
Current children cumulated vsize (KiB) 26612

[startup+44.8011 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 18550
/proc/meminfo: memFree=1155416/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=1.82
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 313 12030 0 0 0 0 171 11 16 0 1 0 155186717 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18547/statm: 1340 238 195 169 0 51 0
[pid=18550] ppid=18547 vsize=21252 CPUtime=42.89
/proc/18550/stat : 18550 (glucose_static) R 18547 18547 18510 0 -1 4194304 5141 0 0 0 4286 3 0 0 25 0 1 0 155186900 21762048 5127 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18550/statm: 5313 5127 77 172 0 5138 0
Current children cumulated CPU time (s) 44.71
Current children cumulated vsize (KiB) 26612

[startup+44.9011 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 18550
/proc/meminfo: memFree=1155416/2055920 swapFree=4179760/4192956
[pid=18547] ppid=18545 vsize=5360 CPUtime=1.82
/proc/18547/stat : 18547 (glucose.sh) S 18545 18547 18510 0 -1 4194304 313 12030 0 0 0 0 171 11 16 0 1 0 155186717 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18547/statm: 1340 238 195 169 0 51 0
[pid=18550] ppid=18547 vsize=21252 CPUtime=42.99
/proc/18550/stat : 18550 (glucose_static) R 18547 18547 18510 0 -1 4194304 5141 0 0 0 4296 3 0 0 25 0 1 0 155186900 21762048 5127 1992294400 134512640 135217611 4294956288 18446744073709551615 134540920 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18550/statm: 5313 5127 77 172 0 5138 0
Current children cumulated CPU time (s) 44.81
Current children cumulated vsize (KiB) 26612

Child status: 20
Real time (s): 44.9392
CPU time (s): 44.8672
CPU user time (s): 44.7042
CPU system time (s): 0.162975
CPU usage (%): 99.8398
Max. virtual memory (cumulated for all children) (KiB): 54852

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

runsolver used 0.042993 second user time and 0.12598 second system time

The end

Launcher Data

Begin job on node15 at 2009-05-02 15:38:53
IDJOB=1775484
IDBENCH=71780
IDSOLVER=610
FILE ID=node15/1775484-1241271533
PBS_JOBID= 9224999
Free space on /tmp= 66544 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-1775484-1241271533/watcher-1775484-1241271533 -o /tmp/evaluation-result-1775484-1241271533/solver-1775484-1241271533 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775484-1241271533.cnf

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

MD5SUM BENCH= 15c4413e436aecbd4fcb1d7037e18abf
RANDOM SEED=1253074603

node15.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1187408 kB
Buffers:         80504 kB
Cached:         694856 kB
SwapCached:       7388 kB
Active:         136888 kB
Inactive:       647924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1187408 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            6508 kB
Writeback:           0 kB
Mapped:          14416 kB
Slab:            69720 kB
Committed_AS:   660308 kB
PageTables:       1464 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= 66540 MiB
End job on node15 at 2009-05-02 15:39:38