Trace number 1723466

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 152.843 78.8229

General information on the benchmark

Namemanol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark115.078
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
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.49/0.52	c ==============================================================================
0.49/0.52	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.52	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.52	c ==============================================================================
0.49/0.52	c |         0 |  501420  1169980 |  150425       0        0     nan |  0.000 % |
3.58/3.60	c |         0 |  215779   849690 |      --       0       --      -- |     --   | -285639/-320285
3.58/3.61	c ==============================================================================
3.58/3.61	c Result  :   #vars: 28036   #clauses: 215779   #literals: 849690
3.58/3.61	c CPU time:   3.40648 s
3.58/3.61	c ==============================================================================
152.60/78.79	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
152.60/78.79	c ============================[ Problem Statistics ]=============================
152.60/78.79	c |                                                                             |
152.60/78.79	c threadId              : 0
152.60/78.79	c restarts              : 911
152.60/78.79	c conflicts             : 199420         (1342 /sec)
152.60/78.79	c decisions             : 1412748        (1.52 % random) (9507 /sec)
152.60/78.79	c propagations          : 70570393       (474916 /sec)
152.60/78.79	c conflict literals     : 3892710        (21.78 % deleted)
152.60/78.79	c Memory used           : 71.78 MB
152.60/78.79	c CPU time              : 148.595 s
152.60/78.79	
152.60/78.79	c --->m=2, e=8, aimd=0, HOME/14729_many.cnf	time: 74.2977	conflicts: 199420       
152.80/78.80	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-1723466-1240686202/watcher-1723466-1240686202 -o /tmp/evaluation-result-1723466-1240686202/solver-1723466-1240686202 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723466-1240686202.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.99 1.09 3/64 14729
/proc/meminfo: memFree=1955520/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=0
/proc/14729/stat : 14729 (manysat.sh) R 14727 14729 14329 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 96654969 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 259353275039 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14729/statm: 1339 234 194 169 0 50 0
[pid=14730] ppid=14729 vsize=956 CPUtime=0
/proc/14730/stat : 14730 (SatElite) R 14729 14729 14329 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 96654970 978944 127 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/14730/statm: 239 129 51 127 0 109 0

[startup+0.0279099 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 14729
/proc/meminfo: memFree=1955520/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=0
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96654969 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14729/statm: 1339 235 195 169 0 50 0
[pid=14730] ppid=14729 vsize=4440 CPUtime=0.01
/proc/14730/stat : 14730 (SatElite) R 14729 14729 14329 0 -1 4194304 923 0 0 0 1 0 0 0 18 0 1 0 96654970 4546560 907 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/14730/statm: 1110 909 50 127 0 980 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9796

[startup+0.102924 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 14729
/proc/meminfo: memFree=1955520/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=0
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96654969 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14729/statm: 1339 235 195 169 0 50 0
[pid=14730] ppid=14729 vsize=15764 CPUtime=0.09
/proc/14730/stat : 14730 (SatElite) R 14729 14729 14329 0 -1 4194304 3297 0 0 0 7 2 0 0 19 0 1 0 96654970 16142336 3281 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/14730/statm: 3941 3283 50 127 0 3811 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21120

[startup+0.301961 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 14729
/proc/meminfo: memFree=1955520/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=0
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96654969 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14729/statm: 1339 235 195 169 0 50 0
[pid=14730] ppid=14729 vsize=40080 CPUtime=0.29
/proc/14730/stat : 14730 (SatElite) R 14729 14729 14329 0 -1 4194304 9373 0 0 0 23 6 0 0 21 0 1 0 96654970 41041920 9357 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/14730/statm: 10020 9358 50 127 0 9890 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45436

[startup+0.702041 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 14729
/proc/meminfo: memFree=1955520/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=0
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96654969 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14729/statm: 1339 235 195 169 0 50 0
[pid=14730] ppid=14729 vsize=79576 CPUtime=0.69
/proc/14730/stat : 14730 (SatElite) R 14729 14729 14329 0 -1 4194304 18461 0 0 0 58 11 0 0 25 0 1 0 96654970 81485824 17051 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/14730/statm: 19894 17051 68 127 0 19764 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84932

[startup+1.5012 s]
/proc/loadavg: 0.92 0.99 1.09 2/66 14731
/proc/meminfo: memFree=1883056/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=0
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96654969 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14729/statm: 1339 235 195 169 0 50 0
[pid=14730] ppid=14729 vsize=82844 CPUtime=1.49
/proc/14730/stat : 14730 (SatElite) R 14729 14729 14329 0 -1 4194304 19270 0 0 0 134 15 0 0 25 0 1 0 96654970 84832256 17860 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/14730/statm: 20711 17860 68 127 0 20581 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88200

[startup+3.10152 s]
/proc/loadavg: 1.01 1.00 1.09 2/66 14731
/proc/meminfo: memFree=1871280/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=0
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96654969 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14729/statm: 1339 235 195 169 0 50 0
[pid=14730] ppid=14729 vsize=87924 CPUtime=3.09
/proc/14730/stat : 14730 (SatElite) R 14729 14729 14329 0 -1 4194304 20437 0 0 0 290 19 0 0 25 0 1 0 96654970 90034176 18861 1992294400 134512640 135034092 4294956096 18446744073709551615 134566299 0 0 4096 3 0 0 0 17 1 0 0
/proc/14730/statm: 21981 18861 68 127 0 21851 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93280

[startup+6.30116 s]
/proc/loadavg: 1.01 1.00 1.09 3/67 14733
/proc/meminfo: memFree=1898152/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=3.98
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 312 22157 0 0 0 0 375 23 16 0 1 0 96654969 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14729/statm: 1339 238 195 169 0 50 0
[pid=14732] ppid=14729 vsize=51936 CPUtime=4.26
/proc/14732/stat : 14732 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194304 9600 0 0 0 416 10 0 0 17 0 2 0 96655369 53182464 9585 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14732/statm: 12984 9585 83 193 0 12788 0
[pid=14732/tid=14733] ppid=14729 vsize=51936 CPUtime=1.97
/proc/14732/task/14733/stat : 14733 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194368 994 0 0 0 194 3 0 0 17 0 2 0 96655400 53182464 9585 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 57292

[startup+12.7014 s]
/proc/loadavg: 1.16 1.04 1.10 3/67 14733
/proc/meminfo: memFree=1893224/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=3.98
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 312 22157 0 0 0 0 375 23 16 0 1 0 96654969 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14729/statm: 1339 238 195 169 0 50 0
[pid=14732] ppid=14729 vsize=55816 CPUtime=17.01
/proc/14732/stat : 14732 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194304 10731 0 0 0 1688 13 0 0 17 0 2 0 96655369 57155584 10716 1992294400 134512640 135305190 4294956144 18446744073709551615 134528542 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14732/statm: 13954 10716 83 193 0 13758 0
[pid=14732/tid=14733] ppid=14729 vsize=55816 CPUtime=8.33
/proc/14732/task/14733/stat : 14733 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194368 1506 0 0 0 828 5 0 0 17 0 2 0 96655400 57155584 10716 1992294400 134512640 135305190 4294956144 18446744073709551615 134528990 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.99
Current children cumulated vsize (KiB) 61172

[startup+25.503 s]
/proc/loadavg: 1.29 1.07 1.11 3/67 14733
/proc/meminfo: memFree=1888296/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=3.98
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 312 22157 0 0 0 0 375 23 16 0 1 0 96654969 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14729/statm: 1339 238 195 169 0 50 0
[pid=14732] ppid=14729 vsize=61476 CPUtime=42.55
/proc/14732/stat : 14732 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194304 11937 0 0 0 4239 16 0 0 17 0 2 0 96655369 62951424 11922 1992294400 134512640 135305190 4294956144 18446744073709551615 134557466 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14732/statm: 15369 11922 83 193 0 15173 0
[pid=14732/tid=14733] ppid=14729 vsize=61476 CPUtime=21.08
/proc/14732/task/14733/stat : 14733 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194368 1996 0 0 0 2102 6 0 0 17 0 2 0 96655400 62951424 11922 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.53
Current children cumulated vsize (KiB) 66832

[startup+51.1021 s]
/proc/loadavg: 1.53 1.14 1.13 3/67 14733
/proc/meminfo: memFree=1882344/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=3.98
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 312 22157 0 0 0 0 375 23 16 0 1 0 96654969 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14729/statm: 1339 238 195 169 0 50 0
[pid=14732] ppid=14729 vsize=66964 CPUtime=93.58
/proc/14732/stat : 14732 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194304 13413 0 0 0 9339 19 0 0 17 0 2 0 96655369 68571136 13398 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14732/statm: 16741 13398 83 193 0 16545 0
[pid=14732/tid=14733] ppid=14729 vsize=66964 CPUtime=46.53
/proc/14732/task/14733/stat : 14733 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194368 2615 0 0 0 4646 7 0 0 17 0 2 0 96655400 68571136 13398 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.56
Current children cumulated vsize (KiB) 72320

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

[startup+63.9016 s]
/proc/loadavg: 1.63 1.18 1.15 3/67 14733
/proc/meminfo: memFree=1876584/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=3.98
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 312 22157 0 0 0 0 375 23 16 0 1 0 96654969 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14729/statm: 1339 238 195 169 0 50 0
[pid=14732] ppid=14729 vsize=73356 CPUtime=119.11
/proc/14732/stat : 14732 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194304 14846 0 0 0 11889 22 0 0 17 0 2 0 96655369 75116544 14831 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14732/statm: 18339 14831 83 193 0 18143 0
[pid=14732/tid=14733] ppid=14729 vsize=73356 CPUtime=59.27
/proc/14732/task/14733/stat : 14733 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194368 3197 0 0 0 5919 8 0 0 17 0 2 0 96655400 75116544 14831 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 123.09
Current children cumulated vsize (KiB) 78712

[startup+70.3019 s]
/proc/loadavg: 1.66 1.20 1.15 3/67 14733
/proc/meminfo: memFree=1876520/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=3.98
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 312 22157 0 0 0 0 375 23 16 0 1 0 96654969 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14729/statm: 1339 238 195 169 0 50 0
[pid=14732] ppid=14729 vsize=73356 CPUtime=131.87
/proc/14732/stat : 14732 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194304 14853 0 0 0 13165 22 0 0 17 0 2 0 96655369 75116544 14838 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14732/statm: 18339 14838 83 193 0 18143 0
[pid=14732/tid=14733] ppid=14729 vsize=73356 CPUtime=65.63
/proc/14732/task/14733/stat : 14733 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194368 3201 0 0 0 6555 8 0 0 18 0 2 0 96655400 75116544 14838 1992294400 134512640 135305190 4294956144 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 135.85
Current children cumulated vsize (KiB) 78712

[startup+73.5015 s]
/proc/loadavg: 1.69 1.21 1.15 3/67 14733
/proc/meminfo: memFree=1876520/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=3.98
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 312 22157 0 0 0 0 375 23 16 0 1 0 96654969 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14729/statm: 1339 238 195 169 0 50 0
[pid=14732] ppid=14729 vsize=73356 CPUtime=138.25
/proc/14732/stat : 14732 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194304 14860 0 0 0 13803 22 0 0 17 0 2 0 96655369 75116544 14845 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14732/statm: 18339 14845 83 193 0 18143 0
[pid=14732/tid=14733] ppid=14729 vsize=73356 CPUtime=68.82
/proc/14732/task/14733/stat : 14733 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194368 3203 0 0 0 6874 8 0 0 18 0 2 0 96655400 75116544 14845 1992294400 134512640 135305190 4294956144 18446744073709551615 134529123 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 142.23
Current children cumulated vsize (KiB) 78712

[startup+76.7021 s]
/proc/loadavg: 1.69 1.21 1.15 3/67 14733
/proc/meminfo: memFree=1876392/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=3.98
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 312 22157 0 0 0 0 375 23 16 0 1 0 96654969 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14729/statm: 1339 238 195 169 0 50 0
[pid=14732] ppid=14729 vsize=73496 CPUtime=144.63
/proc/14732/stat : 14732 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194304 14886 0 0 0 14441 22 0 0 17 0 2 0 96655369 75259904 14871 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14732/statm: 18374 14871 83 193 0 18178 0
[pid=14732/tid=14733] ppid=14729 vsize=73496 CPUtime=72
/proc/14732/task/14733/stat : 14733 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194368 3214 0 0 0 7192 8 0 0 17 0 2 0 96655400 75259904 14871 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 148.61
Current children cumulated vsize (KiB) 78852

[startup+77.5013 s]
/proc/loadavg: 1.71 1.22 1.16 3/67 14733
/proc/meminfo: memFree=1876392/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=3.98
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 312 22157 0 0 0 0 375 23 16 0 1 0 96654969 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14729/statm: 1339 238 195 169 0 50 0
[pid=14732] ppid=14729 vsize=73496 CPUtime=146.22
/proc/14732/stat : 14732 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194304 14894 0 0 0 14600 22 0 0 17 0 2 0 96655369 75259904 14879 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14732/statm: 18374 14879 83 193 0 18178 0
[pid=14732/tid=14733] ppid=14729 vsize=73496 CPUtime=72.79
/proc/14732/task/14733/stat : 14733 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194368 3216 0 0 0 7271 8 0 0 17 0 2 0 96655400 75259904 14879 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 150.2
Current children cumulated vsize (KiB) 78852

[startup+78.3014 s]
/proc/loadavg: 1.71 1.22 1.16 3/67 14733
/proc/meminfo: memFree=1876392/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=3.98
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 312 22157 0 0 0 0 375 23 16 0 1 0 96654969 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14729/statm: 1339 238 195 169 0 50 0
[pid=14732] ppid=14729 vsize=73496 CPUtime=147.82
/proc/14732/stat : 14732 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194304 14901 0 0 0 14760 22 0 0 19 0 2 0 96655369 75259904 14886 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14732/statm: 18374 14886 83 193 0 18178 0
[pid=14732/tid=14733] ppid=14729 vsize=73496 CPUtime=73.59
/proc/14732/task/14733/stat : 14733 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194368 3220 0 0 0 7351 8 0 0 18 0 2 0 96655400 75259904 14886 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 151.8
Current children cumulated vsize (KiB) 78852

[startup+78.7015 s]
/proc/loadavg: 1.71 1.22 1.16 3/67 14733
/proc/meminfo: memFree=1876392/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=3.98
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 312 22157 0 0 0 0 375 23 16 0 1 0 96654969 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14729/statm: 1339 238 195 169 0 50 0
[pid=14732] ppid=14729 vsize=73496 CPUtime=148.62
/proc/14732/stat : 14732 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194304 14905 0 0 0 14840 22 0 0 19 0 2 0 96655369 75259904 14890 1992294400 134512640 135305190 4294956144 18446744073709551615 134541976 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14732/statm: 18374 14890 83 193 0 18178 0
[pid=14732/tid=14733] ppid=14729 vsize=73496 CPUtime=73.99
/proc/14732/task/14733/stat : 14733 (manysat1.1_stat) R 14729 14729 14329 0 -1 4194368 3222 0 0 0 7391 8 0 0 18 0 2 0 96655400 75259904 14890 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 152.6
Current children cumulated vsize (KiB) 78852

[startup+78.8019 s]
/proc/loadavg: 1.71 1.22 1.16 3/67 14733
/proc/meminfo: memFree=1876392/2055920 swapFree=4192812/4192956
[pid=14729] ppid=14727 vsize=5356 CPUtime=3.98
/proc/14729/stat : 14729 (manysat.sh) S 14727 14729 14329 0 -1 4194304 312 22157 0 0 0 0 375 23 16 0 1 0 96654969 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14729/statm: 1339 238 195 169 0 50 0
[pid=14732] ppid=14729 vsize=0 CPUtime=148.82
/proc/14732/stat : 14732 (manysat1.1_stat) Z 14729 14729 14329 0 -1 4194316 14923 0 0 0 14859 23 0 0 19 0 2 0 96655369 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14732/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 152.8
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 78.8229
CPU time (s): 152.843
CPU user time (s): 152.357
CPU system time (s): 0.485926
CPU usage (%): 193.907
Max. virtual memory (cumulated for all children) (KiB): 100412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.357
system time used= 0.485926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37546
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= 2976
involuntary context switches= 1140

runsolver used 0.078987 second user time and 0.217966 second system time

The end

Launcher Data

Begin job on node1 at 2009-04-25 21:03:23
IDJOB=1723466
IDBENCH=71715
IDSOLVER=513
FILE ID=node1/1723466-1240686202
PBS_JOBID= 9186681
Free space on /tmp= 66328 MiB

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

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

MD5SUM BENCH= cddc29f8f256e39e02d9b418f68e802c
RANDOM SEED=1520239532

node1.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	: 5931.00
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:       1956776 kB
Buffers:          1012 kB
Cached:          30328 kB
SwapCached:        144 kB
Active:          36628 kB
Inactive:         8800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1956776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10196 kB
Writeback:           0 kB
Mapped:          23756 kB
Slab:            39700 kB
Committed_AS:   323748 kB
PageTables:       1444 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= 66328 MiB
End job on node1 at 2009-04-25 21:04:42