Trace number 1775384

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 353.753 353.968

General information on the benchmark

Namemanol-pipe-f9n.cnf
MD5SUM61e4a04a828a2cd33ae3f3dde54ef320
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark292.127
Satisfiable
(Un)Satisfiability was proved
Number of variables185149
Number of clauses552412
Sum of the clauses size1288960
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2368274
Number of clauses of size 3184137
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.39/0.48	c ==============================================================================
0.39/0.48	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.48	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.48	c ==============================================================================
0.39/0.48	c |         0 |  552411  1288959 |  165723       0        0     nan |  0.000 % |
3.30/3.36	c |         0 |  224311   892727 |      --       0       --      -- |     --   | -328093/-396215
3.30/3.37	c ==============================================================================
3.30/3.37	c Result  :   #vars: 29191   #clauses: 224311   #literals: 892727
3.30/3.37	c CPU time:   3.15852 s
3.30/3.37	c ==============================================================================
3.59/3.68	c
3.59/3.68	c Starting glucose
3.59/3.68	c
3.59/3.68	
3.59/3.68	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.59/3.68	
3.59/3.68	c ============================[ Problem Statistics ]=============================
3.59/3.68	c |                                                                             |
3.59/3.68	c |  Number of variables:  29191                                                |
3.59/3.68	c |  Number of clauses:    224311                                               |
3.67/3.88	c |  Parsing time:         0.17         s                                       |
353.66/353.94	c restarts              : 535
353.66/353.94	c nb ReduceDB           : 33
353.66/353.94	c nb learnts DL2        : 1969
353.66/353.94	c nb learnts size 2     : 455
353.66/353.94	c nb learnts size 1     : 79
353.66/353.94	c conflicts             : 1216576        (3476 /sec)
353.66/353.94	c decisions             : 2700347        (1.54 % random) (7716 /sec)
353.66/353.94	c propagations          : 317371105      (906884 /sec)
353.66/353.94	c conflict literals     : 45647888       (31.82 % deleted)
353.66/353.94	c Memory used           : 46.23 MB
353.66/353.94	c CPU time              : 349.958 s
353.66/353.94	
353.66/353.95	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-1775384-1241271004/watcher-1775384-1241271004 -o /tmp/evaluation-result-1775384-1241271004/solver-1775384-1241271004 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775384-1241271004.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.00 1.03 1.00 3/64 29669
/proc/meminfo: memFree=1594608/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=0
/proc/29669/stat : 29669 (glucose.sh) R 29667 29669 29542 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 155134134 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919867039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29669/statm: 1340 235 194 169 0 51 0
[pid=29670] ppid=29669 vsize=1140 CPUtime=0
/proc/29670/stat : 29670 (SatELite_releas) R 29669 29669 29542 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 155134134 1167360 146 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/29670/statm: 321 152 50 174 0 144 0

[startup+0.030869 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 29669
/proc/meminfo: memFree=1594608/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=0
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155134134 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1340 236 195 169 0 51 0
[pid=29670] ppid=29669 vsize=5568 CPUtime=0.01
/proc/29670/stat : 29670 (SatELite_releas) R 29669 29669 29542 0 -1 4194304 1178 0 0 0 1 0 0 0 19 0 1 0 155134134 5701632 1162 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/29670/statm: 1392 1163 50 174 0 1215 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10928

[startup+0.101882 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 29669
/proc/meminfo: memFree=1594608/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=0
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155134134 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1340 236 195 169 0 51 0
[pid=29670] ppid=29669 vsize=18008 CPUtime=0.09
/proc/29670/stat : 29670 (SatELite_releas) R 29669 29669 29542 0 -1 4194304 3841 0 0 0 7 2 0 0 19 0 1 0 155134134 18440192 3825 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29670/statm: 4502 3827 50 174 0 4325 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23368

[startup+0.301925 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 29669
/proc/meminfo: memFree=1594608/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=0
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155134134 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1340 236 195 169 0 51 0
[pid=29670] ppid=29669 vsize=56808 CPUtime=0.29
/proc/29670/stat : 29670 (SatELite_releas) R 29669 29669 29542 0 -1 4194304 11001 0 0 0 23 6 0 0 21 0 1 0 155134134 58171392 10985 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/29670/statm: 14202 10986 50 174 0 14025 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62168

[startup+0.702011 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 29669
/proc/meminfo: memFree=1594608/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=0
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155134134 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1340 236 195 169 0 51 0
[pid=29670] ppid=29669 vsize=87072 CPUtime=0.69
/proc/29670/stat : 29670 (SatELite_releas) R 29669 29669 29542 0 -1 4194304 20298 0 0 0 58 11 0 0 25 0 1 0 155134134 89161728 18749 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29670/statm: 21768 18749 77 174 0 21591 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92432

[startup+1.50118 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 29671
/proc/meminfo: memFree=1514400/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=0
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155134134 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1340 236 195 169 0 51 0
[pid=29670] ppid=29669 vsize=90904 CPUtime=1.49
/proc/29670/stat : 29670 (SatELite_releas) R 29669 29669 29542 0 -1 4194304 21167 0 0 0 134 15 0 0 25 0 1 0 155134134 93085696 19618 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29670/statm: 22726 19618 77 174 0 22549 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96264

[startup+3.10152 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 29671
/proc/meminfo: memFree=1500960/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=0
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155134134 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1340 236 195 169 0 51 0
[pid=29670] ppid=29669 vsize=94080 CPUtime=3.09
/proc/29670/stat : 29670 (SatELite_releas) R 29669 29669 29542 0 -1 4194304 22236 0 0 0 290 19 0 0 25 0 1 0 155134134 96337920 20325 1992294400 134512640 135225430 4294956176 18446744073709551615 134713844 0 0 4096 3 0 0 0 17 0 0 0
/proc/29670/statm: 23520 20325 77 174 0 23343 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99440

[startup+6.30121 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 29672
/proc/meminfo: memFree=1551520/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=3.67
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 313 24132 0 0 0 0 343 24 16 0 1 0 155134134 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29669/statm: 1340 238 195 169 0 51 0
[pid=29672] ppid=29669 vsize=23024 CPUtime=2.61
/proc/29672/stat : 29672 (glucose_static) R 29669 29669 29542 0 -1 4194304 5489 0 0 0 258 3 0 0 25 0 1 0 155134502 23576576 5459 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29672/statm: 5756 5459 77 172 0 5581 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28384

[startup+12.7026 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 29672
/proc/meminfo: memFree=1547424/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=3.67
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 313 24132 0 0 0 0 343 24 16 0 1 0 155134134 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29669/statm: 1340 238 195 169 0 51 0
[pid=29672] ppid=29669 vsize=26512 CPUtime=9
/proc/29672/stat : 29672 (glucose_static) R 29669 29669 29542 0 -1 4194304 6383 0 0 0 896 4 0 0 25 0 1 0 155134502 27148288 6353 1992294400 134512640 135217611 4294956288 18446744073709551615 134533579 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29672/statm: 6628 6353 77 172 0 6453 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 31872

[startup+25.5013 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 29672
/proc/meminfo: memFree=1543200/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=3.67
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 313 24132 0 0 0 0 343 24 16 0 1 0 155134134 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29669/statm: 1340 238 195 169 0 51 0
[pid=29672] ppid=29669 vsize=31048 CPUtime=21.79
/proc/29672/stat : 29672 (glucose_static) R 29669 29669 29542 0 -1 4194304 7478 0 0 0 2174 5 0 0 25 0 1 0 155134502 31793152 7448 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29672/statm: 7762 7448 77 172 0 7587 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 36408

[startup+51.1018 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 29672
/proc/meminfo: memFree=1541024/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=3.67
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 313 24132 0 0 0 0 343 24 16 0 1 0 155134134 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29669/statm: 1340 238 195 169 0 51 0
[pid=29672] ppid=29669 vsize=33344 CPUtime=47.35
/proc/29672/stat : 29672 (glucose_static) R 29669 29669 29542 0 -1 4194304 8057 0 0 0 4730 5 0 0 25 0 1 0 155134502 34144256 8027 1992294400 134512640 135217611 4294956288 18446744073709551615 134527959 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29672/statm: 8336 8027 77 172 0 8161 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 38704

[startup+102.306 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 29672
/proc/meminfo: memFree=1537184/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=3.67
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 313 24132 0 0 0 0 343 24 16 0 1 0 155134134 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29669/statm: 1340 238 195 169 0 51 0
[pid=29672] ppid=29669 vsize=37088 CPUtime=98.53
/proc/29672/stat : 29672 (glucose_static) R 29669 29669 29542 0 -1 4194304 8987 0 0 0 9847 6 0 0 25 0 1 0 155134502 37978112 8957 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29672/statm: 9272 8957 77 172 0 9097 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 42448

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 29672
/proc/meminfo: memFree=1533664/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=3.67
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 313 24132 0 0 0 0 343 24 16 0 1 0 155134134 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29669/statm: 1340 238 195 169 0 51 0
[pid=29672] ppid=29669 vsize=40664 CPUtime=158.49
/proc/29672/stat : 29672 (glucose_static) R 29669 29669 29542 0 -1 4194304 9858 0 0 0 15843 6 0 0 25 0 1 0 155134502 41639936 9828 1992294400 134512640 135217611 4294956288 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29672/statm: 10166 9828 77 172 0 9991 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 46024

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29672
/proc/meminfo: memFree=1529440/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=3.67
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 313 24132 0 0 0 0 343 24 16 0 1 0 155134134 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29669/statm: 1340 238 195 169 0 51 0
[pid=29672] ppid=29669 vsize=44956 CPUtime=218.47
/proc/29672/stat : 29672 (glucose_static) R 29669 29669 29542 0 -1 4194304 10904 0 0 0 21839 8 0 0 25 0 1 0 155134502 46034944 10874 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29672/statm: 11239 10874 77 172 0 11064 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 50316

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29672
/proc/meminfo: memFree=1529184/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=3.67
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 313 24132 0 0 0 0 343 24 16 0 1 0 155134134 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29669/statm: 1340 238 195 169 0 51 0
[pid=29672] ppid=29669 vsize=45428 CPUtime=278.44
/proc/29672/stat : 29672 (glucose_static) R 29669 29669 29542 0 -1 4194304 10985 0 0 0 27836 8 0 0 25 0 1 0 155134502 46518272 10955 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29672/statm: 11357 10955 77 172 0 11182 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 50788

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29672
/proc/meminfo: memFree=1527200/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=3.67
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 313 24132 0 0 0 0 343 24 16 0 1 0 155134134 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29669/statm: 1340 238 195 169 0 51 0
[pid=29672] ppid=29669 vsize=47336 CPUtime=338.4
/proc/29672/stat : 29672 (glucose_static) R 29669 29669 29542 0 -1 4194304 11481 0 0 0 33832 8 0 0 25 0 1 0 155134502 48472064 11451 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29672/statm: 11834 11451 77 172 0 11659 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 52696

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

[startup+345.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29672
/proc/meminfo: memFree=1527200/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=3.67
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 313 24132 0 0 0 0 343 24 16 0 1 0 155134134 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29669/statm: 1340 238 195 169 0 51 0
[pid=29672] ppid=29669 vsize=47336 CPUtime=341.6
/proc/29672/stat : 29672 (glucose_static) R 29669 29669 29542 0 -1 4194304 11482 0 0 0 34152 8 0 0 25 0 1 0 155134502 48472064 11452 1992294400 134512640 135217611 4294956288 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29672/statm: 11834 11452 77 172 0 11659 0
Current children cumulated CPU time (s) 345.27
Current children cumulated vsize (KiB) 52696

[startup+348.705 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29672
/proc/meminfo: memFree=1527200/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=3.67
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 313 24132 0 0 0 0 343 24 16 0 1 0 155134134 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29669/statm: 1340 238 195 169 0 51 0
[pid=29672] ppid=29669 vsize=47336 CPUtime=344.8
/proc/29672/stat : 29672 (glucose_static) R 29669 29669 29542 0 -1 4194304 11482 0 0 0 34472 8 0 0 25 0 1 0 155134502 48472064 11452 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29672/statm: 11834 11452 77 172 0 11659 0
Current children cumulated CPU time (s) 348.47
Current children cumulated vsize (KiB) 52696

[startup+351.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29672
/proc/meminfo: memFree=1527200/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=3.67
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 313 24132 0 0 0 0 343 24 16 0 1 0 155134134 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29669/statm: 1340 238 195 169 0 51 0
[pid=29672] ppid=29669 vsize=47336 CPUtime=348
/proc/29672/stat : 29672 (glucose_static) R 29669 29669 29542 0 -1 4194304 11482 0 0 0 34792 8 0 0 25 0 1 0 155134502 48472064 11452 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29672/statm: 11834 11452 77 172 0 11659 0
Current children cumulated CPU time (s) 351.67
Current children cumulated vsize (KiB) 52696

[startup+352.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29672
/proc/meminfo: memFree=1527200/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=3.67
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 313 24132 0 0 0 0 343 24 16 0 1 0 155134134 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29669/statm: 1340 238 195 169 0 51 0
[pid=29672] ppid=29669 vsize=47336 CPUtime=348.79
/proc/29672/stat : 29672 (glucose_static) R 29669 29669 29542 0 -1 4194304 11482 0 0 0 34871 8 0 0 25 0 1 0 155134502 48472064 11452 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29672/statm: 11834 11452 77 172 0 11659 0
Current children cumulated CPU time (s) 352.46
Current children cumulated vsize (KiB) 52696

[startup+353.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29672
/proc/meminfo: memFree=1527200/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=3.67
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 313 24132 0 0 0 0 343 24 16 0 1 0 155134134 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29669/statm: 1340 238 195 169 0 51 0
[pid=29672] ppid=29669 vsize=47336 CPUtime=349.59
/proc/29672/stat : 29672 (glucose_static) R 29669 29669 29542 0 -1 4194304 11482 0 0 0 34951 8 0 0 25 0 1 0 155134502 48472064 11452 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29672/statm: 11834 11452 77 172 0 11659 0
Current children cumulated CPU time (s) 353.26
Current children cumulated vsize (KiB) 52696

[startup+353.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29672
/proc/meminfo: memFree=1527200/2055920 swapFree=4178716/4192956
[pid=29669] ppid=29667 vsize=5360 CPUtime=3.67
/proc/29669/stat : 29669 (glucose.sh) S 29667 29669 29542 0 -1 4194304 313 24132 0 0 0 0 343 24 16 0 1 0 155134134 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29669/statm: 1340 238 195 169 0 51 0
[pid=29672] ppid=29669 vsize=47336 CPUtime=349.99
/proc/29672/stat : 29672 (glucose_static) R 29669 29669 29542 0 -1 4194304 11482 0 0 0 34991 8 0 0 25 0 1 0 155134502 48472064 11452 1992294400 134512640 135217611 4294956288 18446744073709551615 134540880 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29672/statm: 11834 11452 77 172 0 11659 0
Current children cumulated CPU time (s) 353.66
Current children cumulated vsize (KiB) 52696

Child status: 20
Real time (s): 353.968
CPU time (s): 353.753
CPU user time (s): 353.397
CPU system time (s): 0.355945
CPU usage (%): 99.9393
Max. virtual memory (cumulated for all children) (KiB): 101736

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

runsolver used 0.307953 second user time and 0.98585 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-02 15:30:05
IDJOB=1775384
IDBENCH=71745
IDSOLVER=610
FILE ID=node10/1775384-1241271004
PBS_JOBID= 9224995
Free space on /tmp= 66548 MiB

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

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

MD5SUM BENCH= 61e4a04a828a2cd33ae3f3dde54ef320
RANDOM SEED=210273978

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:       1595024 kB
Buffers:         73892 kB
Cached:         289568 kB
SwapCached:       8024 kB
Active:          84624 kB
Inactive:       288540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1595024 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:           11288 kB
Writeback:           0 kB
Mapped:          13464 kB
Slab:            73800 kB
Committed_AS:   690024 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= 66544 MiB
End job on node10 at 2009-05-02 15:35:59