Trace number 1717515

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 110.982 66.1429

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h33-unknown.cnf
MD5SUM6197e38464facb30636a5a3ad5b2f0b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark77.2523
Satisfiable
(Un)Satisfiability was proved
Number of variables172950
Number of clauses837466
Sum of the clauses size2168190
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2666462
Number of clauses of size 3164950
Number of clauses of size 41526
Number of clauses of size 5129
Number of clauses of size over 54123

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 |  837166  2167854 |  251149       0        0     nan |  0.000 % |
18.87/18.94	c |         0 |  510801  3267506 |      --       0       --      -- |     --   | -326365/1099652
18.87/18.94	c ==============================================================================
18.87/18.94	c Result  :   #vars: 12778   #clauses: 510801   #literals: 3267506
18.87/18.94	c CPU time:   18.5462 s
18.87/18.94	c ==============================================================================
110.73/66.09	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
110.73/66.09	c ============================[ Problem Statistics ]=============================
110.73/66.09	c |                                                                             |
110.73/66.09	c threadId              : 1
110.73/66.09	c restarts              : 805
110.73/66.09	c conflicts             : 120886         (1335 /sec)
110.73/66.09	c decisions             : 322722         (1.61 % random) (3563 /sec)
110.73/66.09	c propagations          : 48081940       (530798 /sec)
110.73/66.09	c conflict literals     : 2514840        (24.18 % deleted)
110.73/66.09	c Memory used           : 115.20 MB
110.73/66.09	c CPU time              : 90.5842 s
110.73/66.09	
110.73/66.09	c --->m=2, e=8, aimd=1, HOME/18748_many.cnf	time: 45.2921	conflicts: 120886       
110.92/66.11	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-1717515-1240628667/watcher-1717515-1240628667 -o /tmp/evaluation-result-1717515-1240628667/solver-1717515-1240628667 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1717515-1240628667.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.11 3/64 18748
/proc/meminfo: memFree=1426880/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=0
/proc/18748/stat : 18748 (manysat.sh) R 18746 18748 17986 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 90895413 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 213116316319 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18748/statm: 1339 234 194 169 0 50 0
[pid=18749] ppid=18748 vsize=1172 CPUtime=0
/proc/18749/stat : 18749 (SatElite) R 18748 18748 17986 0 -1 4194304 210 0 0 0 0 0 0 0 18 0 1 0 90895413 1200128 195 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/18749/statm: 333 203 52 127 0 203 0

[startup+0.0528319 s]
/proc/loadavg: 1.00 1.00 1.11 3/64 18748
/proc/meminfo: memFree=1426880/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=0
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90895413 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18748/statm: 1339 235 195 169 0 50 0
[pid=18749] ppid=18748 vsize=6252 CPUtime=0.04
/proc/18749/stat : 18749 (SatElite) R 18748 18748 17986 0 -1 4194304 1347 0 0 0 4 0 0 0 19 0 1 0 90895413 6402048 1331 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/18749/statm: 1563 1332 52 127 0 1433 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11608

[startup+0.10184 s]
/proc/loadavg: 1.00 1.00 1.11 3/64 18748
/proc/meminfo: memFree=1426880/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=0
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90895413 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18748/statm: 1339 235 195 169 0 50 0
[pid=18749] ppid=18748 vsize=12020 CPUtime=0.09
/proc/18749/stat : 18749 (SatElite) R 18748 18748 17986 0 -1 4194304 2581 0 0 0 8 1 0 0 19 0 1 0 90895413 12308480 2565 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/18749/statm: 3005 2566 52 127 0 2875 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17376

[startup+0.301877 s]
/proc/loadavg: 1.00 1.00 1.11 3/64 18748
/proc/meminfo: memFree=1426880/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=0
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90895413 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18748/statm: 1339 235 195 169 0 50 0
[pid=18749] ppid=18748 vsize=37488 CPUtime=0.29
/proc/18749/stat : 18749 (SatElite) R 18748 18748 17986 0 -1 4194304 7759 0 0 0 25 4 0 0 21 0 1 0 90895413 38387712 7743 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/18749/statm: 9372 7743 52 127 0 9242 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42844

[startup+0.701952 s]
/proc/loadavg: 1.00 1.00 1.11 3/64 18748
/proc/meminfo: memFree=1426880/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=0
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90895413 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18748/statm: 1339 235 195 169 0 50 0
[pid=18749] ppid=18748 vsize=90504 CPUtime=0.69
/proc/18749/stat : 18749 (SatElite) R 18748 18748 17986 0 -1 4194304 20351 0 0 0 57 12 0 0 25 0 1 0 90895413 92676096 20335 1992294400 134512640 135034092 4294956096 18446744073709551615 134542692 0 0 4096 3 0 0 0 17 0 0 0
/proc/18749/statm: 22626 20335 52 127 0 22496 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95860

[startup+1.5011 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 18750
/proc/meminfo: memFree=1336112/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=0
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90895413 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18748/statm: 1339 235 195 169 0 50 0
[pid=18749] ppid=18748 vsize=103180 CPUtime=1.49
/proc/18749/stat : 18749 (SatElite) R 18748 18748 17986 0 -1 4194304 23077 0 0 0 134 15 0 0 25 0 1 0 90895413 105656320 22599 1992294400 134512640 135034092 4294956096 18446744073709551615 134566113 0 0 4096 3 0 0 0 17 0 0 0
/proc/18749/statm: 25795 22599 68 127 0 25665 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 108536

[startup+3.10241 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 18750
/proc/meminfo: memFree=1329008/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=0
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90895413 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18748/statm: 1339 235 195 169 0 50 0
[pid=18749] ppid=18748 vsize=107264 CPUtime=3.09
/proc/18749/stat : 18749 (SatElite) R 18748 18748 17986 0 -1 4194304 24081 0 0 0 290 19 0 0 25 0 1 0 90895413 109838336 23603 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/18749/statm: 26816 23604 68 127 0 26686 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112620

[startup+6.30202 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 18750
/proc/meminfo: memFree=1311536/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=0
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90895413 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18748/statm: 1339 235 195 169 0 50 0
[pid=18749] ppid=18748 vsize=114016 CPUtime=6.28
/proc/18749/stat : 18749 (SatElite) R 18748 18748 17986 0 -1 4194304 25720 0 0 0 603 25 0 0 25 0 1 0 90895413 116752384 25242 1992294400 134512640 135034092 4294956096 18446744073709551615 134548072 0 0 4096 3 0 0 0 17 1 0 0
/proc/18749/statm: 28504 25242 68 127 0 28374 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 119372

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 18750
/proc/meminfo: memFree=1279856/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=0
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90895413 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18748/statm: 1339 235 195 169 0 50 0
[pid=18749] ppid=18748 vsize=132592 CPUtime=12.68
/proc/18749/stat : 18749 (SatElite) R 18748 18748 17986 0 -1 4194304 29865 0 0 0 1232 36 0 0 25 0 1 0 90895413 135774208 29049 1992294400 134512640 135034092 4294956096 18446744073709551615 134584279 0 0 4096 3 0 0 0 17 0 0 0
/proc/18749/statm: 33148 29049 68 127 0 33018 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 137948

[startup+25.5016 s]
/proc/loadavg: 1.16 1.03 1.12 3/67 18752
/proc/meminfo: memFree=1289896/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=20.09
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 312 32860 0 0 0 0 1963 46 16 0 1 0 90895413 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18748/statm: 1339 238 195 169 0 50 0
[pid=18751] ppid=18748 vsize=100416 CPUtime=9.85
/proc/18751/stat : 18751 (manysat1.1_stat) R 18748 18748 17986 0 -1 4194304 21861 0 0 0 967 18 0 0 16 0 2 0 90897426 102825984 21846 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18751/statm: 25104 21846 83 193 0 24908 0
[pid=18751/tid=18752] ppid=18748 vsize=100416 CPUtime=4.5
/proc/18751/task/18752/stat : 18752 (manysat1.1_stat) R 18748 18748 17986 0 -1 4194368 2106 0 0 0 446 4 0 0 17 0 2 0 90897510 102825984 21846 1992294400 134512640 135305190 4294956144 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.94
Current children cumulated vsize (KiB) 105772

[startup+51.1015 s]
/proc/loadavg: 1.45 1.11 1.14 3/67 18752
/proc/meminfo: memFree=1278824/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=20.09
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 312 32860 0 0 0 0 1963 46 16 0 1 0 90895413 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18748/statm: 1339 238 195 169 0 50 0
[pid=18751] ppid=18748 vsize=112240 CPUtime=60.91
/proc/18751/stat : 18751 (manysat1.1_stat) R 18748 18748 17986 0 -1 4194304 24689 0 0 0 6070 21 0 0 17 0 2 0 90897426 114933760 24674 1992294400 134512640 135305190 4294956144 18446744073709551615 134549114 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18751/statm: 28060 24674 83 193 0 27864 0
[pid=18751/tid=18752] ppid=18748 vsize=112240 CPUtime=29.98
/proc/18751/task/18752/stat : 18752 (manysat1.1_stat) R 18748 18748 17986 0 -1 4194368 3286 0 0 0 2992 6 0 0 18 0 2 0 90897510 114933760 24674 1992294400 134512640 135305190 4294956144 18446744073709551615 134531174 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81
Current children cumulated vsize (KiB) 117596

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

[startup+57.5017 s]
/proc/loadavg: 1.49 1.12 1.14 3/67 18752
/proc/meminfo: memFree=1277288/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=20.09
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 312 32860 0 0 0 0 1963 46 16 0 1 0 90895413 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18748/statm: 1339 238 195 169 0 50 0
[pid=18751] ppid=18748 vsize=113656 CPUtime=73.67
/proc/18751/stat : 18751 (manysat1.1_stat) R 18748 18748 17986 0 -1 4194304 25040 0 0 0 7345 22 0 0 17 0 2 0 90897426 116383744 25025 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18751/statm: 28414 25025 83 193 0 28218 0
[pid=18751/tid=18752] ppid=18748 vsize=113656 CPUtime=36.36
/proc/18751/task/18752/stat : 18752 (manysat1.1_stat) R 18748 18748 17986 0 -1 4194368 3452 0 0 0 3630 6 0 0 22 0 2 0 90897510 116383744 25025 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.76
Current children cumulated vsize (KiB) 119012

[startup+60.7013 s]
/proc/loadavg: 1.53 1.14 1.15 3/67 18752
/proc/meminfo: memFree=1276328/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=20.09
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 312 32860 0 0 0 0 1963 46 16 0 1 0 90895413 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18748/statm: 1339 238 195 169 0 50 0
[pid=18751] ppid=18748 vsize=115364 CPUtime=80.06
/proc/18751/stat : 18751 (manysat1.1_stat) R 18748 18748 17986 0 -1 4194304 25290 0 0 0 7983 23 0 0 19 0 2 0 90897426 118132736 25275 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18751/statm: 28841 25275 83 193 0 28645 0
[pid=18751/tid=18752] ppid=18748 vsize=115364 CPUtime=39.54
/proc/18751/task/18752/stat : 18752 (manysat1.1_stat) R 18748 18748 17986 0 -1 4194368 3532 0 0 0 3948 6 0 0 17 0 2 0 90897510 118132736 25275 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.15
Current children cumulated vsize (KiB) 120720

[startup+63.9029 s]
/proc/loadavg: 1.57 1.15 1.15 3/67 18752
/proc/meminfo: memFree=1274728/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=20.09
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 312 32860 0 0 0 0 1963 46 16 0 1 0 90895413 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18748/statm: 1339 238 195 169 0 50 0
[pid=18751] ppid=18748 vsize=117448 CPUtime=86.45
/proc/18751/stat : 18751 (manysat1.1_stat) R 18748 18748 17986 0 -1 4194304 25717 0 0 0 8621 24 0 0 17 0 2 0 90897426 120266752 25702 1992294400 134512640 135305190 4294956144 18446744073709551615 134547611 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18751/statm: 29362 25702 83 193 0 29166 0
[pid=18751/tid=18752] ppid=18748 vsize=117448 CPUtime=42.74
/proc/18751/task/18752/stat : 18752 (manysat1.1_stat) R 18748 18748 17986 0 -1 4194368 3680 0 0 0 4267 7 0 0 17 0 2 0 90897510 120266752 25702 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 106.54
Current children cumulated vsize (KiB) 122804

[startup+65.5012 s]
/proc/loadavg: 1.57 1.15 1.15 3/67 18752
/proc/meminfo: memFree=1274088/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=20.09
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 312 32860 0 0 0 0 1963 46 16 0 1 0 90895413 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18748/statm: 1339 238 195 169 0 50 0
[pid=18751] ppid=18748 vsize=117796 CPUtime=89.64
/proc/18751/stat : 18751 (manysat1.1_stat) R 18748 18748 17986 0 -1 4194304 25906 0 0 0 8940 24 0 0 17 0 2 0 90897426 120623104 25891 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18751/statm: 29449 25891 83 193 0 29253 0
[pid=18751/tid=18752] ppid=18748 vsize=117796 CPUtime=44.32
/proc/18751/task/18752/stat : 18752 (manysat1.1_stat) R 18748 18748 17986 0 -1 4194368 3770 0 0 0 4425 7 0 0 17 0 2 0 90897510 120623104 25891 1992294400 134512640 135305190 4294956144 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 109.73
Current children cumulated vsize (KiB) 123152

[startup+65.9013 s]
/proc/loadavg: 1.57 1.15 1.15 3/67 18752
/proc/meminfo: memFree=1273512/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=20.09
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 312 32860 0 0 0 0 1963 46 16 0 1 0 90895413 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18748/statm: 1339 238 195 169 0 50 0
[pid=18751] ppid=18748 vsize=117956 CPUtime=90.44
/proc/18751/stat : 18751 (manysat1.1_stat) R 18748 18748 17986 0 -1 4194304 25972 0 0 0 9020 24 0 0 17 0 2 0 90897426 120786944 25957 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18751/statm: 29489 25957 83 193 0 29293 0
[pid=18751/tid=18752] ppid=18748 vsize=117956 CPUtime=44.72
/proc/18751/task/18752/stat : 18752 (manysat1.1_stat) R 18748 18748 17986 0 -1 4194368 3812 0 0 0 4465 7 0 0 17 0 2 0 90897510 120786944 25957 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 110.53
Current children cumulated vsize (KiB) 123312

[startup+66.1017 s]
/proc/loadavg: 1.57 1.15 1.15 3/67 18752
/proc/meminfo: memFree=1273512/2055920 swapFree=4177552/4192956
[pid=18748] ppid=18746 vsize=5356 CPUtime=20.09
/proc/18748/stat : 18748 (manysat.sh) S 18746 18748 17986 0 -1 4194304 312 32860 0 0 0 0 1963 46 16 0 1 0 90895413 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18748/statm: 1339 238 195 169 0 50 0
[pid=18751] ppid=18748 vsize=0 CPUtime=90.83
/proc/18751/stat : 18751 (manysat1.1_stat) Z 18748 18748 17986 0 -1 4194316 25999 0 0 0 9058 25 0 0 17 0 2 0 90897426 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18751/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 110.92
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 66.1429
CPU time (s): 110.982
CPU user time (s): 110.221
CPU system time (s): 0.760884
CPU usage (%): 167.792
Max. virtual memory (cumulated for all children) (KiB): 145860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.221
system time used= 0.760884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59325
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= 3247
involuntary context switches= 783

runsolver used 0.054991 second user time and 0.19597 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-25 05:04:28
IDJOB=1717515
IDBENCH=20418
IDSOLVER=514
FILE ID=node37/1717515-1240628667
PBS_JOBID= 9186388
Free space on /tmp= 66272 MiB

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

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

MD5SUM BENCH= 6197e38464facb30636a5a3ad5b2f0b5
RANDOM SEED=923766638

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:       1427424 kB
Buffers:         65776 kB
Cached:         501720 kB
SwapCached:      10300 kB
Active:         164412 kB
Inactive:       415580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1427424 kB
SwapTotal:     4192956 kB
SwapFree:      4177552 kB
Dirty:           16744 kB
Writeback:           0 kB
Mapped:          13508 kB
Slab:            34600 kB
Committed_AS:   361284 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66272 MiB
End job on node37 at 2009-04-25 05:05:35