Trace number 1720739

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 1/2009-03-20UNSAT 599.729 303.865

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.68/0.73	c ==============================================================================
0.68/0.73	c |           |     ORIGINAL     |              LEARNT              |          |
0.68/0.73	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.68/0.73	c ==============================================================================
0.68/0.73	c |         0 |  750876  1752044 |  225262       0        0     nan |  0.000 % |
5.27/5.30	c |         0 |  320735  1252421 |      --       0       --      -- |     --   | -430139/-499618
5.27/5.31	c ==============================================================================
5.27/5.31	c Result  :   #vars: 41437   #clauses: 320735   #literals: 1252421
5.27/5.31	c CPU time:   5.04323 s
5.27/5.31	c ==============================================================================
599.62/303.82	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
599.62/303.82	c ============================[ Problem Statistics ]=============================
599.62/303.82	c |                                                                             |
599.62/303.82	c threadId              : 1
599.62/303.82	c restarts              : 7123
599.62/303.82	c conflicts             : 476966         (804 /sec)
599.62/303.82	c decisions             : 4770706        (1.57 % random) (8040 /sec)
599.62/303.82	c propagations          : 275213655      (463786 /sec)
599.62/303.82	c conflict literals     : 9434290        (22.02 % deleted)
599.62/303.82	c Memory used           : 111.64 MB
599.62/303.82	c CPU time              : 593.407 s
599.62/303.82	
599.62/303.82	c --->m=2, e=8, aimd=1, HOME/20401_many.cnf	time: 296.703	conflicts: 476966       
599.62/303.84	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-1720739-1240659378/watcher-1720739-1240659378 -o /tmp/evaluation-result-1720739-1240659378/solver-1720739-1240659378 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1720739-1240659378.cnf aimd 1 

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: 0.99 0.97 0.97 3/64 20401
/proc/meminfo: memFree=1684064/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=0
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93966432 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 235 195 169 0 50 0
[pid=20402] ppid=20401 vsize=956 CPUtime=0
/proc/20402/stat : 20402 (SatElite) R 20401 20401 19990 0 -1 4194304 165 0 0 0 0 0 0 0 19 0 1 0 93966432 978944 149 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/20402/statm: 275 153 50 127 0 145 0

[startup+0.0430199 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 20401
/proc/meminfo: memFree=1684064/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=0
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93966432 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 235 195 169 0 50 0
[pid=20402] ppid=20401 vsize=7724 CPUtime=0.03
/proc/20402/stat : 20402 (SatElite) R 20401 20401 19990 0 -1 4194304 1523 0 0 0 3 0 0 0 19 0 1 0 93966432 7909376 1507 1992294400 134512640 135034092 4294956096 18446744073709551615 134545332 0 0 4096 3 0 0 0 17 0 0 0
/proc/20402/statm: 1931 1508 50 127 0 1801 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13080

[startup+0.102029 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 20401
/proc/meminfo: memFree=1684064/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=0
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93966432 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 235 195 169 0 50 0
[pid=20402] ppid=20401 vsize=16156 CPUtime=0.09
/proc/20402/stat : 20402 (SatElite) R 20401 20401 19990 0 -1 4194304 3462 0 0 0 8 1 0 0 19 0 1 0 93966432 16543744 3446 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/20402/statm: 4039 3447 50 127 0 3909 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21512

[startup+0.302067 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 20401
/proc/meminfo: memFree=1684064/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=0
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93966432 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 235 195 169 0 50 0
[pid=20402] ppid=20401 vsize=41704 CPUtime=0.29
/proc/20402/stat : 20402 (SatElite) R 20401 20401 19990 0 -1 4194304 9946 0 0 0 25 4 0 0 21 0 1 0 93966432 42704896 9930 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/20402/statm: 10426 9932 50 127 0 10296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47060

[startup+0.701141 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 20401
/proc/meminfo: memFree=1684064/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=0
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93966432 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 235 195 169 0 50 0
[pid=20402] ppid=20401 vsize=94992 CPUtime=0.68
/proc/20402/stat : 20402 (SatElite) R 20401 20401 19990 0 -1 4194304 23150 0 0 0 59 9 0 0 25 0 1 0 93966432 97271808 23134 1992294400 134512640 135034092 4294956096 18446744073709551615 134542650 0 0 4096 3 0 0 0 17 0 0 0
/proc/20402/statm: 23748 23134 51 127 0 23618 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100348

[startup+1.50129 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 20403
/proc/meminfo: memFree=1581008/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=0
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93966432 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 235 195 169 0 50 0
[pid=20402] ppid=20401 vsize=109564 CPUtime=1.49
/proc/20402/stat : 20402 (SatElite) R 20401 20401 19990 0 -1 4194304 28103 0 0 0 135 14 0 0 25 0 1 0 93966432 112193536 25969 1992294400 134512640 135034092 4294956096 18446744073709551615 134670001 0 0 4096 3 0 0 0 17 0 0 0
/proc/20402/statm: 27391 25969 68 127 0 27261 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 114920

[startup+3.10161 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 20403
/proc/meminfo: memFree=1568912/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=0
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93966432 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 235 195 169 0 50 0
[pid=20402] ppid=20401 vsize=116360 CPUtime=3.08
/proc/20402/stat : 20402 (SatElite) R 20401 20401 19990 0 -1 4194304 29649 0 0 0 289 19 0 0 25 0 1 0 93966432 119152640 27515 1992294400 134512640 135034092 4294956096 18446744073709551615 134566547 0 0 4096 3 0 0 0 17 1 0 0
/proc/20402/statm: 29090 27515 68 127 0 28960 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 121716

[startup+6.30121 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 20403
/proc/meminfo: memFree=1548560/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=5.82
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 312 33125 0 0 0 0 553 29 19 0 1 0 93966432 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/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.07 0.99 0.97 3/67 20405
/proc/meminfo: memFree=1596376/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=5.82
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 312 33125 0 0 0 0 553 29 19 0 1 0 93966432 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 238 195 169 0 50 0
[pid=20404] ppid=20401 vsize=72384 CPUtime=13.14
/proc/20404/stat : 20404 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194304 14634 0 0 0 1294 20 0 0 17 0 2 0 93967017 74121216 14605 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 18096 14605 83 193 0 17900 0
[pid=20404/tid=20405] ppid=20401 vsize=72384 CPUtime=6.34
/proc/20404/task/20405/stat : 20405 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194368 1838 0 0 0 629 5 0 0 17 0 2 0 93967065 74121216 14605 1992294400 134512640 135305190 4294956144 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.96
Current children cumulated vsize (KiB) 77740

[startup+25.5028 s]
/proc/loadavg: 1.28 1.04 0.99 3/67 20405
/proc/meminfo: memFree=1588312/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=5.82
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 312 33125 0 0 0 0 553 29 19 0 1 0 93966432 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 238 195 169 0 50 0
[pid=20404] ppid=20401 vsize=80472 CPUtime=38.68
/proc/20404/stat : 20404 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194304 16594 0 0 0 3844 24 0 0 17 0 2 0 93967017 82403328 16565 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 20118 16565 83 193 0 19922 0
[pid=20404/tid=20405] ppid=20401 vsize=80472 CPUtime=19.14
/proc/20404/task/20405/stat : 20405 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194368 2643 0 0 0 1907 7 0 0 18 0 2 0 93967065 82403328 16565 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.5
Current children cumulated vsize (KiB) 85828

[startup+51.1027 s]
/proc/loadavg: 1.52 1.11 1.02 3/67 20405
/proc/meminfo: memFree=1583960/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=5.82
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 312 33125 0 0 0 0 553 29 19 0 1 0 93966432 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 238 195 169 0 50 0
[pid=20404] ppid=20401 vsize=85448 CPUtime=89.7
/proc/20404/stat : 20404 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194304 17681 0 0 0 8942 28 0 0 16 0 2 0 93967017 87498752 17652 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 21362 17652 83 193 0 21166 0
[pid=20404/tid=20405] ppid=20401 vsize=85448 CPUtime=44.7
/proc/20404/task/20405/stat : 20405 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194368 3109 0 0 0 4462 8 0 0 19 0 2 0 93967065 87498752 17652 1992294400 134512640 135305190 4294956144 18446744073709551615 134541944 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 95.52
Current children cumulated vsize (KiB) 90804

[startup+102.305 s]
/proc/loadavg: 1.79 1.25 1.06 3/67 20405
/proc/meminfo: memFree=1575960/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=5.82
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 312 33125 0 0 0 0 553 29 19 0 1 0 93966432 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 238 195 169 0 50 0
[pid=20404] ppid=20401 vsize=93208 CPUtime=191.84
/proc/20404/stat : 20404 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194304 19714 0 0 0 19150 34 0 0 19 0 2 0 93967017 95444992 19685 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 23302 19685 83 193 0 23106 0
[pid=20404/tid=20405] ppid=20401 vsize=93208 CPUtime=95.85
/proc/20404/task/20405/stat : 20405 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194368 3990 0 0 0 9574 11 0 0 25 0 2 0 93967065 95444992 19685 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 197.66
Current children cumulated vsize (KiB) 98564

[startup+162.303 s]
/proc/loadavg: 1.92 1.38 1.12 3/67 20407
/proc/meminfo: memFree=1566104/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=5.82
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 312 33125 0 0 0 0 553 29 19 0 1 0 93966432 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 238 195 169 0 50 0
[pid=20404] ppid=20401 vsize=102960 CPUtime=311.52
/proc/20404/stat : 20404 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194304 22134 0 0 0 31114 38 0 0 18 0 2 0 93967017 105431040 22105 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 25740 22105 83 193 0 25544 0
[pid=20404/tid=20405] ppid=20401 vsize=102960 CPUtime=155.79
/proc/20404/task/20405/stat : 20405 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194368 5110 0 0 0 15566 13 0 0 20 0 2 0 93967065 105431040 22105 1992294400 134512640 135305190 4294956144 18446744073709551615 134541973 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 317.34
Current children cumulated vsize (KiB) 108316

[startup+222.303 s]
/proc/loadavg: 1.97 1.49 1.17 3/67 20407
/proc/meminfo: memFree=1557464/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=5.82
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 312 33125 0 0 0 0 553 29 19 0 1 0 93966432 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 238 195 169 0 50 0
[pid=20404] ppid=20401 vsize=112208 CPUtime=431.22
/proc/20404/stat : 20404 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194304 24317 0 0 0 43079 43 0 0 25 0 2 0 93967017 114900992 24288 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20404/statm: 28052 24288 83 193 0 27856 0
[pid=20404/tid=20405] ppid=20401 vsize=112208 CPUtime=215.67
/proc/20404/task/20405/stat : 20405 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194368 6036 0 0 0 21551 16 0 0 23 0 2 0 93967065 114900992 24288 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 437.04
Current children cumulated vsize (KiB) 117564

[startup+282.301 s]
/proc/loadavg: 1.99 1.58 1.22 3/67 20407
/proc/meminfo: memFree=1556440/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=5.82
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 312 33125 0 0 0 0 553 29 19 0 1 0 93966432 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 238 195 169 0 50 0
[pid=20404] ppid=20401 vsize=114040 CPUtime=550.9
/proc/20404/stat : 20404 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194304 24565 0 0 0 55046 44 0 0 25 0 2 0 93967017 116776960 24536 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 28510 24536 83 193 0 28314 0
[pid=20404/tid=20405] ppid=20401 vsize=114040 CPUtime=275.42
/proc/20404/task/20405/stat : 20405 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194368 6114 0 0 0 27526 16 0 0 17 0 2 0 93967065 116776960 24536 1992294400 134512640 135305190 4294956144 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 556.72
Current children cumulated vsize (KiB) 119396

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

[startup+294.303 s]
/proc/loadavg: 1.99 1.60 1.23 3/67 20407
/proc/meminfo: memFree=1556312/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=5.82
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 312 33125 0 0 0 0 553 29 19 0 1 0 93966432 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 238 195 169 0 50 0
[pid=20404] ppid=20401 vsize=114176 CPUtime=574.85
/proc/20404/stat : 20404 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194304 24591 0 0 0 57440 45 0 0 17 0 2 0 93967017 116916224 24562 1992294400 134512640 135305190 4294956144 18446744073709551615 134529138 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 28544 24562 83 193 0 28348 0
[pid=20404/tid=20405] ppid=20401 vsize=114176 CPUtime=287.41
/proc/20404/task/20405/stat : 20405 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194368 6120 0 0 0 28725 16 0 0 25 0 2 0 93967065 116916224 24562 1992294400 134512640 135305190 4294956144 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 580.67
Current children cumulated vsize (KiB) 119532

[startup+300.702 s]
/proc/loadavg: 1.99 1.61 1.24 3/67 20407
/proc/meminfo: memFree=1556248/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=5.82
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 312 33125 0 0 0 0 553 29 19 0 1 0 93966432 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 238 195 169 0 50 0
[pid=20404] ppid=20401 vsize=114176 CPUtime=587.62
/proc/20404/stat : 20404 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194304 24609 0 0 0 58717 45 0 0 25 0 2 0 93967017 116916224 24580 1992294400 134512640 135305190 4294956144 18446744073709551615 134836452 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 28544 24580 83 193 0 28348 0
[pid=20404/tid=20405] ppid=20401 vsize=114176 CPUtime=293.81
/proc/20404/task/20405/stat : 20405 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194368 6132 0 0 0 29365 16 0 0 19 0 2 0 93967065 116916224 24580 1992294400 134512640 135305190 4294956144 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 593.44
Current children cumulated vsize (KiB) 119532

[startup+302.301 s]
/proc/loadavg: 1.99 1.61 1.24 3/67 20407
/proc/meminfo: memFree=1556248/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=5.82
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 312 33125 0 0 0 0 553 29 19 0 1 0 93966432 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 238 195 169 0 50 0
[pid=20404] ppid=20401 vsize=114176 CPUtime=590.81
/proc/20404/stat : 20404 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194304 24616 0 0 0 59036 45 0 0 25 0 2 0 93967017 116916224 24587 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 28544 24587 83 193 0 28348 0
[pid=20404/tid=20405] ppid=20401 vsize=114176 CPUtime=295.41
/proc/20404/task/20405/stat : 20405 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194368 6139 0 0 0 29525 16 0 0 17 0 2 0 93967065 116916224 24587 1992294400 134512640 135305190 4294956144 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 596.63
Current children cumulated vsize (KiB) 119532

[startup+303.101 s]
/proc/loadavg: 1.99 1.61 1.24 3/67 20407
/proc/meminfo: memFree=1556184/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=5.82
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 312 33125 0 0 0 0 553 29 19 0 1 0 93966432 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 238 195 169 0 50 0
[pid=20404] ppid=20401 vsize=114176 CPUtime=592.41
/proc/20404/stat : 20404 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194304 24620 0 0 0 59196 45 0 0 25 0 2 0 93967017 116916224 24591 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 28544 24591 83 193 0 28348 0
[pid=20404/tid=20405] ppid=20401 vsize=114176 CPUtime=296.21
/proc/20404/task/20405/stat : 20405 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194368 6143 0 0 0 29605 16 0 0 19 0 2 0 93967065 116916224 24591 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 598.23
Current children cumulated vsize (KiB) 119532

[startup+303.501 s]
/proc/loadavg: 1.99 1.61 1.24 3/67 20407
/proc/meminfo: memFree=1556184/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=5.82
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 312 33125 0 0 0 0 553 29 19 0 1 0 93966432 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 238 195 169 0 50 0
[pid=20404] ppid=20401 vsize=114320 CPUtime=593.21
/proc/20404/stat : 20404 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194304 24625 0 0 0 59276 45 0 0 25 0 2 0 93967017 117063680 24596 1992294400 134512640 135305190 4294956144 18446744073709551615 134529104 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 28580 24596 83 193 0 28384 0
[pid=20404/tid=20405] ppid=20401 vsize=114320 CPUtime=296.61
/proc/20404/task/20405/stat : 20405 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194368 6148 0 0 0 29645 16 0 0 19 0 2 0 93967065 117063680 24596 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 599.03
Current children cumulated vsize (KiB) 119676

[startup+303.702 s]
/proc/loadavg: 1.99 1.61 1.24 3/67 20407
/proc/meminfo: memFree=1556184/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=5.82
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 312 33125 0 0 0 0 553 29 19 0 1 0 93966432 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 238 195 169 0 50 0
[pid=20404] ppid=20401 vsize=114320 CPUtime=593.6
/proc/20404/stat : 20404 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194304 24630 0 0 0 59315 45 0 0 25 0 2 0 93967017 117063680 24601 1992294400 134512640 135305190 4294956144 18446744073709551615 134528851 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 28580 24601 83 193 0 28384 0
[pid=20404/tid=20405] ppid=20401 vsize=114320 CPUtime=296.81
/proc/20404/task/20405/stat : 20405 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194368 6153 0 0 0 29665 16 0 0 17 0 2 0 93967065 117063680 24601 1992294400 134512640 135305190 4294956144 18446744073709551615 134557489 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 599.42
Current children cumulated vsize (KiB) 119676

[startup+303.802 s]
/proc/loadavg: 1.99 1.61 1.24 3/67 20407
/proc/meminfo: memFree=1556184/2055920 swapFree=4177552/4192956
[pid=20401] ppid=20399 vsize=5356 CPUtime=5.82
/proc/20401/stat : 20401 (manysat.sh) S 20399 20401 19990 0 -1 4194304 312 33125 0 0 0 0 553 29 19 0 1 0 93966432 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20401/statm: 1339 238 195 169 0 50 0
[pid=20404] ppid=20401 vsize=114320 CPUtime=593.8
/proc/20404/stat : 20404 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194304 24630 0 0 0 59335 45 0 0 17 0 2 0 93967017 117063680 24601 1992294400 134512640 135305190 4294956144 18446744073709551615 134557484 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 28580 24601 83 193 0 28384 0
[pid=20404/tid=20405] ppid=20401 vsize=114320 CPUtime=296.91
/proc/20404/task/20405/stat : 20405 (manysat1.1_stat) R 20401 20401 19990 0 -1 4194368 6153 0 0 0 29675 16 0 0 17 0 2 0 93967065 117063680 24601 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 599.62
Current children cumulated vsize (KiB) 119676

Child status: 20
Real time (s): 303.865
CPU time (s): 599.729
CPU user time (s): 598.941
CPU system time (s): 0.78788
CPU usage (%): 197.367
Max. virtual memory (cumulated for all children) (KiB): 132840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 598.941
system time used= 0.78788
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58236
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= 3933
involuntary context switches= 4499

runsolver used 0.292955 second user time and 0.823874 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-25 13:36:19
IDJOB=1720739
IDBENCH=69630
IDSOLVER=514
FILE ID=node37/1720739-1240659378
PBS_JOBID= 9186493
Free space on /tmp= 66288 MiB

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

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

MD5SUM BENCH= 5845608382cee59cce4973c50f16416c
RANDOM SEED=869311036

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1684608 kB
Buffers:         56052 kB
Cached:         253200 kB
SwapCached:      10280 kB
Active:         110520 kB
Inactive:       211280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684608 kB
SwapTotal:     4192956 kB
SwapFree:      4177552 kB
Dirty:           14956 kB
Writeback:           0 kB
Mapped:          13568 kB
Slab:            35644 kB
Committed_AS:   404176 kB
PageTables:       1380 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= 66288 MiB
End job on node37 at 2009-04-25 13:41:23