Trace number 1719958

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 431.244 218.512

General information on the benchmark

Namemanol-pipe-f9b.cnf
MD5SUMc3e7cb16bced9d54ce489b6e95d89943
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark286.744
Satisfiable
(Un)Satisfiability was proved
Number of variables183371
Number of clauses547078
Sum of the clauses size1276514
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2364718
Number of clauses of size 3182359
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.48/0.56	c ==============================================================================
0.48/0.56	c |           |     ORIGINAL     |              LEARNT              |          |
0.48/0.56	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.48/0.56	c ==============================================================================
0.48/0.56	c |         0 |  547077  1276513 |  164123       0        0     nan |  0.000 % |
3.89/3.96	c |         0 |  222774   884637 |      --       0       --      -- |     --   | -324296/-391859
3.89/3.97	c ==============================================================================
3.89/3.97	c Result  :   #vars: 28754   #clauses: 222774   #literals: 884637
3.89/3.97	c CPU time:   3.76543 s
3.89/3.97	c ==============================================================================
431.03/218.48	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
431.03/218.48	c ============================[ Problem Statistics ]=============================
431.03/218.48	c |                                                                             |
431.03/218.48	c threadId              : 1
431.03/218.48	c restarts              : 4919
431.03/218.48	c conflicts             : 378850         (888 /sec)
431.03/218.48	c decisions             : 1856626        (1.61 % random) (4353 /sec)
431.03/218.48	c propagations          : 198439740      (465229 /sec)
431.03/218.48	c conflict literals     : 11613976       (33.07 % deleted)
431.03/218.48	c Memory used           : 94.06 MB
431.03/218.48	c CPU time              : 426.542 s
431.03/218.48	
431.03/218.48	c --->m=2, e=8, aimd=0, HOME/13900_many.cnf	time: 213.271	conflicts: 378850       
431.03/218.49	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-1719958-1240651191/watcher-1719958-1240651191 -o /tmp/evaluation-result-1719958-1240651191/solver-1719958-1240651191 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1719958-1240651191.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: 0.92 0.98 0.99 3/64 13900
/proc/meminfo: memFree=1644792/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=0
/proc/13900/stat : 13900 (manysat.sh) R 13898 13900 13712 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 93143531 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 224627583647 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13900/statm: 1339 234 194 169 0 50 0
[pid=13901] ppid=13900 vsize=824 CPUtime=0
/proc/13901/stat : 13901 (SatElite) R 13900 13900 13712 0 -1 4194304 135 0 0 0 0 0 0 0 18 0 1 0 93143531 843776 119 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/13901/statm: 206 121 50 127 0 76 0

[startup+0.011632 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13900
/proc/meminfo: memFree=1644792/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=0
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93143531 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13900/statm: 1339 235 195 169 0 50 0
[pid=13901] ppid=13900 vsize=1800 CPUtime=0
/proc/13901/stat : 13901 (SatElite) R 13900 13900 13712 0 -1 4194304 369 0 0 0 0 0 0 0 18 0 1 0 93143531 1843200 353 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/13901/statm: 450 354 50 127 0 320 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7156

[startup+0.102644 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13900
/proc/meminfo: memFree=1644792/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=0
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93143531 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13900/statm: 1339 235 195 169 0 50 0
[pid=13901] ppid=13900 vsize=15728 CPUtime=0.08
/proc/13901/stat : 13901 (SatElite) R 13900 13900 13712 0 -1 4194304 3285 0 0 0 7 1 0 0 19 0 1 0 93143531 16105472 3269 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/13901/statm: 3932 3270 50 127 0 3802 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21084

[startup+0.301675 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13900
/proc/meminfo: memFree=1644792/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=0
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93143531 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13900/statm: 1339 235 195 169 0 50 0
[pid=13901] ppid=13900 vsize=39996 CPUtime=0.28
/proc/13901/stat : 13901 (SatElite) R 13900 13900 13712 0 -1 4194304 9354 0 0 0 24 4 0 0 21 0 1 0 93143531 40955904 9338 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/13901/statm: 9999 9339 50 127 0 9869 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45352

[startup+0.701728 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13900
/proc/meminfo: memFree=1644792/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=0
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93143531 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13900/statm: 1339 235 195 169 0 50 0
[pid=13901] ppid=13900 vsize=85804 CPUtime=0.68
/proc/13901/stat : 13901 (SatElite) R 13900 13900 13712 0 -1 4194304 19971 0 0 0 58 10 0 0 24 0 1 0 93143531 87863296 18436 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/13901/statm: 21451 18436 68 127 0 21321 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 91160

[startup+1.50184 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 13902
/proc/meminfo: memFree=1567144/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=0
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93143531 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13900/statm: 1339 235 195 169 0 50 0
[pid=13901] ppid=13900 vsize=89124 CPUtime=1.49
/proc/13901/stat : 13901 (SatElite) R 13900 13900 13712 0 -1 4194304 20753 0 0 0 136 13 0 0 25 0 1 0 93143531 91262976 19218 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/13901/statm: 22281 19218 68 127 0 22151 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94480

[startup+3.10107 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 13902
/proc/meminfo: memFree=1555048/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=0
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93143531 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13900/statm: 1339 235 195 169 0 50 0
[pid=13901] ppid=13900 vsize=94432 CPUtime=3.09
/proc/13901/stat : 13901 (SatElite) R 13900 13900 13712 0 -1 4194304 22053 0 0 0 290 19 0 0 25 0 1 0 93143531 96698368 20338 1992294400 134512640 135034092 4294956096 18446744073709551615 134575645 0 0 4096 3 0 0 0 17 1 0 0
/proc/13901/statm: 23608 20338 68 127 0 23478 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99788

[startup+6.30253 s]
/proc/loadavg: 1.01 1.00 1.00 3/67 13904
/proc/meminfo: memFree=1585120/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=4.36
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 312 23935 0 0 0 0 413 23 16 0 1 0 93143531 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13900/statm: 1339 238 195 169 0 50 0
[pid=13903] ppid=13900 vsize=52852 CPUtime=3.49
/proc/13903/stat : 13903 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194304 9868 0 0 0 337 12 0 0 17 0 2 0 93143969 54120448 9852 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13903/statm: 13213 9852 83 193 0 13017 0
[pid=13903/tid=13904] ppid=13900 vsize=52852 CPUtime=1.59
/proc/13903/task/13904/stat : 13904 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194368 936 0 0 0 155 4 0 0 16 0 2 0 93144000 54120448 9852 1992294400 134512640 135305190 4294956144 18446744073709551615 134529138 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 58208

[startup+12.7014 s]
/proc/loadavg: 1.09 1.02 1.01 3/67 13904
/proc/meminfo: memFree=1579488/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=4.36
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 312 23935 0 0 0 0 413 23 16 0 1 0 93143531 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13900/statm: 1339 238 195 169 0 50 0
[pid=13903] ppid=13900 vsize=56864 CPUtime=16.25
/proc/13903/stat : 13903 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194304 10965 0 0 0 1610 15 0 0 17 0 2 0 93143969 58228736 10949 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13903/statm: 14216 10949 83 193 0 14020 0
[pid=13903/tid=13904] ppid=13900 vsize=56864 CPUtime=7.98
/proc/13903/task/13904/stat : 13904 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194368 1368 0 0 0 793 5 0 0 17 0 2 0 93144000 58228736 10949 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.61
Current children cumulated vsize (KiB) 62220

[startup+25.5023 s]
/proc/loadavg: 1.29 1.06 1.02 3/67 13904
/proc/meminfo: memFree=1571808/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=4.36
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 312 23935 0 0 0 0 413 23 16 0 1 0 93143531 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13900/statm: 1339 238 195 169 0 50 0
[pid=13903] ppid=13900 vsize=64816 CPUtime=41.79
/proc/13903/stat : 13903 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194304 12982 0 0 0 4161 18 0 0 17 0 2 0 93143969 66371584 12966 1992294400 134512640 135305190 4294956144 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13903/statm: 16204 12966 83 193 0 16008 0
[pid=13903/tid=13904] ppid=13900 vsize=64816 CPUtime=20.77
/proc/13903/task/13904/stat : 13904 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194368 1983 0 0 0 2071 6 0 0 17 0 2 0 93144000 66371584 12966 1992294400 134512640 135305190 4294956144 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.15
Current children cumulated vsize (KiB) 70172

[startup+51.1029 s]
/proc/loadavg: 1.53 1.14 1.04 3/67 13904
/proc/meminfo: memFree=1565472/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=4.36
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 312 23935 0 0 0 0 413 23 16 0 1 0 93143531 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13900/statm: 1339 238 195 169 0 50 0
[pid=13903] ppid=13900 vsize=70840 CPUtime=92.85
/proc/13903/stat : 13903 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194304 14504 0 0 0 9264 21 0 0 16 0 2 0 93143969 72540160 14488 1992294400 134512640 135305190 4294956144 18446744073709551615 134528603 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13903/statm: 17710 14488 83 193 0 17514 0
[pid=13903/tid=13904] ppid=13900 vsize=70840 CPUtime=46.34
/proc/13903/task/13904/stat : 13904 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194368 2495 0 0 0 4627 7 0 0 19 0 2 0 93144000 72540160 14488 1992294400 134512640 135305190 4294956144 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.21
Current children cumulated vsize (KiB) 76196

[startup+102.306 s]
/proc/loadavg: 1.79 1.27 1.09 3/67 13904
/proc/meminfo: memFree=1556640/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=4.36
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 312 23935 0 0 0 0 413 23 16 0 1 0 93143531 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13900/statm: 1339 238 195 169 0 50 0
[pid=13903] ppid=13900 vsize=80012 CPUtime=195.02
/proc/13903/stat : 13903 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194304 16729 0 0 0 19478 24 0 0 18 0 2 0 93143969 81932288 16713 1992294400 134512640 135305190 4294956144 18446744073709551615 134541579 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13903/statm: 20003 16713 83 193 0 19807 0
[pid=13903/tid=13904] ppid=13900 vsize=80012 CPUtime=97.52
/proc/13903/task/13904/stat : 13904 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194368 3371 0 0 0 9744 8 0 0 18 0 2 0 93144000 81932288 16713 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.38
Current children cumulated vsize (KiB) 85368

[startup+162.303 s]
/proc/loadavg: 1.92 1.40 1.15 3/67 13904
/proc/meminfo: memFree=1544992/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=4.36
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 312 23935 0 0 0 0 413 23 16 0 1 0 93143531 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13900/statm: 1339 238 195 169 0 50 0
[pid=13903] ppid=13900 vsize=92176 CPUtime=314.73
/proc/13903/stat : 13903 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194304 19585 0 0 0 31445 28 0 0 17 0 2 0 93143969 94388224 19569 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13903/statm: 23044 19569 83 193 0 22848 0
[pid=13903/tid=13904] ppid=13900 vsize=92176 CPUtime=157.5
/proc/13903/task/13904/stat : 13904 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194368 4582 0 0 0 15740 10 0 0 19 0 2 0 93144000 94388224 19569 1992294400 134512640 135305190 4294956144 18446744073709551615 134528184 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 319.09
Current children cumulated vsize (KiB) 97532

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

[startup+179.103 s]
/proc/loadavg: 1.94 1.44 1.16 3/67 13904
/proc/meminfo: memFree=1544672/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=4.36
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 312 23935 0 0 0 0 413 23 16 0 1 0 93143531 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13900/statm: 1339 238 195 169 0 50 0
[pid=13903] ppid=13900 vsize=92472 CPUtime=348.25
/proc/13903/stat : 13903 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194304 19677 0 0 0 34797 28 0 0 20 0 2 0 93143969 94691328 19661 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13903/statm: 23118 19661 83 193 0 22922 0
[pid=13903/tid=13904] ppid=13900 vsize=92472 CPUtime=174.29
/proc/13903/task/13904/stat : 13904 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194368 4597 0 0 0 17419 10 0 0 25 0 2 0 93144000 94691328 19661 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 352.61
Current children cumulated vsize (KiB) 97828

[startup+204.703 s]
/proc/loadavg: 1.96 1.48 1.19 3/67 13904
/proc/meminfo: memFree=1542112/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=4.36
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 312 23935 0 0 0 0 413 23 16 0 1 0 93143531 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13900/statm: 1339 238 195 169 0 50 0
[pid=13903] ppid=13900 vsize=95556 CPUtime=399.33
/proc/13903/stat : 13903 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194304 20310 0 0 0 39904 29 0 0 17 0 2 0 93143969 97849344 20294 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13903/statm: 23889 20294 83 193 0 23693 0
[pid=13903/tid=13904] ppid=13900 vsize=95556 CPUtime=199.87
/proc/13903/task/13904/stat : 13904 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194368 4925 0 0 0 19977 10 0 0 25 0 2 0 93144000 97849344 20294 1992294400 134512640 135305190 4294956144 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 403.69
Current children cumulated vsize (KiB) 100912

[startup+211.102 s]
/proc/loadavg: 1.96 1.49 1.19 3/67 13904
/proc/meminfo: memFree=1541664/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=4.36
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 312 23935 0 0 0 0 413 23 16 0 1 0 93143531 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13900/statm: 1339 238 195 169 0 50 0
[pid=13903] ppid=13900 vsize=96124 CPUtime=412.11
/proc/13903/stat : 13903 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194304 20424 0 0 0 41182 29 0 0 19 0 2 0 93143969 98430976 20408 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13903/statm: 24031 20408 83 193 0 23835 0
[pid=13903/tid=13904] ppid=13900 vsize=96124 CPUtime=206.27
/proc/13903/task/13904/stat : 13904 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194368 4925 0 0 0 20617 10 0 0 17 0 2 0 93144000 98430976 20408 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 416.47
Current children cumulated vsize (KiB) 101480

[startup+214.302 s]
/proc/loadavg: 1.97 1.50 1.19 3/67 13904
/proc/meminfo: memFree=1541536/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=4.36
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 312 23935 0 0 0 0 413 23 16 0 1 0 93143531 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13900/statm: 1339 238 195 169 0 50 0
[pid=13903] ppid=13900 vsize=96312 CPUtime=418.49
/proc/13903/stat : 13903 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194304 20467 0 0 0 41820 29 0 0 25 0 2 0 93143969 98623488 20451 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13903/statm: 24078 20451 83 193 0 23882 0
[pid=13903/tid=13904] ppid=13900 vsize=96312 CPUtime=209.47
/proc/13903/task/13904/stat : 13904 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194368 4926 0 0 0 20937 10 0 0 21 0 2 0 93144000 98623488 20451 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 422.85
Current children cumulated vsize (KiB) 101668

[startup+215.901 s]
/proc/loadavg: 1.97 1.50 1.19 3/67 13904
/proc/meminfo: memFree=1541408/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=4.36
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 312 23935 0 0 0 0 413 23 16 0 1 0 93143531 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13900/statm: 1339 238 195 169 0 50 0
[pid=13903] ppid=13900 vsize=96312 CPUtime=421.68
/proc/13903/stat : 13903 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194304 20492 0 0 0 42139 29 0 0 25 0 2 0 93143969 98623488 20476 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13903/statm: 24078 20476 83 193 0 23882 0
[pid=13903/tid=13904] ppid=13900 vsize=96312 CPUtime=211.07
/proc/13903/task/13904/stat : 13904 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194368 4926 0 0 0 21097 10 0 0 25 0 2 0 93144000 98623488 20476 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 426.04
Current children cumulated vsize (KiB) 101668

[startup+217.501 s]
/proc/loadavg: 1.97 1.50 1.19 3/67 13904
/proc/meminfo: memFree=1541408/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=4.36
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 312 23935 0 0 0 0 413 23 16 0 1 0 93143531 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13900/statm: 1339 238 195 169 0 50 0
[pid=13903] ppid=13900 vsize=96312 CPUtime=424.87
/proc/13903/stat : 13903 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194304 20494 0 0 0 42458 29 0 0 25 0 2 0 93143969 98623488 20478 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13903/statm: 24078 20478 83 193 0 23882 0
[pid=13903/tid=13904] ppid=13900 vsize=96312 CPUtime=212.67
/proc/13903/task/13904/stat : 13904 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194368 4926 0 0 0 21257 10 0 0 25 0 2 0 93144000 98623488 20478 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 429.23
Current children cumulated vsize (KiB) 101668

[startup+218.302 s]
/proc/loadavg: 1.97 1.50 1.19 3/67 13904
/proc/meminfo: memFree=1541408/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5356 CPUtime=4.36
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 312 23935 0 0 0 0 413 23 16 0 1 0 93143531 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13900/statm: 1339 238 195 169 0 50 0
[pid=13903] ppid=13900 vsize=96312 CPUtime=426.47
/proc/13903/stat : 13903 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194304 20498 0 0 0 42618 29 0 0 25 0 2 0 93143969 98623488 20482 1992294400 134512640 135305190 4294956144 18446744073709551615 134528395 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13903/statm: 24078 20482 83 193 0 23882 0
[pid=13903/tid=13904] ppid=13900 vsize=96312 CPUtime=213.47
/proc/13903/task/13904/stat : 13904 (manysat1.1_stat) R 13900 13900 13712 0 -1 4194368 4926 0 0 0 21337 10 0 0 25 0 2 0 93144000 98623488 20482 1992294400 134512640 135305190 4294956144 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 430.83
Current children cumulated vsize (KiB) 101668

[startup+218.502 s]
/proc/loadavg: 1.97 1.50 1.19 3/67 13904
/proc/meminfo: memFree=1541408/2055920 swapFree=4180432/4192956
[pid=13900] ppid=13898 vsize=5360 CPUtime=431.21
/proc/13900/stat : 13900 (manysat.sh) S 13898 13900 13712 0 -1 4194304 339 44448 0 0 0 0 43067 54 18 0 1 0 93143531 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13900/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 431.21
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 218.512
CPU time (s): 431.244
CPU user time (s): 430.678
CPU system time (s): 0.566913
CPU usage (%): 197.355
Max. virtual memory (cumulated for all children) (KiB): 101668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 430.678
system time used= 0.566913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44914
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= 3615
involuntary context switches= 3214

runsolver used 0.199969 second user time and 0.601908 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-25 11:19:51
IDJOB=1719958
IDBENCH=69586
IDSOLVER=513
FILE ID=node49/1719958-1240651191
PBS_JOBID= 9186480
Free space on /tmp= 66312 MiB

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

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

MD5SUM BENCH= c3e7cb16bced9d54ce489b6e95d89943
RANDOM SEED=328566090

node49.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.241
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.241
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:       1645336 kB
Buffers:         37868 kB
Cached:         301204 kB
SwapCached:       5620 kB
Active:         138260 kB
Inactive:       210620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645336 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:           11024 kB
Writeback:           0 kB
Mapped:          13776 kB
Slab:            47652 kB
Committed_AS:   319656 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= 66312 MiB
End job on node49 at 2009-04-25 11:23:30