Trace number 1717879

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 47.4278 33.05

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.97
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

Solver Data

0.00/0.00	c Parsing...
0.79/0.81	c ==============================================================================
0.79/0.81	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.81	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.81	c ==============================================================================
0.79/0.81	c |         0 |  936867  2518386 |  281060       0        0     nan |  0.000 % |
16.29/16.32	c |         0 |  661069  3356557 |      --       0       --      -- |     --   | -275798/838171
16.29/16.32	c ==============================================================================
16.29/16.32	c Result  :   #vars: 11635   #clauses: 661069   #literals: 3356557
16.29/16.32	c CPU time:   15.9746 s
16.29/16.32	c ==============================================================================
47.36/33.00	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
47.36/33.00	c ============================[ Problem Statistics ]=============================
47.36/33.00	c |                                                                             |
47.36/33.00	c threadId              : 1
47.36/33.00	c restarts              : 166
47.36/33.00	c conflicts             : 29733          (1004 /sec)
47.36/33.00	c decisions             : 62562          (1.68 % random) (2112 /sec)
47.36/33.00	c propagations          : 20844179       (703589 /sec)
47.36/33.00	c conflict literals     : 525955         (31.72 % deleted)
47.36/33.00	c Memory used           : 109.01 MB
47.36/33.00	c CPU time              : 29.6255 s
47.36/33.00	
47.36/33.00	c --->m=2, e=8, aimd=1, HOME/24746_many.cnf	time: 14.8132	conflicts: 29733        
47.36/33.02	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-1717879-1240631903/watcher-1717879-1240631903 -o /tmp/evaluation-result-1717879-1240631903/solver-1717879-1240631903 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1717879-1240631903.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: 1.00 1.00 1.00 3/64 24746
/proc/meminfo: memFree=1785332/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=0
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91223002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 235 195 169 0 50 0
[pid=24747] ppid=24746 vsize=1172 CPUtime=0
/proc/24747/stat : 24747 (SatElite) R 24746 24746 23724 0 -1 4194304 182 0 0 0 0 0 0 0 19 0 1 0 91223002 1200128 166 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 293 168 52 127 0 163 0

[startup+0.0102879 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24746
/proc/meminfo: memFree=1785332/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=0
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91223002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 235 195 169 0 50 0
[pid=24747] ppid=24746 vsize=1720 CPUtime=0
/proc/24747/stat : 24747 (SatElite) R 24746 24746 23724 0 -1 4194304 341 0 0 0 0 0 0 0 19 0 1 0 91223002 1761280 325 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 465 333 52 127 0 335 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7076

[startup+0.101298 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24746
/proc/meminfo: memFree=1785332/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=0
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91223002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 235 195 169 0 50 0
[pid=24747] ppid=24746 vsize=11824 CPUtime=0.08
/proc/24747/stat : 24747 (SatElite) R 24746 24746 23724 0 -1 4194304 2745 0 0 0 7 1 0 0 19 0 1 0 91223002 12107776 2729 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 2956 2729 52 127 0 2826 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17180

[startup+0.301321 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24746
/proc/meminfo: memFree=1785332/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=0
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91223002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 235 195 169 0 50 0
[pid=24747] ppid=24746 vsize=31048 CPUtime=0.29
/proc/24747/stat : 24747 (SatElite) R 24746 24746 23724 0 -1 4194304 7515 0 0 0 25 4 0 0 21 0 1 0 91223002 31793152 7499 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 7762 7500 52 127 0 7632 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36404

[startup+0.701365 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24746
/proc/meminfo: memFree=1785332/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=0
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91223002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 235 195 169 0 50 0
[pid=24747] ppid=24746 vsize=80740 CPUtime=0.69
/proc/24747/stat : 24747 (SatElite) R 24746 24746 23724 0 -1 4194304 17287 0 0 0 59 10 0 0 24 0 1 0 91223002 82677760 17271 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 20185 17271 52 127 0 20055 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86096

[startup+1.50145 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24748
/proc/meminfo: memFree=1694692/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=0
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91223002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 235 195 169 0 50 0
[pid=24747] ppid=24746 vsize=105020 CPUtime=1.49
/proc/24747/stat : 24747 (SatElite) R 24746 24746 23724 0 -1 4194304 23184 0 0 0 135 14 0 0 25 0 1 0 91223002 107540480 22773 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 26255 22773 68 127 0 26125 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110376

[startup+3.10164 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24748
/proc/meminfo: memFree=1687396/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=0
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91223002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 235 195 169 0 50 0
[pid=24747] ppid=24746 vsize=109136 CPUtime=3.09
/proc/24747/stat : 24747 (SatElite) R 24746 24746 23724 0 -1 4194304 24167 0 0 0 292 17 0 0 25 0 1 0 91223002 111755264 23756 1992294400 134512640 135034092 4294956096 18446744073709551615 134536786 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 27284 23756 68 127 0 27154 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114492

[startup+6.30199 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 24748
/proc/meminfo: memFree=1672548/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=0
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91223002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 235 195 169 0 50 0
[pid=24747] ppid=24746 vsize=114736 CPUtime=6.28
/proc/24747/stat : 24747 (SatElite) R 24746 24746 23724 0 -1 4194304 25494 0 0 0 603 25 0 0 25 0 1 0 91223002 117489664 25083 1992294400 134512640 135034092 4294956096 18446744073709551615 134540697 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 28684 25083 68 127 0 28554 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 120092

[startup+12.7017 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 24748
/proc/meminfo: memFree=1642340/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=0
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91223002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 235 195 169 0 50 0
[pid=24747] ppid=24746 vsize=140216 CPUtime=12.69
/proc/24747/stat : 24747 (SatElite) R 24746 24746 23724 0 -1 4194304 30477 0 0 0 1236 33 0 0 25 0 1 0 91223002 143581184 29727 1992294400 134512640 135034092 4294956096 18446744073709551615 134569590 0 0 4096 3 0 0 0 17 0 0 0
/proc/24747/statm: 35054 29727 68 127 0 34924 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 145572

[startup+25.5012 s]
/proc/loadavg: 1.21 1.05 1.01 3/67 24750
/proc/meminfo: memFree=1647196/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=17.55
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 312 32613 0 0 0 0 1713 42 19 0 1 0 91223002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 238 195 169 0 50 0
[pid=24749] ppid=24746 vsize=106860 CPUtime=14.85
/proc/24749/stat : 24749 (manysat1.1_stat) R 24746 24746 23724 0 -1 4194304 23831 0 0 0 1468 17 0 0 19 0 2 0 91224759 109424640 23817 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24749/statm: 26715 23817 83 193 0 26519 0
[pid=24749/tid=24750] ppid=24746 vsize=106860 CPUtime=6.97
/proc/24749/task/24750/stat : 24750 (manysat1.1_stat) R 24746 24746 23724 0 -1 4194368 1559 0 0 0 694 3 0 0 17 0 2 0 91224852 109424640 23817 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.4
Current children cumulated vsize (KiB) 112216

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

[startup+28.7025 s]
/proc/loadavg: 1.21 1.05 1.01 3/67 24750
/proc/meminfo: memFree=1645852/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=17.55
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 312 32613 0 0 0 0 1713 42 19 0 1 0 91223002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 238 195 169 0 50 0
[pid=24749] ppid=24746 vsize=108952 CPUtime=21.24
/proc/24749/stat : 24749 (manysat1.1_stat) R 24746 24746 23724 0 -1 4194304 24169 0 0 0 2106 18 0 0 20 0 2 0 91224759 111566848 24155 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24749/statm: 27238 24155 83 193 0 27042 0
[pid=24749/tid=24750] ppid=24746 vsize=108952 CPUtime=10.17
/proc/24749/task/24750/stat : 24750 (manysat1.1_stat) R 24746 24746 23724 0 -1 4194368 1715 0 0 0 1014 3 0 0 18 0 2 0 91224852 111566848 24155 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.79
Current children cumulated vsize (KiB) 114308

[startup+30.3027 s]
/proc/loadavg: 1.27 1.06 1.02 3/67 24750
/proc/meminfo: memFree=1645208/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=17.55
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 312 32613 0 0 0 0 1713 42 19 0 1 0 91223002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 238 195 169 0 50 0
[pid=24749] ppid=24746 vsize=110936 CPUtime=24.43
/proc/24749/stat : 24749 (manysat1.1_stat) R 24746 24746 23724 0 -1 4194304 24416 0 0 0 2425 18 0 0 17 0 2 0 91224759 113598464 24402 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24749/statm: 27734 24402 83 193 0 27538 0
[pid=24749/tid=24750] ppid=24746 vsize=110936 CPUtime=11.76
/proc/24749/task/24750/stat : 24750 (manysat1.1_stat) R 24746 24746 23724 0 -1 4194368 1802 0 0 0 1173 3 0 0 20 0 2 0 91224852 113598464 24402 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.98
Current children cumulated vsize (KiB) 116292

[startup+31.9059 s]
/proc/loadavg: 1.27 1.06 1.02 3/67 24750
/proc/meminfo: memFree=1644124/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=17.55
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 312 32613 0 0 0 0 1713 42 19 0 1 0 91223002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 238 195 169 0 50 0
[pid=24749] ppid=24746 vsize=111336 CPUtime=27.62
/proc/24749/stat : 24749 (manysat1.1_stat) R 24746 24746 23724 0 -1 4194304 24574 0 0 0 2743 19 0 0 17 0 2 0 91224759 114008064 24560 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24749/statm: 27834 24560 83 193 0 27638 0
[pid=24749/tid=24750] ppid=24746 vsize=111336 CPUtime=13.36
/proc/24749/task/24750/stat : 24750 (manysat1.1_stat) R 24746 24746 23724 0 -1 4194368 1912 0 0 0 1333 3 0 0 17 0 2 0 91224852 114008064 24560 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 45.17
Current children cumulated vsize (KiB) 116692

[startup+32.702 s]
/proc/loadavg: 1.27 1.06 1.02 3/67 24750
/proc/meminfo: memFree=1644124/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=17.55
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 312 32613 0 0 0 0 1713 42 19 0 1 0 91223002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 238 195 169 0 50 0
[pid=24749] ppid=24746 vsize=111624 CPUtime=29.21
/proc/24749/stat : 24749 (manysat1.1_stat) R 24746 24746 23724 0 -1 4194304 24646 0 0 0 2902 19 0 0 18 0 2 0 91224759 114302976 24632 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24749/statm: 27906 24632 83 193 0 27710 0
[pid=24749/tid=24750] ppid=24746 vsize=111624 CPUtime=14.16
/proc/24749/task/24750/stat : 24750 (manysat1.1_stat) R 24746 24746 23724 0 -1 4194368 1938 0 0 0 1412 4 0 0 18 0 2 0 91224852 114302976 24632 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.76
Current children cumulated vsize (KiB) 116980

[startup+32.902 s]
/proc/loadavg: 1.27 1.06 1.02 3/67 24750
/proc/meminfo: memFree=1643612/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=17.55
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 312 32613 0 0 0 0 1713 42 19 0 1 0 91223002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 238 195 169 0 50 0
[pid=24749] ppid=24746 vsize=111624 CPUtime=29.61
/proc/24749/stat : 24749 (manysat1.1_stat) R 24746 24746 23724 0 -1 4194304 24677 0 0 0 2942 19 0 0 18 0 2 0 91224759 114302976 24663 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24749/statm: 27906 24663 83 193 0 27710 0
[pid=24749/tid=24750] ppid=24746 vsize=111624 CPUtime=14.36
/proc/24749/task/24750/stat : 24750 (manysat1.1_stat) R 24746 24746 23724 0 -1 4194368 1957 0 0 0 1432 4 0 0 17 0 2 0 91224852 114302976 24663 1992294400 134512640 135305190 4294956144 18446744073709551615 134529257 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.16
Current children cumulated vsize (KiB) 116980

[startup+33.006 s]
/proc/loadavg: 1.27 1.06 1.02 3/67 24750
/proc/meminfo: memFree=1643612/2055920 swapFree=4192956/4192956
[pid=24746] ppid=24744 vsize=5356 CPUtime=17.55
/proc/24746/stat : 24746 (manysat.sh) S 24744 24746 23724 0 -1 4194304 312 32613 0 0 0 0 1713 42 19 0 1 0 91223002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24746/statm: 1339 238 195 169 0 50 0
[pid=24749] ppid=24746 vsize=111624 CPUtime=29.81
/proc/24749/stat : 24749 (manysat1.1_stat) R 24746 24746 23724 0 -1 4194304 24677 0 0 0 2962 19 0 0 18 0 2 0 91224759 114302976 24663 1992294400 134512640 135305190 4294956144 18446744073709551615 134529138 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24749/statm: 27906 24663 83 193 0 27710 0
[pid=24749/tid=24750] ppid=24746 vsize=111624 CPUtime=14.46
/proc/24749/task/24750/stat : 24750 (manysat1.1_stat) R 24746 24746 23724 0 -1 4194368 1957 0 0 0 1442 4 0 0 17 0 2 0 91224852 114302976 24663 1992294400 134512640 135305190 4294956144 18446744073709551615 134657448 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.36
Current children cumulated vsize (KiB) 116980

Child status: 20
Real time (s): 33.05
CPU time (s): 47.4278
CPU user time (s): 46.7639
CPU system time (s): 0.663899
CPU usage (%): 143.503
Max. virtual memory (cumulated for all children) (KiB): 145572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.7639
system time used= 0.663899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57771
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= 2423
involuntary context switches= 287

runsolver used 0.041993 second user time and 0.087986 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-25 05:58:24
IDJOB=1717879
IDBENCH=20430
IDSOLVER=514
FILE ID=node35/1717879-1240631903
PBS_JOBID= 9186330
Free space on /tmp= 66384 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717879-1240631903/watcher-1717879-1240631903 -o /tmp/evaluation-result-1717879-1240631903/solver-1717879-1240631903 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1717879-1240631903.cnf aimd 1

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

MD5SUM BENCH= 8c6ad18be635cee0d986377c4d06ab11
RANDOM SEED=2033062997

node35.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.214
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.214
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:       1785876 kB
Buffers:         29412 kB
Cached:         160240 kB
SwapCached:          0 kB
Active:          36092 kB
Inactive:       167456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785876 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           18640 kB
Writeback:           0 kB
Mapped:          23692 kB
Slab:            52600 kB
Committed_AS:   333408 kB
PageTables:       1396 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= 66380 MiB
End job on node35 at 2009-04-25 05:58:58