Trace number 1563352

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
ManySAT 1.1 aimd 0/2009-03-20UNSAT 351.558 178.535

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.6579
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
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 Parsing...
0.29/0.40	c ==============================================================================
0.29/0.40	c |           |     ORIGINAL     |              LEARNT              |          |
0.29/0.40	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.29/0.40	c ==============================================================================
0.29/0.40	c |         0 |  404200   943125 |  121259       0        0     nan |  0.000 % |
4.17/4.29	c |         0 |  103664   388086 |      --       0       --      -- |     --   | -300210/-554257
4.17/4.29	c ==============================================================================
4.17/4.29	c Result  :   #vars: 14948   #clauses: 103664   #literals: 388086
4.17/4.29	c CPU time:   4.07438 s
4.17/4.29	c ==============================================================================
351.51/178.51	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
351.51/178.51	c ============================[ Problem Statistics ]=============================
351.51/178.51	c |                                                                             |
351.51/178.51	c threadId              : 0
351.51/178.51	c restarts              : 391
351.51/178.51	c conflicts             : 312419         (901 /sec)
351.51/178.51	c decisions             : 497648         (1.67 % random) (1435 /sec)
351.51/178.51	c propagations          : 137878693      (397538 /sec)
351.51/178.51	c conflict literals     : 12656678       (47.48 % deleted)
351.51/178.51	c Memory used           : 73.95 MB
351.51/178.51	c CPU time              : 346.831 s
351.51/178.51	
351.51/178.51	c --->m=2, e=8, aimd=0, HOME/14830_many.cnf	time: 173.416	conflicts: 312419       
351.51/178.52	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-1563352-1238785350/watcher-1563352-1238785350 -o /tmp/evaluation-result-1563352-1238785350/solver-1563352-1238785350 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1563352-1238785350.cnf aimd 0 

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.27 1.08 1.02 3/64 14830
/proc/meminfo: memFree=1774816/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=0
/proc/14830/stat : 14830 (manysat.sh) R 14828 14830 14793 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1151200452 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 233588714143 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14830/statm: 1339 234 194 169 0 50 0
[pid=14831] ppid=14830 vsize=988 CPUtime=0
/proc/14831/stat : 14831 (SatElite) R 14830 14830 14793 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 1151200452 1011712 141 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/14831/statm: 247 143 51 127 0 117 0

[startup+0.0123561 s]
/proc/loadavg: 1.27 1.08 1.02 3/64 14830
/proc/meminfo: memFree=1774816/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=0
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151200452 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 235 195 169 0 50 0
[pid=14831] ppid=14830 vsize=2272 CPUtime=0
/proc/14831/stat : 14831 (SatElite) R 14830 14830 14793 0 -1 4194304 436 0 0 0 0 0 0 0 18 0 1 0 1151200452 2326528 420 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/14831/statm: 568 420 51 127 0 438 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7628

[startup+0.101364 s]
/proc/loadavg: 1.27 1.08 1.02 3/64 14830
/proc/meminfo: memFree=1774816/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=0
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151200452 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 235 195 169 0 50 0
[pid=14831] ppid=14830 vsize=15288 CPUtime=0.09
/proc/14831/stat : 14831 (SatElite) R 14830 14830 14793 0 -1 4194304 3203 0 0 0 8 1 0 0 19 0 1 0 1151200452 15654912 3187 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/14831/statm: 3822 3189 51 127 0 3692 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20644

[startup+0.301385 s]
/proc/loadavg: 1.27 1.08 1.02 3/64 14830
/proc/meminfo: memFree=1774816/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=0
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151200452 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 235 195 169 0 50 0
[pid=14831] ppid=14830 vsize=39288 CPUtime=0.29
/proc/14831/stat : 14831 (SatElite) R 14830 14830 14793 0 -1 4194304 9276 0 0 0 24 5 0 0 21 0 1 0 1151200452 40230912 9260 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/14831/statm: 9822 9260 51 127 0 9692 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44644

[startup+0.701424 s]
/proc/loadavg: 1.27 1.08 1.02 3/64 14830
/proc/meminfo: memFree=1774816/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=0
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151200452 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 235 195 169 0 50 0
[pid=14831] ppid=14830 vsize=66428 CPUtime=0.69
/proc/14831/stat : 14831 (SatElite) R 14830 14830 14793 0 -1 4194304 13576 0 0 0 60 9 0 0 25 0 1 0 1151200452 68022272 13216 1992294400 134512640 135034092 4294956096 18446744073709551615 134536786 0 0 4096 3 0 0 0 17 0 0 0
/proc/14831/statm: 16607 13216 68 127 0 16477 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71784

[startup+1.50151 s]
/proc/loadavg: 1.27 1.08 1.02 2/66 14832
/proc/meminfo: memFree=1714960/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=0
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151200452 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 235 195 169 0 50 0
[pid=14831] ppid=14830 vsize=74132 CPUtime=1.49
/proc/14831/stat : 14831 (SatElite) R 14830 14830 14793 0 -1 4194304 15333 0 0 0 136 13 0 0 25 0 1 0 1151200452 75911168 14959 1992294400 134512640 135034092 4294956096 18446744073709551615 134574642 0 0 4096 3 0 0 0 17 0 0 0
/proc/14831/statm: 18533 14959 68 127 0 18403 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79488

[startup+3.10267 s]
/proc/loadavg: 1.27 1.08 1.02 2/66 14832
/proc/meminfo: memFree=1706256/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=0
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151200452 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 235 195 169 0 50 0
[pid=14831] ppid=14830 vsize=73928 CPUtime=3.08
/proc/14831/stat : 14831 (SatElite) R 14830 14830 14793 0 -1 4194304 18771 0 0 0 293 15 0 0 25 0 1 0 1151200452 75702272 15038 1992294400 134512640 135034092 4294956096 18446744073709551615 134569595 0 0 4096 3 0 0 0 17 0 0 0
/proc/14831/statm: 18482 15038 68 127 0 18352 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 79284

[startup+6.302 s]
/proc/loadavg: 1.25 1.07 1.02 3/67 14834
/proc/meminfo: memFree=1741192/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=4.46
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 312 28383 0 0 0 0 424 22 16 0 1 0 1151200452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 238 195 169 0 50 0
[pid=14833] ppid=14830 vsize=33884 CPUtime=3.47
/proc/14833/stat : 14833 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194304 5192 0 0 0 342 5 0 0 17 0 2 0 1151200900 34697216 5178 1992294400 134512640 135305190 4294956144 18446744073709551615 134528242 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14833/statm: 8471 5178 83 193 0 8275 0
[pid=14833/tid=14834] ppid=14830 vsize=33884 CPUtime=1.65
/proc/14833/task/14834/stat : 14834 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194368 610 0 0 0 164 1 0 0 17 0 2 0 1151200915 34697216 5178 1992294400 134512640 135305190 4294956144 18446744073709551615 134835283 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 39240

[startup+12.7017 s]
/proc/loadavg: 1.31 1.09 1.03 3/67 14834
/proc/meminfo: memFree=1736016/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=4.46
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 312 28383 0 0 0 0 424 22 16 0 1 0 1151200452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 238 195 169 0 50 0
[pid=14833] ppid=14830 vsize=38508 CPUtime=16.24
/proc/14833/stat : 14833 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194304 6386 0 0 0 1616 8 0 0 17 0 2 0 1151200900 39432192 6372 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14833/statm: 9627 6372 83 193 0 9431 0
[pid=14833/tid=14834] ppid=14830 vsize=38508 CPUtime=8.02
/proc/14833/task/14834/stat : 14834 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194368 1116 0 0 0 800 2 0 0 16 0 2 0 1151200915 39432192 6372 1992294400 134512640 135305190 4294956144 18446744073709551615 134541971 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.7
Current children cumulated vsize (KiB) 43864

[startup+25.502 s]
/proc/loadavg: 1.54 1.15 1.05 3/67 14834
/proc/meminfo: memFree=1728592/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=4.46
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 312 28383 0 0 0 0 424 22 16 0 1 0 1151200452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 238 195 169 0 50 0
[pid=14833] ppid=14830 vsize=44736 CPUtime=41.77
/proc/14833/stat : 14833 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194304 8075 0 0 0 4167 10 0 0 17 0 2 0 1151200900 45809664 8061 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14833/statm: 11184 8061 83 193 0 10988 0
[pid=14833/tid=14834] ppid=14830 vsize=44736 CPUtime=20.77
/proc/14833/task/14834/stat : 14834 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194368 1885 0 0 0 2073 4 0 0 17 0 2 0 1151200915 45809664 8061 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.23
Current children cumulated vsize (KiB) 50092

[startup+51.1015 s]
/proc/loadavg: 1.69 1.22 1.07 3/67 14834
/proc/meminfo: memFree=1722128/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=4.46
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 312 28383 0 0 0 0 424 22 16 0 1 0 1151200452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 238 195 169 0 50 0
[pid=14833] ppid=14830 vsize=52044 CPUtime=92.84
/proc/14833/stat : 14833 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194304 9774 0 0 0 9271 13 0 0 22 0 2 0 1151200900 53293056 9760 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14833/statm: 13011 9760 83 193 0 12815 0
[pid=14833/tid=14834] ppid=14830 vsize=52044 CPUtime=46.24
/proc/14833/task/14834/stat : 14834 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194368 2642 0 0 0 4619 5 0 0 25 0 2 0 1151200915 53293056 9760 1992294400 134512640 135305190 4294956144 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.3
Current children cumulated vsize (KiB) 57400

[startup+102.307 s]
/proc/loadavg: 2.08 1.40 1.14 3/67 14834
/proc/meminfo: memFree=1711376/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=4.46
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 312 28383 0 0 0 0 424 22 16 0 1 0 1151200452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 238 195 169 0 50 0
[pid=14833] ppid=14830 vsize=62208 CPUtime=195.01
/proc/14833/stat : 14833 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194304 12434 0 0 0 19484 17 0 0 25 0 2 0 1151200900 63700992 12420 1992294400 134512640 135305190 4294956144 18446744073709551615 134556633 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14833/statm: 15552 12420 83 193 0 15356 0
[pid=14833/tid=14834] ppid=14830 vsize=62208 CPUtime=97.24
/proc/14833/task/14834/stat : 14834 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194368 4025 0 0 0 9716 8 0 0 17 0 2 0 1151200915 63700992 12420 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.47
Current children cumulated vsize (KiB) 67564

[startup+162.302 s]
/proc/loadavg: 2.08 1.52 1.20 3/67 14834
/proc/meminfo: memFree=1705360/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=4.46
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 312 28383 0 0 0 0 424 22 16 0 1 0 1151200452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 238 195 169 0 50 0
[pid=14833] ppid=14830 vsize=68560 CPUtime=314.72
/proc/14833/stat : 14833 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194304 13980 0 0 0 31451 21 0 0 16 0 2 0 1151200900 70205440 13966 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14833/statm: 17140 13966 83 193 0 16944 0
[pid=14833/tid=14834] ppid=14830 vsize=68560 CPUtime=156.98
/proc/14833/task/14834/stat : 14834 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194368 4831 0 0 0 15688 10 0 0 25 0 2 0 1151200915 70205440 13966 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 319.18
Current children cumulated vsize (KiB) 73916

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

[startup+166.301 s]
/proc/loadavg: 2.07 1.53 1.20 3/67 14834
/proc/meminfo: memFree=1703248/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=4.46
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 312 28383 0 0 0 0 424 22 16 0 1 0 1151200452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 238 195 169 0 50 0
[pid=14833] ppid=14830 vsize=71372 CPUtime=322.71
/proc/14833/stat : 14833 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194304 14462 0 0 0 32249 22 0 0 18 0 2 0 1151200900 73084928 14448 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14833/statm: 17843 14448 83 193 0 17647 0
[pid=14833/tid=14834] ppid=14830 vsize=71372 CPUtime=160.96
/proc/14833/task/14834/stat : 14834 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194368 5098 0 0 0 16086 10 0 0 25 0 2 0 1151200915 73084928 14448 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 327.17
Current children cumulated vsize (KiB) 76728

[startup+172.707 s]
/proc/loadavg: 2.06 1.53 1.20 3/67 14834
/proc/meminfo: memFree=1700240/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=4.46
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 312 28383 0 0 0 0 424 22 16 0 1 0 1151200452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 238 195 169 0 50 0
[pid=14833] ppid=14830 vsize=73792 CPUtime=335.49
/proc/14833/stat : 14833 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194304 15175 0 0 0 33526 23 0 0 17 0 2 0 1151200900 75563008 15161 1992294400 134512640 135305190 4294956144 18446744073709551615 134558354 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14833/statm: 18448 15161 83 193 0 18252 0
[pid=14833/tid=14834] ppid=14830 vsize=73792 CPUtime=167.35
/proc/14833/task/14834/stat : 14834 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194368 5431 0 0 0 16724 11 0 0 20 0 2 0 1151200915 75563008 15161 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.95
Current children cumulated vsize (KiB) 79148

[startup+175.901 s]
/proc/loadavg: 2.06 1.54 1.21 3/67 14834
/proc/meminfo: memFree=1698640/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=4.46
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 312 28383 0 0 0 0 424 22 16 0 1 0 1151200452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 238 195 169 0 50 0
[pid=14833] ppid=14830 vsize=75192 CPUtime=341.87
/proc/14833/stat : 14833 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194304 15559 0 0 0 34164 23 0 0 19 0 2 0 1151200900 76996608 15545 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14833/statm: 18798 15545 83 193 0 18602 0
[pid=14833/tid=14834] ppid=14830 vsize=75192 CPUtime=170.53
/proc/14833/task/14834/stat : 14834 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194368 5591 0 0 0 17042 11 0 0 25 0 2 0 1151200915 76996608 15545 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 346.33
Current children cumulated vsize (KiB) 80548

[startup+177.501 s]
/proc/loadavg: 2.06 1.54 1.21 3/67 14834
/proc/meminfo: memFree=1698192/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=4.46
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 312 28383 0 0 0 0 424 22 16 0 1 0 1151200452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 238 195 169 0 50 0
[pid=14833] ppid=14830 vsize=75716 CPUtime=345.06
/proc/14833/stat : 14833 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194304 15707 0 0 0 34482 24 0 0 24 0 2 0 1151200900 77533184 15693 1992294400 134512640 135305190 4294956144 18446744073709551615 134569845 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14833/statm: 18929 15693 83 193 0 18733 0
[pid=14833/tid=14834] ppid=14830 vsize=75716 CPUtime=172.12
/proc/14833/task/14834/stat : 14834 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194368 5658 0 0 0 17201 11 0 0 25 0 2 0 1151200915 77533184 15693 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 349.52
Current children cumulated vsize (KiB) 81072

[startup+178.301 s]
/proc/loadavg: 2.06 1.54 1.21 3/67 14834
/proc/meminfo: memFree=1698000/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=4.46
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 312 28383 0 0 0 0 424 22 16 0 1 0 1151200452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 238 195 169 0 50 0
[pid=14833] ppid=14830 vsize=75716 CPUtime=346.65
/proc/14833/stat : 14833 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194304 15714 0 0 0 34641 24 0 0 17 0 2 0 1151200900 77533184 15700 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14833/statm: 18929 15700 83 193 0 18733 0
[pid=14833/tid=14834] ppid=14830 vsize=75716 CPUtime=172.91
/proc/14833/task/14834/stat : 14834 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194368 5665 0 0 0 17280 11 0 0 17 0 2 0 1151200915 77533184 15700 1992294400 134512640 135305190 4294956144 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 351.11
Current children cumulated vsize (KiB) 81072

[startup+178.501 s]
/proc/loadavg: 2.06 1.54 1.21 3/67 14834
/proc/meminfo: memFree=1698000/2055920 swapFree=4176444/4192956
[pid=14830] ppid=14828 vsize=5356 CPUtime=4.46
/proc/14830/stat : 14830 (manysat.sh) S 14828 14830 14793 0 -1 4194304 312 28383 0 0 0 0 424 22 16 0 1 0 1151200452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14830/statm: 1339 238 195 169 0 50 0
[pid=14833] ppid=14830 vsize=75716 CPUtime=347.05
/proc/14833/stat : 14833 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194304 15714 0 0 0 34681 24 0 0 17 0 2 0 1151200900 77533184 15700 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14833/statm: 18929 15700 83 193 0 18733 0
[pid=14833/tid=14834] ppid=14830 vsize=75716 CPUtime=173.11
/proc/14833/task/14834/stat : 14834 (manysat1.1_stat) R 14830 14830 14793 0 -1 4194368 5665 0 0 0 17300 11 0 0 17 0 2 0 1151200915 77533184 15700 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 351.51
Current children cumulated vsize (KiB) 81072

Child status: 20
Real time (s): 178.535
CPU time (s): 351.558
CPU user time (s): 351.077
CPU system time (s): 0.480926
CPU usage (%): 196.913
Max. virtual memory (cumulated for all children) (KiB): 86872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 351.077
system time used= 0.480926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44578
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= 1018
involuntary context switches= 2634

runsolver used 0.157975 second user time and 0.497924 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-03 21:02:31
IDJOB=1563352
IDBENCH=70952
IDSOLVER=513
FILE ID=node27/1563352-1238785350
PBS_JOBID= 9085626
Free space on /tmp= 66320 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563352-1238785350/watcher-1563352-1238785350 -o /tmp/evaluation-result-1563352-1238785350/solver-1563352-1238785350 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1563352-1238785350.cnf aimd 0

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=1166380401

node27.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		: 2800.196
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	: 5521.40
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		: 2800.196
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:       1775312 kB
Buffers:         34040 kB
Cached:         181372 kB
SwapCached:       9328 kB
Active:         126280 kB
Inactive:       100016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775312 kB
SwapTotal:     4192956 kB
SwapFree:      4176444 kB
Dirty:            9280 kB
Writeback:           0 kB
Mapped:          16764 kB
Slab:            40288 kB
Committed_AS:  3212816 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB
End job on node27 at 2009-04-03 21:05:29