Trace number 1717827

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 1/2009-03-20UNSAT 347.793 175.342

General information on the benchmark

Nameindustrial/palacios/
medium/emptyroom-4-h21-unsat.cnf
MD5SUM175ec3119584300988ad366c4a04cccc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark316.247
Satisfiable
(Un)Satisfiability was proved
Number of variables69148
Number of clauses208728
Sum of the clauses size487544
Maximum clause length28
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2139492
Number of clauses of size 368730
Number of clauses of size 4102
Number of clauses of size 513
Number of clauses of size over 5135

Solver Data

0.00/0.00	c Parsing...
0.19/0.20	c ==============================================================================
0.19/0.20	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.20	c ==============================================================================
0.19/0.20	c |         0 |  207960   486008 |   62387       0        0     nan |  0.000 % |
1.68/1.70	c |         0 |  121498   417368 |      --       0       --      -- |     --   | -86462/-68640
1.68/1.70	c ==============================================================================
1.68/1.70	c Result  :   #vars: 18081   #clauses: 121498   #literals: 417368
1.68/1.70	c CPU time:   1.63875 s
1.68/1.70	c ==============================================================================
347.71/175.32	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
347.71/175.32	c ============================[ Problem Statistics ]=============================
347.71/175.32	c |                                                                             |
347.71/175.32	c threadId              : 1
347.71/175.32	c restarts              : 1230
347.71/175.32	c conflicts             : 139331         (403 /sec)
347.71/175.32	c decisions             : 407659         (1.47 % random) (1179 /sec)
347.71/175.32	c propagations          : 177006554      (512005 /sec)
347.71/175.32	c conflict literals     : 9753057        (48.98 % deleted)
347.71/175.32	c Memory used           : 63.00 MB
347.71/175.32	c CPU time              : 345.712 s
347.71/175.32	
347.71/175.32	c --->m=2, e=8, aimd=1, HOME/20029_many.cnf	time: 172.856	conflicts: 139331       
347.71/175.33	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-1717827-1240631113/watcher-1717827-1240631113 -o /tmp/evaluation-result-1717827-1240631113/solver-1717827-1240631113 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1717827-1240631113.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20029
/proc/meminfo: memFree=1431424/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=0
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91144596 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 235 195 169 0 50 0
[pid=20030] ppid=20029 vsize=688 CPUtime=0
/proc/20030/stat : 20030 (SatElite) R 20029 20029 19097 0 -1 4194304 67 0 0 0 0 0 0 0 20 0 1 0 91144596 704512 51 1992294400 134512640 135034092 4294956096 18446744073709551615 134690796 0 0 4096 3 0 0 0 17 1 0 0
/proc/20030/statm: 173 61 50 127 0 43 0

[startup+0.034043 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20029
/proc/meminfo: memFree=1431424/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=0
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91144596 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 235 195 169 0 50 0
[pid=20030] ppid=20029 vsize=4932 CPUtime=0.02
/proc/20030/stat : 20030 (SatElite) R 20029 20029 19097 0 -1 4194304 1112 0 0 0 2 0 0 0 20 0 1 0 91144596 5050368 1096 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/20030/statm: 1233 1101 51 127 0 1103 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10288

[startup+0.102051 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20029
/proc/meminfo: memFree=1431424/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=0
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91144596 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 235 195 169 0 50 0
[pid=20030] ppid=20029 vsize=15604 CPUtime=0.09
/proc/20030/stat : 20030 (SatElite) R 20029 20029 19097 0 -1 4194304 3324 0 0 0 8 1 0 0 20 0 1 0 91144596 15978496 3308 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/20030/statm: 3901 3309 52 127 0 3771 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20960

[startup+0.302072 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20029
/proc/meminfo: memFree=1431424/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=0
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91144596 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 235 195 169 0 50 0
[pid=20030] ppid=20029 vsize=34292 CPUtime=0.29
/proc/20030/stat : 20030 (SatElite) R 20029 20029 19097 0 -1 4194304 7051 0 0 0 26 3 0 0 21 0 1 0 91144596 35115008 6861 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/20030/statm: 8573 6861 68 127 0 8443 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39648

[startup+0.702114 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20029
/proc/meminfo: memFree=1431424/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=0
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91144596 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 235 195 169 0 50 0
[pid=20030] ppid=20029 vsize=36796 CPUtime=0.69
/proc/20030/stat : 20030 (SatElite) R 20029 20029 19097 0 -1 4194304 7659 0 0 0 65 4 0 0 25 0 1 0 91144596 37679104 7469 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/20030/statm: 9199 7469 68 127 0 9069 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42152

[startup+1.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20031
/proc/meminfo: memFree=1395696/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=0
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91144596 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 235 195 169 0 50 0
[pid=20030] ppid=20029 vsize=40940 CPUtime=1.48
/proc/20030/stat : 20030 (SatElite) R 20029 20029 19097 0 -1 4194304 8670 0 0 0 143 5 0 0 25 0 1 0 91144596 41922560 8344 1992294400 134512640 135034092 4294956096 18446744073709551615 134540688 0 0 4096 3 0 0 0 17 1 0 0
/proc/20030/statm: 10235 8344 68 127 0 10105 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 46296

[startup+3.10139 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 20033
/proc/meminfo: memFree=1405928/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=1.87
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 312 9226 0 0 0 0 180 7 16 0 1 0 91144596 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 238 195 169 0 50 0
[pid=20032] ppid=20029 vsize=34144 CPUtime=2.22
/proc/20032/stat : 20032 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194304 5367 0 0 0 216 6 0 0 17 0 2 0 91144785 34963456 5353 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20032/statm: 8536 5353 83 193 0 8340 0
[pid=20032/tid=20033] ppid=20029 vsize=34144 CPUtime=1.03
/proc/20032/task/20033/stat : 20033 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194368 541 0 0 0 101 2 0 0 17 0 2 0 91144801 34963456 5353 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 39500

[startup+6.30173 s]
/proc/loadavg: 1.08 1.02 1.01 3/67 20033
/proc/meminfo: memFree=1401064/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=1.87
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 312 9226 0 0 0 0 180 7 16 0 1 0 91144596 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 238 195 169 0 50 0
[pid=20032] ppid=20029 vsize=36120 CPUtime=8.61
/proc/20032/stat : 20032 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194304 5904 0 0 0 854 7 0 0 18 0 2 0 91144785 36986880 5890 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20032/statm: 9030 5890 83 193 0 8834 0
[pid=20032/tid=20033] ppid=20029 vsize=36120 CPUtime=4.23
/proc/20032/task/20033/stat : 20033 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194368 812 0 0 0 421 2 0 0 17 0 2 0 91144801 36986880 5890 1992294400 134512640 135305190 4294956144 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.48
Current children cumulated vsize (KiB) 41476

[startup+12.7014 s]
/proc/loadavg: 1.15 1.03 1.01 3/67 20033
/proc/meminfo: memFree=1397736/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=1.87
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 312 9226 0 0 0 0 180 7 16 0 1 0 91144596 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 238 195 169 0 50 0
[pid=20032] ppid=20029 vsize=39072 CPUtime=21.38
/proc/20032/stat : 20032 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194304 6721 0 0 0 2131 7 0 0 18 0 2 0 91144785 40009728 6707 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20032/statm: 9768 6707 83 193 0 9572 0
[pid=20032/tid=20033] ppid=20029 vsize=39072 CPUtime=10.63
/proc/20032/task/20033/stat : 20033 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194368 1210 0 0 0 1060 3 0 0 17 0 2 0 91144801 40009728 6707 1992294400 134512640 135305190 4294956144 18446744073709551615 134529134 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.25
Current children cumulated vsize (KiB) 44428

[startup+25.5028 s]
/proc/loadavg: 1.34 1.08 1.02 3/67 20033
/proc/meminfo: memFree=1392744/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=1.87
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 312 9226 0 0 0 0 180 7 16 0 1 0 91144596 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 238 195 169 0 50 0
[pid=20032] ppid=20029 vsize=44552 CPUtime=46.92
/proc/20032/stat : 20032 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194304 7902 0 0 0 4683 9 0 0 17 0 2 0 91144785 45621248 7888 1992294400 134512640 135305190 4294956144 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20032/statm: 11138 7888 83 193 0 10942 0
[pid=20032/tid=20033] ppid=20029 vsize=44552 CPUtime=23.42
/proc/20032/task/20033/stat : 20033 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194368 1842 0 0 0 2339 3 0 0 19 0 2 0 91144801 45621248 7888 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.79
Current children cumulated vsize (KiB) 49908

[startup+51.1025 s]
/proc/loadavg: 1.56 1.15 1.05 3/67 20033
/proc/meminfo: memFree=1385768/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=1.87
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 312 9226 0 0 0 0 180 7 16 0 1 0 91144596 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 238 195 169 0 50 0
[pid=20032] ppid=20029 vsize=51236 CPUtime=98
/proc/20032/stat : 20032 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194304 9662 0 0 0 9789 11 0 0 25 0 2 0 91144785 52465664 9648 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20032/statm: 12809 9648 83 193 0 12613 0
[pid=20032/tid=20033] ppid=20029 vsize=51236 CPUtime=49.01
/proc/20032/task/20033/stat : 20033 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194368 2786 0 0 0 4896 5 0 0 19 0 2 0 91144801 52465664 9648 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.87
Current children cumulated vsize (KiB) 56592

[startup+102.306 s]
/proc/loadavg: 1.81 1.28 1.10 3/67 20033
/proc/meminfo: memFree=1376616/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=1.87
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 312 9226 0 0 0 0 180 7 16 0 1 0 91144596 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 238 195 169 0 50 0
[pid=20032] ppid=20029 vsize=59664 CPUtime=200.17
/proc/20032/stat : 20032 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194304 11966 0 0 0 20002 15 0 0 19 0 2 0 91144785 61095936 11952 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20032/statm: 14916 11952 83 193 0 14720 0
[pid=20032/tid=20033] ppid=20029 vsize=59664 CPUtime=100.19
/proc/20032/task/20033/stat : 20033 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194368 3902 0 0 0 10013 6 0 0 20 0 2 0 91144801 61095936 11952 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.04
Current children cumulated vsize (KiB) 65020

[startup+162.302 s]
/proc/loadavg: 1.93 1.41 1.15 3/67 20033
/proc/meminfo: memFree=1372520/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=1.87
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 312 9226 0 0 0 0 180 7 16 0 1 0 91144596 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 238 195 169 0 50 0
[pid=20032] ppid=20029 vsize=63364 CPUtime=319.9
/proc/20032/stat : 20032 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194304 12951 0 0 0 31973 17 0 0 25 0 2 0 91144785 64884736 12937 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20032/statm: 15841 12937 83 193 0 15645 0
[pid=20032/tid=20033] ppid=20029 vsize=63364 CPUtime=160.17
/proc/20032/task/20033/stat : 20033 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194368 4365 0 0 0 16010 7 0 0 25 0 2 0 91144801 64884736 12937 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 321.77
Current children cumulated vsize (KiB) 68720

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

[startup+166.302 s]
/proc/loadavg: 1.93 1.42 1.15 3/67 20033
/proc/meminfo: memFree=1371944/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=1.87
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 312 9226 0 0 0 0 180 7 16 0 1 0 91144596 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 238 195 169 0 50 0
[pid=20032] ppid=20029 vsize=64024 CPUtime=327.88
/proc/20032/stat : 20032 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194304 13118 0 0 0 32771 17 0 0 25 0 2 0 91144785 65560576 13104 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20032/statm: 16006 13104 83 193 0 15810 0
[pid=20032/tid=20033] ppid=20029 vsize=64024 CPUtime=164.17
/proc/20032/task/20033/stat : 20033 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194368 4436 0 0 0 16410 7 0 0 25 0 2 0 91144801 65560576 13104 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 329.75
Current children cumulated vsize (KiB) 69380

[startup+169.501 s]
/proc/loadavg: 1.93 1.42 1.15 3/67 20033
/proc/meminfo: memFree=1371304/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=1.87
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 312 9226 0 0 0 0 180 7 16 0 1 0 91144596 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 238 195 169 0 50 0
[pid=20032] ppid=20029 vsize=64508 CPUtime=334.27
/proc/20032/stat : 20032 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194304 13240 0 0 0 33410 17 0 0 20 0 2 0 91144785 66056192 13226 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20032/statm: 16127 13226 83 193 0 15931 0
[pid=20032/tid=20033] ppid=20029 vsize=64508 CPUtime=167.36
/proc/20032/task/20033/stat : 20033 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194368 4466 0 0 0 16729 7 0 0 19 0 2 0 91144801 66056192 13226 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 336.14
Current children cumulated vsize (KiB) 69864

[startup+172.706 s]
/proc/loadavg: 1.94 1.43 1.16 3/67 20033
/proc/meminfo: memFree=1371304/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=1.87
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 312 9226 0 0 0 0 180 7 16 0 1 0 91144596 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 238 195 169 0 50 0
[pid=20032] ppid=20029 vsize=64508 CPUtime=340.66
/proc/20032/stat : 20032 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194304 13252 0 0 0 34049 17 0 0 20 0 2 0 91144785 66056192 13238 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20032/statm: 16127 13238 83 193 0 15931 0
[pid=20032/tid=20033] ppid=20029 vsize=64508 CPUtime=170.57
/proc/20032/task/20033/stat : 20033 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194368 4475 0 0 0 17050 7 0 0 25 0 2 0 91144801 66056192 13238 1992294400 134512640 135305190 4294956144 18446744073709551615 134558427 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.53
Current children cumulated vsize (KiB) 69864

[startup+174.302 s]
/proc/loadavg: 1.94 1.43 1.16 3/67 20033
/proc/meminfo: memFree=1371304/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=1.87
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 312 9226 0 0 0 0 180 7 16 0 1 0 91144596 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 238 195 169 0 50 0
[pid=20032] ppid=20029 vsize=64508 CPUtime=343.84
/proc/20032/stat : 20032 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194304 13266 0 0 0 34367 17 0 0 25 0 2 0 91144785 66056192 13252 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20032/statm: 16127 13252 83 193 0 15931 0
[pid=20032/tid=20033] ppid=20029 vsize=64508 CPUtime=172.16
/proc/20032/task/20033/stat : 20033 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194368 4475 0 0 0 17209 7 0 0 25 0 2 0 91144801 66056192 13252 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 345.71
Current children cumulated vsize (KiB) 69864

[startup+175.102 s]
/proc/loadavg: 1.94 1.43 1.16 3/67 20033
/proc/meminfo: memFree=1371304/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=1.87
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 312 9226 0 0 0 0 180 7 16 0 1 0 91144596 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 238 195 169 0 50 0
[pid=20032] ppid=20029 vsize=64508 CPUtime=345.44
/proc/20032/stat : 20032 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194304 13267 0 0 0 34527 17 0 0 17 0 2 0 91144785 66056192 13253 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20032/statm: 16127 13253 83 193 0 15931 0
[pid=20032/tid=20033] ppid=20029 vsize=64508 CPUtime=172.96
/proc/20032/task/20033/stat : 20033 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194368 4476 0 0 0 17289 7 0 0 17 0 2 0 91144801 66056192 13253 1992294400 134512640 135305190 4294956144 18446744073709551615 134551639 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 347.31
Current children cumulated vsize (KiB) 69864

[startup+175.302 s]
/proc/loadavg: 1.94 1.43 1.16 3/67 20033
/proc/meminfo: memFree=1371304/2055920 swapFree=4181324/4192956
[pid=20029] ppid=20027 vsize=5356 CPUtime=1.87
/proc/20029/stat : 20029 (manysat.sh) S 20027 20029 19097 0 -1 4194304 312 9226 0 0 0 0 180 7 16 0 1 0 91144596 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20029/statm: 1339 238 195 169 0 50 0
[pid=20032] ppid=20029 vsize=64508 CPUtime=345.84
/proc/20032/stat : 20032 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194304 13267 0 0 0 34567 17 0 0 17 0 2 0 91144785 66056192 13253 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20032/statm: 16127 13253 83 193 0 15931 0
[pid=20032/tid=20033] ppid=20029 vsize=64508 CPUtime=173.16
/proc/20032/task/20033/stat : 20033 (manysat1.1_stat) R 20029 20029 19097 0 -1 4194368 4476 0 0 0 17309 7 0 0 17 0 2 0 91144801 66056192 13253 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 347.71
Current children cumulated vsize (KiB) 69864

Child status: 20
Real time (s): 175.342
CPU time (s): 347.793
CPU user time (s): 347.524
CPU system time (s): 0.268959
CPU usage (%): 198.352
Max. virtual memory (cumulated for all children) (KiB): 69864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 347.524
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22974
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= 1260
involuntary context switches= 2613

runsolver used 0.163975 second user time and 0.483926 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-25 05:45:13
IDJOB=1717827
IDBENCH=20425
IDSOLVER=514
FILE ID=node19/1717827-1240631113
PBS_JOBID= 9186389
Free space on /tmp= 66240 MiB

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

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

MD5SUM BENCH= 175ec3119584300988ad366c4a04cccc
RANDOM SEED=2096254642

node19.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.236
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.236
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:       1431904 kB
Buffers:         72036 kB
Cached:         474888 kB
SwapCached:       6324 kB
Active:         152212 kB
Inactive:       403496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1431904 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:            4884 kB
Writeback:           0 kB
Mapped:          13448 kB
Slab:            54292 kB
Committed_AS:   307356 kB
PageTables:       1452 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= 66236 MiB
End job on node19 at 2009-04-25 05:48:09