Trace number 1577728

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 1011.99 556.748

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L200_coli.sat.cnf
MD5SUM853982f8646333d217e35d938b7eb00b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark542.008
Satisfiable
(Un)Satisfiability was proved
Number of variables670867
Number of clauses3513333
Sum of the clauses size10259569
Maximum clause length11
Minimum clause length1
Number of clauses of size 159077
Number of clauses of size 2795777
Number of clauses of size 32146608
Number of clauses of size 4393835
Number of clauses of size 5117437
Number of clauses of size over 5599

Solver Data

0.00/0.00	c Parsing...
3.09/3.20	c ==============================================================================
3.09/3.20	c |           |     ORIGINAL     |              LEARNT              |          |
3.09/3.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.09/3.20	c ==============================================================================
3.09/3.20	c |         0 | 3355019  9898785 | 1006505       0        0     nan |  0.000 % |
95.03/95.19	c |         0 | 1504771  5219166 |      --       0       --      -- |     --   | -1498875/-3723973
95.12/95.20	c ==============================================================================
95.12/95.20	c Result  :   #vars: 146997   #clauses: 1504771   #literals: 5219166
95.12/95.20	c CPU time:   94.3886 s
95.12/95.20	c ==============================================================================
1011.77/556.67	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
1011.77/556.67	c ============================[ Problem Statistics ]=============================
1011.77/556.67	c |                                                                             |
1011.77/556.67	c threadId              : 1
1011.77/556.67	c restarts              : 2116
1011.77/556.67	c conflicts             : 469667         (514 /sec)
1011.77/556.67	c decisions             : 892015         (1.88 % random) (976 /sec)
1011.77/556.67	c propagations          : 402304502      (440242 /sec)
1011.77/556.67	c conflict literals     : 13573940       (38.99 % deleted)
1011.77/556.67	c Memory used           : 268.33 MB
1011.77/556.67	c CPU time              : 913.825 s
1011.77/556.67	
1011.77/556.67	c --->m=2, e=8, aimd=0, HOME/11899_many.cnf	time: 456.913	conflicts: 469667       
1011.93/556.71	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-1577728-1241004162/watcher-1577728-1241004162 -o /tmp/evaluation-result-1577728-1241004162/solver-1577728-1241004162 -C 1200 -W 1800 -M 1800 manysat.sh HOME/instance-1577728-1241004162.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 11899
/proc/meminfo: memFree=975416/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=0
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128449792 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 235 195 169 0 50 0
[pid=11900] ppid=11899 vsize=988 CPUtime=0
/proc/11900/stat : 11900 (SatElite) R 11899 11899 11622 0 -1 4194304 156 0 0 0 0 0 0 0 19 0 1 0 128449792 1011712 140 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/11900/statm: 247 142 51 127 0 117 0

[startup+0.069493 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 11899
/proc/meminfo: memFree=975416/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=0
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128449792 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 235 195 169 0 50 0
[pid=11900] ppid=11899 vsize=26148 CPUtime=0.06
/proc/11900/stat : 11900 (SatElite) R 11899 11899 11622 0 -1 4194304 4568 0 0 0 5 1 0 0 19 0 1 0 128449792 26775552 4456 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/11900/statm: 6537 4458 51 127 0 6407 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31504

[startup+0.101496 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 11899
/proc/meminfo: memFree=975416/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=0
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128449792 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 235 195 169 0 50 0
[pid=11900] ppid=11899 vsize=50460 CPUtime=0.09
/proc/11900/stat : 11900 (SatElite) R 11899 11899 11622 0 -1 4194304 6964 0 0 0 7 2 0 0 19 0 1 0 128449792 51671040 6852 1992294400 134512640 135034092 4294956096 18446744073709551615 134545050 0 0 4096 3 0 0 0 17 0 0 0
/proc/11900/statm: 12615 6861 51 127 0 12485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55816

[startup+0.30152 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 11899
/proc/meminfo: memFree=975416/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=0
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128449792 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 235 195 169 0 50 0
[pid=11900] ppid=11899 vsize=64700 CPUtime=0.29
/proc/11900/stat : 11900 (SatElite) R 11899 11899 11622 0 -1 4194304 12220 0 0 0 24 5 0 0 21 0 1 0 128449792 66252800 12108 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/11900/statm: 16175 12108 51 127 0 16045 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70056

[startup+0.701563 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 11899
/proc/meminfo: memFree=975416/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=0
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128449792 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 235 195 169 0 50 0
[pid=11900] ppid=11899 vsize=97440 CPUtime=0.69
/proc/11900/stat : 11900 (SatElite) R 11899 11899 11622 0 -1 4194304 22341 0 0 0 59 10 0 0 25 0 1 0 128449792 99778560 22229 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/11900/statm: 24360 22231 51 127 0 24230 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102796

[startup+1.50165 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 11901
/proc/meminfo: memFree=856232/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=0
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128449792 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 235 195 169 0 50 0
[pid=11900] ppid=11899 vsize=207332 CPUtime=1.48
/proc/11900/stat : 11900 (SatElite) R 11899 11899 11622 0 -1 4194304 42255 0 0 0 125 23 0 0 25 0 1 0 128449792 212307968 42143 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/11900/statm: 51833 42143 51 127 0 51703 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 212688

[startup+3.10284 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 11901
/proc/meminfo: memFree=762472/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=0
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128449792 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 235 195 169 0 50 0
[pid=11900] ppid=11899 vsize=361004 CPUtime=3.09
/proc/11900/stat : 11900 (SatElite) R 11899 11899 11622 0 -1 4194304 79727 0 0 0 261 48 0 0 25 0 1 0 128449792 369668096 79615 1992294400 134512640 135034092 4294956096 18446744073709551615 134542608 0 0 4096 3 0 0 0 17 0 0 0
/proc/11900/statm: 90251 79615 51 127 0 90121 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 366360

[startup+6.3012 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 11901
/proc/meminfo: memFree=640744/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=0
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128449792 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 235 195 169 0 50 0
[pid=11900] ppid=11899 vsize=383264 CPUtime=6.29
/proc/11900/stat : 11900 (SatElite) R 11899 11899 11622 0 -1 4194304 83686 0 0 0 579 50 0 0 25 0 1 0 128449792 392462336 83574 1992294400 134512640 135034092 4294956096 18446744073709551615 134541269 0 0 4096 3 0 0 0 17 0 0 0
/proc/11900/statm: 95816 83574 64 127 0 95686 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 388620

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 11901
/proc/meminfo: memFree=611432/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=0
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128449792 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 235 195 169 0 50 0
[pid=11900] ppid=11899 vsize=428388 CPUtime=12.68
/proc/11900/stat : 11900 (SatElite) R 11899 11899 11622 0 -1 4194304 91094 0 0 0 1215 53 0 0 25 0 1 0 128449792 438669312 90855 1992294400 134512640 135034092 4294956096 18446744073709551615 134541254 0 0 4096 3 0 0 0 17 0 0 0
/proc/11900/statm: 107097 90855 67 127 0 106967 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 433744

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 11901
/proc/meminfo: memFree=611752/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=0
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128449792 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 235 195 169 0 50 0
[pid=11900] ppid=11899 vsize=428088 CPUtime=25.48
/proc/11900/stat : 11900 (SatElite) R 11899 11899 11622 0 -1 4194304 91132 0 0 0 2495 53 0 0 25 0 1 0 128449792 438362112 90818 1992294400 134512640 135034092 4294956096 18446744073709551615 134540973 0 0 4096 3 0 0 0 17 0 0 0
/proc/11900/statm: 107022 90818 67 127 0 106892 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 433444

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 11901
/proc/meminfo: memFree=611816/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=0
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128449792 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 235 195 169 0 50 0
[pid=11900] ppid=11899 vsize=429684 CPUtime=51.07
/proc/11900/stat : 11900 (SatElite) R 11899 11899 11622 0 -1 4194304 91265 0 0 0 5054 53 0 0 25 0 1 0 128449792 439996416 90838 1992294400 134512640 135034092 4294956096 18446744073709551615 134541254 0 0 4096 3 0 0 0 17 0 0 0
/proc/11900/statm: 107421 90838 67 127 0 107291 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 435040

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 11903
/proc/meminfo: memFree=698208/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=97.38
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 312 114554 0 0 0 0 9645 93 19 0 1 0 128449792 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 238 195 169 0 50 0
[pid=11902] ppid=11899 vsize=230696 CPUtime=7.89
/proc/11902/stat : 11902 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194304 53521 0 0 0 744 45 0 0 16 0 2 0 128459537 236232704 53428 1992294400 134512640 135305190 4294956144 18446744073709551615 134528866 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11902/statm: 57674 53428 83 193 0 57478 0
[pid=11902/tid=11903] ppid=11899 vsize=230696 CPUtime=3.09
/proc/11902/task/11903/stat : 11903 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194368 2946 0 0 0 298 11 0 0 16 0 2 0 128459709 236232704 53428 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 105.27
Current children cumulated vsize (KiB) 236052

[startup+162.302 s]
/proc/loadavg: 1.63 1.18 1.06 3/68 11903
/proc/meminfo: memFree=684256/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=97.38
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 312 114554 0 0 0 0 9645 93 19 0 1 0 128449792 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 238 195 169 0 50 0
[pid=11902] ppid=11899 vsize=245076 CPUtime=127.54
/proc/11902/stat : 11902 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194304 56969 0 0 0 12699 55 0 0 21 0 2 0 128459537 250957824 56876 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11902/statm: 61269 56876 83 193 0 61073 0
[pid=11902/tid=11903] ppid=11899 vsize=245076 CPUtime=62.76
/proc/11902/task/11903/stat : 11903 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194368 4482 0 0 0 6262 14 0 0 21 0 2 0 128459709 250957824 56876 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 224.92
Current children cumulated vsize (KiB) 250432

[startup+222.302 s]
/proc/loadavg: 1.86 1.33 1.12 3/68 11903
/proc/meminfo: memFree=677920/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=97.38
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 312 114554 0 0 0 0 9645 93 19 0 1 0 128449792 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 238 195 169 0 50 0
[pid=11902] ppid=11899 vsize=251912 CPUtime=247.27
/proc/11902/stat : 11902 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194304 58587 0 0 0 24668 59 0 0 19 0 2 0 128459537 257957888 58494 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11902/statm: 62978 58494 83 193 0 62782 0
[pid=11902/tid=11903] ppid=11899 vsize=251912 CPUtime=122.53
/proc/11902/task/11903/stat : 11903 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194368 5193 0 0 0 12236 17 0 0 25 0 2 0 128459709 257957888 58494 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 344.65
Current children cumulated vsize (KiB) 257268

[startup+282.302 s]
/proc/loadavg: 1.95 1.45 1.17 3/68 11903
/proc/meminfo: memFree=674784/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=97.38
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 312 114554 0 0 0 0 9645 93 19 0 1 0 128449792 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 238 195 169 0 50 0
[pid=11902] ppid=11899 vsize=254660 CPUtime=367
/proc/11902/stat : 11902 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194304 59420 0 0 0 36641 59 0 0 25 0 2 0 128459537 260771840 59327 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11902/statm: 63665 59327 83 193 0 63469 0
[pid=11902/tid=11903] ppid=11899 vsize=254660 CPUtime=182.3
/proc/11902/task/11903/stat : 11903 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194368 5547 0 0 0 18213 17 0 0 25 0 2 0 128459709 260771840 59327 1992294400 134512640 135305190 4294956144 18446744073709551615 134528425 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 464.38
Current children cumulated vsize (KiB) 260016

[startup+342.301 s]
/proc/loadavg: 1.98 1.54 1.22 3/68 11903
/proc/meminfo: memFree=666912/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=97.38
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 312 114554 0 0 0 0 9645 93 19 0 1 0 128449792 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 238 195 169 0 50 0
[pid=11902] ppid=11899 vsize=261624 CPUtime=486.74
/proc/11902/stat : 11902 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194304 61317 0 0 0 48611 63 0 0 25 0 2 0 128459537 267902976 61224 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11902/statm: 65406 61224 83 193 0 65210 0
[pid=11902/tid=11903] ppid=11899 vsize=261624 CPUtime=242.06
/proc/11902/task/11903/stat : 11903 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194368 6492 0 0 0 24187 19 0 0 25 0 2 0 128459709 267902976 61224 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 584.12
Current children cumulated vsize (KiB) 266980

[startup+402.301 s]
/proc/loadavg: 1.99 1.62 1.26 3/68 11903
/proc/meminfo: memFree=660192/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=97.38
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 312 114554 0 0 0 0 9645 93 19 0 1 0 128449792 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 238 195 169 0 50 0
[pid=11902] ppid=11899 vsize=269592 CPUtime=606.48
/proc/11902/stat : 11902 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194304 63064 0 0 0 60582 66 0 0 25 0 2 0 128459537 276062208 62971 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11902/statm: 67398 62971 83 193 0 67202 0
[pid=11902/tid=11903] ppid=11899 vsize=269592 CPUtime=301.82
/proc/11902/task/11903/stat : 11903 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194368 7345 0 0 0 30162 20 0 0 25 0 2 0 128459709 276062208 62971 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 703.86
Current children cumulated vsize (KiB) 274948

[startup+462.302 s]
/proc/loadavg: 1.99 1.69 1.31 3/68 11903
/proc/meminfo: memFree=658784/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=97.38
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 312 114554 0 0 0 0 9645 93 19 0 1 0 128449792 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 238 195 169 0 50 0
[pid=11902] ppid=11899 vsize=270428 CPUtime=726.22
/proc/11902/stat : 11902 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194304 63333 0 0 0 72555 67 0 0 25 0 2 0 128459537 276918272 63240 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11902/statm: 67607 63240 83 193 0 67411 0
[pid=11902/tid=11903] ppid=11899 vsize=270428 CPUtime=361.58
/proc/11902/task/11903/stat : 11903 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194368 7450 0 0 0 36137 21 0 0 25 0 2 0 128459709 276918272 63240 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 823.6
Current children cumulated vsize (KiB) 275784

[startup+522.303 s]
/proc/loadavg: 1.99 1.74 1.35 3/68 11903
/proc/meminfo: memFree=655328/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=97.38
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 312 114554 0 0 0 0 9645 93 19 0 1 0 128449792 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 238 195 169 0 50 0
[pid=11902] ppid=11899 vsize=274460 CPUtime=845.96
/proc/11902/stat : 11902 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194304 64193 0 0 0 84527 69 0 0 25 0 2 0 128459537 281047040 64100 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11902/statm: 68615 64100 83 193 0 68419 0
[pid=11902/tid=11903] ppid=11899 vsize=274460 CPUtime=421.33
/proc/11902/task/11903/stat : 11903 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194368 7860 0 0 0 42112 21 0 0 25 0 2 0 128459709 281047040 64100 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 943.34
Current children cumulated vsize (KiB) 279816

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

[startup+537.501 s]
/proc/loadavg: 1.99 1.76 1.36 3/68 11903
/proc/meminfo: memFree=655264/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=97.38
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 312 114554 0 0 0 0 9645 93 19 0 1 0 128449792 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 238 195 169 0 50 0
[pid=11902] ppid=11899 vsize=274620 CPUtime=876.27
/proc/11902/stat : 11902 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194304 64222 0 0 0 87558 69 0 0 17 0 2 0 128459537 281210880 64129 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11902/statm: 68655 64129 83 193 0 68459 0
[pid=11902/tid=11903] ppid=11899 vsize=274620 CPUtime=436.47
/proc/11902/task/11903/stat : 11903 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194368 7866 0 0 0 43626 21 0 0 21 0 2 0 128459709 281210880 64129 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 973.65
Current children cumulated vsize (KiB) 279976

[startup+550.303 s]
/proc/loadavg: 1.99 1.77 1.37 3/68 11903
/proc/meminfo: memFree=655264/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=97.38
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 312 114554 0 0 0 0 9645 93 19 0 1 0 128449792 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 238 195 169 0 50 0
[pid=11902] ppid=11899 vsize=274620 CPUtime=901.81
/proc/11902/stat : 11902 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194304 64223 0 0 0 90112 69 0 0 18 0 2 0 128459537 281210880 64130 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11902/statm: 68655 64130 83 193 0 68459 0
[pid=11902/tid=11903] ppid=11899 vsize=274620 CPUtime=449.22
/proc/11902/task/11903/stat : 11903 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194368 7867 0 0 0 44901 21 0 0 25 0 2 0 128459709 281210880 64130 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 999.19
Current children cumulated vsize (KiB) 279976

[startup+553.501 s]
/proc/loadavg: 1.99 1.77 1.37 3/68 11903
/proc/meminfo: memFree=655136/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=97.38
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 312 114554 0 0 0 0 9645 93 19 0 1 0 128449792 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 238 195 169 0 50 0
[pid=11902] ppid=11899 vsize=274620 CPUtime=908.19
/proc/11902/stat : 11902 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194304 64230 0 0 0 90750 69 0 0 25 0 2 0 128459537 281210880 64137 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11902/statm: 68655 64137 83 193 0 68459 0
[pid=11902/tid=11903] ppid=11899 vsize=274620 CPUtime=452.4
/proc/11902/task/11903/stat : 11903 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194368 7871 0 0 0 45219 21 0 0 25 0 2 0 128459709 281210880 64137 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1005.57
Current children cumulated vsize (KiB) 279976

[startup+555.101 s]
/proc/loadavg: 1.99 1.77 1.37 3/68 11903
/proc/meminfo: memFree=655136/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=97.38
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 312 114554 0 0 0 0 9645 93 19 0 1 0 128449792 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 238 195 169 0 50 0
[pid=11902] ppid=11899 vsize=274768 CPUtime=911.39
/proc/11902/stat : 11902 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194304 64235 0 0 0 91070 69 0 0 25 0 2 0 128459537 281362432 64142 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11902/statm: 68692 64142 83 193 0 68496 0
[pid=11902/tid=11903] ppid=11899 vsize=274768 CPUtime=454
/proc/11902/task/11903/stat : 11903 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194368 7871 0 0 0 45379 21 0 0 25 0 2 0 128459709 281362432 64142 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1008.77
Current children cumulated vsize (KiB) 280124

[startup+555.902 s]
/proc/loadavg: 1.99 1.77 1.37 3/68 11903
/proc/meminfo: memFree=655136/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=97.38
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 312 114554 0 0 0 0 9645 93 19 0 1 0 128449792 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 238 195 169 0 50 0
[pid=11902] ppid=11899 vsize=274768 CPUtime=912.99
/proc/11902/stat : 11902 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194304 64239 0 0 0 91230 69 0 0 25 0 2 0 128459537 281362432 64146 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11902/statm: 68692 64146 83 193 0 68496 0
[pid=11902/tid=11903] ppid=11899 vsize=274768 CPUtime=454.79
/proc/11902/task/11903/stat : 11903 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194368 7875 0 0 0 45458 21 0 0 25 0 2 0 128459709 281362432 64146 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1010.37
Current children cumulated vsize (KiB) 280124

[startup+556.302 s]
/proc/loadavg: 1.99 1.77 1.37 3/68 11903
/proc/meminfo: memFree=655136/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=97.38
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 312 114554 0 0 0 0 9645 93 19 0 1 0 128449792 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 238 195 169 0 50 0
[pid=11902] ppid=11899 vsize=274768 CPUtime=913.79
/proc/11902/stat : 11902 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194304 64243 0 0 0 91309 70 0 0 16 0 2 0 128459537 281362432 64150 1992294400 134512640 135305190 4294956144 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11902/statm: 68692 64150 83 193 0 68496 0
[pid=11902/tid=11903] ppid=11899 vsize=274768 CPUtime=455.2
/proc/11902/task/11903/stat : 11903 (manysat1.1_stat) R 11899 11899 11622 0 -1 4194368 7877 0 0 0 45498 22 0 0 16 0 2 0 128459709 281362432 64150 1992294400 134512640 135305190 4294956144 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1011.17
Current children cumulated vsize (KiB) 280124

[startup+556.701 s]
/proc/loadavg: 1.99 1.77 1.37 3/68 11903
/proc/meminfo: memFree=655136/2055920 swapFree=4178384/4192956
[pid=11899] ppid=11897 vsize=5356 CPUtime=97.38
/proc/11899/stat : 11899 (manysat.sh) S 11897 11899 11622 0 -1 4194304 312 114554 0 0 0 0 9645 93 19 0 1 0 128449792 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11899/statm: 1339 238 195 169 0 50 0
[pid=11902] ppid=11899 vsize=0 CPUtime=914.55
/proc/11902/stat : 11902 (manysat1.1_stat) Z 11899 11899 11622 0 -1 4194316 64258 0 0 0 91382 73 0 0 17 0 2 0 128459537 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11902/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1011.93
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 556.748
CPU time (s): 1011.99
CPU user time (s): 1010.28
CPU system time (s): 1.70974
CPU usage (%): 181.768
Max. virtual memory (cumulated for all children) (KiB): 466304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1010.28
system time used= 1.70974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179278
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= 5981
involuntary context switches= 7158

runsolver used 0.538918 second user time and 1.49777 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-29 13:22:46
IDJOB=1577728
IDBENCH=70965
IDSOLVER=513
FILE ID=node32/1577728-1241004162
PBS_JOBID= 9204835
Free space on /tmp= 66280 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L200_coli.sat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577728-1241004162/watcher-1577728-1241004162 -o /tmp/evaluation-result-1577728-1241004162/solver-1577728-1241004162 -C 1200 -W 1800 -M 1800  manysat.sh HOME/instance-1577728-1241004162.cnf aimd 0

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

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED=1785310108

node32.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.216
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.216
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:        975896 kB
Buffers:         48712 kB
Cached:         953152 kB
SwapCached:       8072 kB
Active:         227512 kB
Inactive:       783844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        975896 kB
SwapTotal:     4192956 kB
SwapFree:      4178384 kB
Dirty:           72988 kB
Writeback:           0 kB
Mapped:          14248 kB
Slab:            54404 kB
Committed_AS:   520800 kB
PageTables:       1488 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= 66280 MiB
End job on node32 at 2009-04-29 13:32:03