Trace number 1720738

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 646.692 327.392

General information on the benchmark

Namemanol-pipe-c10nid_i.cnf
MD5SUM5845608382cee59cce4973c50f16416c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark443.688
Satisfiable
(Un)Satisfiability was proved
Number of variables252516
Number of clauses750877
Sum of the clauses size1752045
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500584
Number of clauses of size 3250292
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.69/0.74	c ==============================================================================
0.69/0.74	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/0.74	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/0.74	c ==============================================================================
0.69/0.74	c |         0 |  750876  1752044 |  225262       0        0     nan |  0.000 % |
5.27/5.30	c |         0 |  320735  1252421 |      --       0       --      -- |     --   | -430139/-499618
5.27/5.30	c ==============================================================================
5.27/5.30	c Result  :   #vars: 41437   #clauses: 320735   #literals: 1252421
5.27/5.30	c CPU time:   5.01724 s
5.27/5.30	c ==============================================================================
646.54/327.35	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
646.54/327.35	c ============================[ Problem Statistics ]=============================
646.54/327.35	c |                                                                             |
646.54/327.35	c threadId              : 0
646.54/327.35	c restarts              : 2744
646.54/327.35	c conflicts             : 614379         (959 /sec)
646.54/327.35	c decisions             : 4489536        (1.52 % random) (7010 /sec)
646.54/327.35	c propagations          : 285680623      (446087 /sec)
646.54/327.35	c conflict literals     : 13985419       (21.84 % deleted)
646.54/327.35	c Memory used           : 116.32 MB
646.54/327.35	c CPU time              : 640.415 s
646.54/327.35	
646.54/327.35	c --->m=2, e=8, aimd=0, HOME/5219_many.cnf	time: 320.207	conflicts: 614379       
646.54/327.37	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-1720738-1240659374/watcher-1720738-1240659374 -o /tmp/evaluation-result-1720738-1240659374/solver-1720738-1240659374 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1720738-1240659374.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.00 1.00 1.00 2/65 5219
/proc/meminfo: memFree=1823472/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=0
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93966840 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5219/statm: 1339 235 195 169 0 50 0
[pid=5220] ppid=5219 vsize=1100 CPUtime=0
/proc/5220/stat : 5220 (SatElite) R 5219 5219 4896 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 93966841 1126400 179 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/5220/statm: 275 179 50 127 0 145 0

[startup+0.069024 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5219
/proc/meminfo: memFree=1823472/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=0
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93966840 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5219/statm: 1339 235 195 169 0 50 0
[pid=5220] ppid=5219 vsize=10224 CPUtime=0.06
/proc/5220/stat : 5220 (SatElite) R 5219 5219 4896 0 -1 4194304 2324 0 0 0 5 1 0 0 18 0 1 0 93966841 10469376 2308 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/5220/statm: 2556 2309 50 127 0 2426 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15580

[startup+0.101029 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5219
/proc/meminfo: memFree=1823472/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=0
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93966840 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5219/statm: 1339 235 195 169 0 50 0
[pid=5220] ppid=5219 vsize=16024 CPUtime=0.08
/proc/5220/stat : 5220 (SatElite) R 5219 5219 4896 0 -1 4194304 3401 0 0 0 7 1 0 0 18 0 1 0 93966841 16408576 3385 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/5220/statm: 4006 3388 50 127 0 3876 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21380

[startup+0.301065 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5219
/proc/meminfo: memFree=1823472/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=0
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93966840 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5219/statm: 1339 235 195 169 0 50 0
[pid=5220] ppid=5219 vsize=41308 CPUtime=0.28
/proc/5220/stat : 5220 (SatElite) R 5219 5219 4896 0 -1 4194304 9831 0 0 0 24 4 0 0 19 0 1 0 93966841 42299392 9815 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/5220/statm: 10327 9816 50 127 0 10197 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 46664

[startup+0.70114 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5219
/proc/meminfo: memFree=1823472/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=0
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93966840 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5219/statm: 1339 235 195 169 0 50 0
[pid=5220] ppid=5219 vsize=94992 CPUtime=0.69
/proc/5220/stat : 5220 (SatElite) R 5219 5219 4896 0 -1 4194304 23142 0 0 0 57 12 0 0 23 0 1 0 93966841 97271808 23126 1992294400 134512640 135034092 4294956096 18446744073709551615 134542725 0 0 4096 3 0 0 0 17 0 0 0
/proc/5220/statm: 23748 23126 51 127 0 23618 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100348

[startup+1.50129 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5221
/proc/meminfo: memFree=1720480/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=0
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93966840 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5219/statm: 1339 235 195 169 0 50 0
[pid=5220] ppid=5219 vsize=109564 CPUtime=1.49
/proc/5220/stat : 5220 (SatElite) R 5219 5219 4896 0 -1 4194304 28089 0 0 0 133 16 0 0 25 0 1 0 93966841 112193536 25955 1992294400 134512640 135034092 4294956096 18446744073709551615 134540710 0 0 4096 3 0 0 0 17 0 0 0
/proc/5220/statm: 27391 25955 68 127 0 27261 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 114920

[startup+3.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5221
/proc/meminfo: memFree=1707808/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=0
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93966840 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5219/statm: 1339 235 195 169 0 50 0
[pid=5220] ppid=5219 vsize=116228 CPUtime=3.08
/proc/5220/stat : 5220 (SatElite) R 5219 5219 4896 0 -1 4194304 29618 0 0 0 286 22 0 0 25 0 1 0 93966841 119017472 27484 1992294400 134512640 135034092 4294956096 18446744073709551615 134541189 0 0 4096 3 0 0 0 17 1 0 0
/proc/5220/statm: 29057 27484 68 127 0 28927 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 121584

[startup+6.30119 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5221
/proc/meminfo: memFree=1687520/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=5.82
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 312 33125 0 0 0 0 551 31 16 0 1 0 93966840 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5219/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 5356

[startup+12.7014 s]
/proc/loadavg: 1.08 1.02 1.01 3/68 5223
/proc/meminfo: memFree=1735136/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=5.82
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 312 33125 0 0 0 0 551 31 16 0 1 0 93966840 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5219/statm: 1339 238 195 169 0 50 0
[pid=5222] ppid=5219 vsize=73080 CPUtime=13.16
/proc/5222/stat : 5222 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194304 14821 0 0 0 1300 16 0 0 17 0 2 0 93967426 74833920 14799 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5222/statm: 18270 14799 83 193 0 18074 0
[pid=5222/tid=5223] ppid=5219 vsize=73080 CPUtime=6.36
/proc/5222/task/5223/stat : 5223 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194368 1844 0 0 0 631 5 0 0 17 0 2 0 93967470 74833920 14799 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.98
Current children cumulated vsize (KiB) 78436

[startup+25.5018 s]
/proc/loadavg: 1.22 1.05 1.02 3/68 5223
/proc/meminfo: memFree=1729504/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=5.82
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 312 33125 0 0 0 0 551 31 16 0 1 0 93966840 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5219/statm: 1339 238 195 169 0 50 0
[pid=5222] ppid=5219 vsize=79236 CPUtime=38.69
/proc/5222/stat : 5222 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194304 16243 0 0 0 3850 19 0 0 17 0 2 0 93967426 81137664 16221 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5222/statm: 19809 16221 83 193 0 19613 0
[pid=5222/tid=5223] ppid=5219 vsize=79236 CPUtime=19.16
/proc/5222/task/5223/stat : 5223 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194368 2441 0 0 0 1909 7 0 0 17 0 2 0 93967470 81137664 16221 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.51
Current children cumulated vsize (KiB) 84592

[startup+51.1015 s]
/proc/loadavg: 1.49 1.12 1.04 3/68 5223
/proc/meminfo: memFree=1723744/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=5.82
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 312 33125 0 0 0 0 551 31 16 0 1 0 93966840 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5219/statm: 1339 238 195 169 0 50 0
[pid=5222] ppid=5219 vsize=84084 CPUtime=89.71
/proc/5222/stat : 5222 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194304 17565 0 0 0 8949 22 0 0 18 0 2 0 93967426 86102016 17543 1992294400 134512640 135305190 4294956144 18446744073709551615 134528446 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5222/statm: 21021 17543 83 193 0 20825 0
[pid=5222/tid=5223] ppid=5219 vsize=84084 CPUtime=44.69
/proc/5222/task/5223/stat : 5223 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194368 2947 0 0 0 4461 8 0 0 19 0 2 0 93967470 86102016 17543 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 95.53
Current children cumulated vsize (KiB) 89440

[startup+102.306 s]
/proc/loadavg: 1.79 1.27 1.09 3/68 5223
/proc/meminfo: memFree=1716192/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=5.82
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 312 33125 0 0 0 0 551 31 16 0 1 0 93966840 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5219/statm: 1339 238 195 169 0 50 0
[pid=5222] ppid=5219 vsize=92380 CPUtime=191.86
/proc/5222/stat : 5222 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194304 19483 0 0 0 19160 26 0 0 18 0 2 0 93967426 94597120 19461 1992294400 134512640 135305190 4294956144 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5222/statm: 23095 19461 83 193 0 22899 0
[pid=5222/tid=5223] ppid=5219 vsize=92380 CPUtime=95.85
/proc/5222/task/5223/stat : 5223 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194368 3724 0 0 0 9575 10 0 0 19 0 2 0 93967470 94597120 19461 1992294400 134512640 135305190 4294956144 18446744073709551615 134570397 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 197.68
Current children cumulated vsize (KiB) 97736

[startup+162.301 s]
/proc/loadavg: 1.92 1.40 1.15 3/68 5225
/proc/meminfo: memFree=1707040/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=5.82
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 312 33125 0 0 0 0 551 31 16 0 1 0 93966840 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5219/statm: 1339 238 195 169 0 50 0
[pid=5222] ppid=5219 vsize=101392 CPUtime=311.54
/proc/5222/stat : 5222 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194304 21766 0 0 0 31123 31 0 0 17 0 2 0 93967426 103825408 21744 1992294400 134512640 135305190 4294956144 18446744073709551615 134528851 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5222/statm: 25348 21744 83 193 0 25152 0
[pid=5222/tid=5223] ppid=5219 vsize=101392 CPUtime=155.8
/proc/5222/task/5223/stat : 5223 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194368 4661 0 0 0 15568 12 0 0 18 0 2 0 93967470 103825408 21744 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 317.36
Current children cumulated vsize (KiB) 106748

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.20 3/68 5225
/proc/meminfo: memFree=1699296/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=5.82
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 312 33125 0 0 0 0 551 31 16 0 1 0 93966840 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5219/statm: 1339 238 195 169 0 50 0
[pid=5222] ppid=5219 vsize=109616 CPUtime=431.22
/proc/5222/stat : 5222 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194304 23662 0 0 0 43088 34 0 0 25 0 2 0 93967426 112246784 23640 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5222/statm: 27404 23640 83 193 0 27208 0
[pid=5222/tid=5223] ppid=5219 vsize=109616 CPUtime=215.75
/proc/5222/task/5223/stat : 5223 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194368 5392 0 0 0 21562 13 0 0 25 0 2 0 93967470 112246784 23640 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 437.04
Current children cumulated vsize (KiB) 114972

[startup+282.302 s]
/proc/loadavg: 1.99 1.59 1.24 3/68 5225
/proc/meminfo: memFree=1690208/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=5.82
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 312 33125 0 0 0 0 551 31 16 0 1 0 93966840 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5219/statm: 1339 238 195 169 0 50 0
[pid=5222] ppid=5219 vsize=118812 CPUtime=550.91
/proc/5222/stat : 5222 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194304 25931 0 0 0 55052 39 0 0 20 0 2 0 93967426 121663488 25909 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5222/statm: 29703 25909 83 193 0 29507 0
[pid=5222/tid=5223] ppid=5219 vsize=118812 CPUtime=275.68
/proc/5222/task/5223/stat : 5223 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194368 6342 0 0 0 27553 15 0 0 21 0 2 0 93967470 121663488 25909 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 556.73
Current children cumulated vsize (KiB) 124168

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

[startup+307.101 s]
/proc/loadavg: 1.99 1.62 1.26 3/68 5225
/proc/meminfo: memFree=1690208/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=5.82
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 312 33125 0 0 0 0 551 31 16 0 1 0 93966840 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5219/statm: 1339 238 195 169 0 50 0
[pid=5222] ppid=5219 vsize=118812 CPUtime=600.4
/proc/5222/stat : 5222 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194304 25935 0 0 0 60000 40 0 0 18 0 2 0 93967426 121663488 25913 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5222/statm: 29703 25913 83 193 0 29507 0
[pid=5222/tid=5223] ppid=5219 vsize=118812 CPUtime=300.48
/proc/5222/task/5223/stat : 5223 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194368 6342 0 0 0 30032 16 0 0 17 0 2 0 93967470 121663488 25913 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 606.22
Current children cumulated vsize (KiB) 124168

[startup+319.901 s]
/proc/loadavg: 1.99 1.64 1.27 3/68 5225
/proc/meminfo: memFree=1690016/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=5.82
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 312 33125 0 0 0 0 551 31 16 0 1 0 93966840 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5219/statm: 1339 238 195 169 0 50 0
[pid=5222] ppid=5219 vsize=119108 CPUtime=625.95
/proc/5222/stat : 5222 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194304 25982 0 0 0 62554 41 0 0 25 0 2 0 93967426 121966592 25960 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5222/statm: 29777 25960 83 193 0 29581 0
[pid=5222/tid=5223] ppid=5219 vsize=119108 CPUtime=313.27
/proc/5222/task/5223/stat : 5223 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194368 6373 0 0 0 31311 16 0 0 17 0 2 0 93967470 121966592 25960 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 631.77
Current children cumulated vsize (KiB) 124464

[startup+323.101 s]
/proc/loadavg: 1.99 1.64 1.28 3/68 5225
/proc/meminfo: memFree=1689952/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=5.82
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 312 33125 0 0 0 0 551 31 16 0 1 0 93966840 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5219/statm: 1339 238 195 169 0 50 0
[pid=5222] ppid=5219 vsize=119108 CPUtime=632.33
/proc/5222/stat : 5222 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194304 25998 0 0 0 63192 41 0 0 17 0 2 0 93967426 121966592 25976 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5222/statm: 29777 25976 83 193 0 29581 0
[pid=5222/tid=5223] ppid=5219 vsize=119108 CPUtime=316.46
/proc/5222/task/5223/stat : 5223 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194368 6381 0 0 0 31630 16 0 0 17 0 2 0 93967470 121966592 25976 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 638.15
Current children cumulated vsize (KiB) 124464

[startup+324.701 s]
/proc/loadavg: 1.99 1.64 1.28 3/68 5225
/proc/meminfo: memFree=1689888/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=5.82
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 312 33125 0 0 0 0 551 31 16 0 1 0 93966840 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5219/statm: 1339 238 195 169 0 50 0
[pid=5222] ppid=5219 vsize=119108 CPUtime=635.53
/proc/5222/stat : 5222 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194304 26001 0 0 0 63512 41 0 0 19 0 2 0 93967426 121966592 25979 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5222/statm: 29777 25979 83 193 0 29581 0
[pid=5222/tid=5223] ppid=5219 vsize=119108 CPUtime=318.06
/proc/5222/task/5223/stat : 5223 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194368 6384 0 0 0 31790 16 0 0 17 0 2 0 93967470 121966592 25979 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 641.35
Current children cumulated vsize (KiB) 124464

[startup+326.303 s]
/proc/loadavg: 1.99 1.64 1.28 3/68 5225
/proc/meminfo: memFree=1689888/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=5.82
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 312 33125 0 0 0 0 551 31 16 0 1 0 93966840 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5219/statm: 1339 238 195 169 0 50 0
[pid=5222] ppid=5219 vsize=119108 CPUtime=638.72
/proc/5222/stat : 5222 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194304 26001 0 0 0 63831 41 0 0 18 0 2 0 93967426 121966592 25979 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5222/statm: 29777 25979 83 193 0 29581 0
[pid=5222/tid=5223] ppid=5219 vsize=119108 CPUtime=319.67
/proc/5222/task/5223/stat : 5223 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194368 6384 0 0 0 31951 16 0 0 17 0 2 0 93967470 121966592 25979 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 644.54
Current children cumulated vsize (KiB) 124464

[startup+327.103 s]
/proc/loadavg: 1.99 1.65 1.28 3/68 5225
/proc/meminfo: memFree=1689888/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=5.82
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 312 33125 0 0 0 0 551 31 16 0 1 0 93966840 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5219/statm: 1339 238 195 169 0 50 0
[pid=5222] ppid=5219 vsize=119108 CPUtime=640.32
/proc/5222/stat : 5222 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194304 26005 0 0 0 63991 41 0 0 19 0 2 0 93967426 121966592 25983 1992294400 134512640 135305190 4294956144 18446744073709551615 134529062 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5222/statm: 29777 25983 83 193 0 29581 0
[pid=5222/tid=5223] ppid=5219 vsize=119108 CPUtime=320.47
/proc/5222/task/5223/stat : 5223 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194368 6387 0 0 0 32031 16 0 0 18 0 2 0 93967470 121966592 25983 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 646.14
Current children cumulated vsize (KiB) 124464

[startup+327.303 s]
/proc/loadavg: 1.99 1.65 1.28 3/68 5225
/proc/meminfo: memFree=1689888/2055920 swapFree=4192952/4192956
[pid=5219] ppid=5217 vsize=5356 CPUtime=5.82
/proc/5219/stat : 5219 (manysat.sh) S 5217 5219 4896 0 -1 4194304 312 33125 0 0 0 0 551 31 16 0 1 0 93966840 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5219/statm: 1339 238 195 169 0 50 0
[pid=5222] ppid=5219 vsize=119108 CPUtime=640.72
/proc/5222/stat : 5222 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194304 26009 0 0 0 64031 41 0 0 19 0 2 0 93967426 121966592 25987 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5222/statm: 29777 25987 83 193 0 29581 0
[pid=5222/tid=5223] ppid=5219 vsize=119108 CPUtime=320.67
/proc/5222/task/5223/stat : 5223 (manysat1.1_stat) R 5219 5219 4896 0 -1 4194368 6391 0 0 0 32051 16 0 0 19 0 2 0 93967470 121966592 25987 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 646.54
Current children cumulated vsize (KiB) 124464

Child status: 20
Real time (s): 327.392
CPU time (s): 646.692
CPU user time (s): 645.933
CPU system time (s): 0.758884
CPU usage (%): 197.528
Max. virtual memory (cumulated for all children) (KiB): 127100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 645.933
system time used= 0.758884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59615
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= 4159
involuntary context switches= 4866

runsolver used 0.329949 second user time and 0.865868 second system time

The end

Launcher Data

Begin job on node82 at 2009-04-25 13:36:15
IDJOB=1720738
IDBENCH=69630
IDSOLVER=513
FILE ID=node82/1720738-1240659374
PBS_JOBID= 9186507
Free space on /tmp= 66260 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nid_i.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720738-1240659374/watcher-1720738-1240659374 -o /tmp/evaluation-result-1720738-1240659374/solver-1720738-1240659374 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1720738-1240659374.cnf aimd 0

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

MD5SUM BENCH= 5845608382cee59cce4973c50f16416c
RANDOM SEED=224426868

node82.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1823952 kB
Buffers:         11648 kB
Cached:         147468 kB
SwapCached:          4 kB
Active:          40036 kB
Inactive:       133668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823952 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           14896 kB
Writeback:           0 kB
Mapped:          24304 kB
Slab:            44220 kB
Committed_AS:   236548 kB
PageTables:       1384 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= 66260 MiB
End job on node82 at 2009-04-25 13:41:43