Trace number 1581317

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-20? (TO) 1200.02 1200.62

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-5p1.cnf
MD5SUM10eca282b9263f77903cd90a479b46ee
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark393.634
Satisfiable
(Un)Satisfiability was proved
Number of variables225926
Number of clauses1207249
Sum of the clauses size2914329
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2854772
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

0.00/0.00	c Parsing...
1.27/1.34	c ==============================================================================
1.27/1.34	c |           |     ORIGINAL     |              LEARNT              |          |
1.27/1.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.27/1.34	c ==============================================================================
1.27/1.34	c |         0 | 1195096  2901426 |  358528       0        0     nan |  0.000 % |
7.93/8.04	c |         0 |  838748  2352556 |      --       0       --      -- |     --   | -102684/26671
7.93/8.04	c ==============================================================================
7.93/8.04	c Result  :   #vars: 121873   #clauses: 838748   #literals: 2352556
7.93/8.04	c CPU time:   7.75582 s
7.93/8.04	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1581317-1238927064/watcher-1581317-1238927064 -o /tmp/evaluation-result-1581317-1238927064/solver-1581317-1238927064 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1581317-1238927064.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.92 1.98 1.99 4/94 13096
/proc/meminfo: memFree=1827672/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=0
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1165370261 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13096/statm: 1339 235 195 169 0 50 0
[pid=13097] ppid=13096 vsize=5356 CPUtime=0
/proc/13097/stat : 13097 (manysat.sh) R 13096 13096 12609 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 1165370261 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601153319 0 0 4096 0 0 0 0 17 1 0 0
/proc/13097/statm: 1339 235 195 169 0 50 0

[startup+0.082414 s]
/proc/loadavg: 1.92 1.98 1.99 4/94 13096
/proc/meminfo: memFree=1827672/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=0
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1165370261 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13096/statm: 1339 235 195 169 0 50 0
[pid=13097] ppid=13096 vsize=26340 CPUtime=0.06
/proc/13097/stat : 13097 (SatElite) R 13096 13096 12609 0 -1 4194304 4968 0 0 0 5 1 0 0 20 0 1 0 1165370261 26972160 4848 1992294400 134512640 135034092 4294956096 18446744073709551615 134547307 0 0 4096 3 0 0 0 17 1 0 0
/proc/13097/statm: 6585 4848 50 127 0 6455 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31696

[startup+0.101418 s]
/proc/loadavg: 1.92 1.98 1.99 4/94 13096
/proc/meminfo: memFree=1827672/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=0
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1165370261 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13096/statm: 1339 235 195 169 0 50 0
[pid=13097] ppid=13096 vsize=28444 CPUtime=0.08
/proc/13097/stat : 13097 (SatElite) R 13096 13096 12609 0 -1 4194304 5469 0 0 0 7 1 0 0 20 0 1 0 1165370261 29126656 5349 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/13097/statm: 7111 5349 50 127 0 6981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33800

[startup+0.301439 s]
/proc/loadavg: 1.92 1.98 1.99 4/94 13096
/proc/meminfo: memFree=1827672/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=0
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1165370261 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13096/statm: 1339 235 195 169 0 50 0
[pid=13097] ppid=13096 vsize=48848 CPUtime=0.29
/proc/13097/stat : 13097 (SatElite) R 13096 13096 12609 0 -1 4194304 10373 0 0 0 25 4 0 0 22 0 1 0 1165370261 50020352 10253 1992294400 134512640 135034092 4294956096 18446744073709551615 134561031 0 0 4096 3 0 0 0 17 1 0 0
/proc/13097/statm: 12212 10253 50 127 0 12082 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54204

[startup+0.701484 s]
/proc/loadavg: 1.92 1.98 1.99 4/94 13096
/proc/meminfo: memFree=1827672/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=0
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1165370261 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13096/statm: 1339 235 195 169 0 50 0
[pid=13097] ppid=13096 vsize=70828 CPUtime=0.69
/proc/13097/stat : 13097 (SatElite) R 13096 13096 12609 0 -1 4194304 15762 0 0 0 61 8 0 0 25 0 1 0 1165370261 72527872 15642 1992294400 134512640 135034092 4294956096 18446744073709551615 134548149 0 0 4096 3 0 0 0 17 1 0 0
/proc/13097/statm: 17707 15642 50 127 0 17577 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76184

[startup+1.50157 s]
/proc/loadavg: 1.92 1.98 1.99 3/96 13098
/proc/meminfo: memFree=1743304/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=0
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1165370261 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13096/statm: 1339 235 195 169 0 50 0
[pid=13097] ppid=13096 vsize=115880 CPUtime=1.47
/proc/13097/stat : 13097 (SatElite) R 13096 13096 12609 0 -1 4194304 26344 0 0 0 135 12 0 0 25 0 1 0 1165370261 118661120 26224 1992294400 134512640 135034092 4294956096 18446744073709551615 134540697 0 0 4096 3 0 0 0 17 1 0 0
/proc/13097/statm: 28970 26224 64 127 0 28840 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 121236

[startup+3.10275 s]
/proc/loadavg: 2.01 2.00 2.00 3/96 13098
/proc/meminfo: memFree=1709704/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=0
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1165370261 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13096/statm: 1339 235 195 169 0 50 0
[pid=13097] ppid=13096 vsize=141708 CPUtime=3.06
/proc/13097/stat : 13097 (SatElite) R 13096 13096 12609 0 -1 4194304 34797 0 0 0 289 17 0 0 25 0 1 0 1165370261 145108992 31767 1992294400 134512640 135034092 4294956096 18446744073709551615 134540697 0 0 4096 3 0 0 0 17 1 0 0
/proc/13097/statm: 35427 31767 68 127 0 35297 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 147064

[startup+6.3011 s]
/proc/loadavg: 2.01 2.00 2.00 3/96 13098
/proc/meminfo: memFree=1693256/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=0
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1165370261 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13096/statm: 1339 235 195 169 0 50 0
[pid=13097] ppid=13096 vsize=141716 CPUtime=6.24
/proc/13097/stat : 13097 (SatElite) R 13096 13096 12609 0 -1 4194304 38490 0 0 0 604 20 0 0 25 0 1 0 1165370261 145117184 31851 1992294400 134512640 135034092 4294956096 18446744073709551615 134671529 0 0 4096 3 0 0 0 17 1 0 0
/proc/13097/statm: 35429 31851 68 127 0 35299 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 147072

[startup+12.7018 s]
/proc/loadavg: 2.31 2.07 2.02 4/97 13100
/proc/meminfo: memFree=1687168/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=129724 CPUtime=3.57
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 28651 0 0 0 342 15 0 0 25 0 2 0 1165371174 132837376 28612 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 32431 28612 83 193 0 32235 0
[pid=13099/tid=13100] ppid=13096 vsize=129724 CPUtime=1.19
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 1003 0 0 0 119 0 0 0 25 0 2 0 1165371289 132837376 28612 1992294400 134512640 135305190 4294956144 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 135080

[startup+25.5012 s]
/proc/loadavg: 2.64 2.14 2.05 4/97 13100
/proc/meminfo: memFree=1686208/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=131588 CPUtime=16.35
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 28846 0 0 0 1619 16 0 0 25 0 2 0 1165371174 134746112 28807 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 32897 28807 83 193 0 32701 0
[pid=13099/tid=13100] ppid=13096 vsize=131588 CPUtime=7.57
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 1122 0 0 0 757 0 0 0 25 0 2 0 1165371289 134746112 28807 1992294400 134512640 135305190 4294956144 18446744073709551615 134551799 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 136944

[startup+51.1011 s]
/proc/loadavg: 3.11 2.29 2.10 4/97 13100
/proc/meminfo: memFree=1684544/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=134444 CPUtime=41.93
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 29543 0 0 0 4176 17 0 0 25 0 2 0 1165371174 137670656 29504 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 33611 29504 83 193 0 33415 0
[pid=13099/tid=13100] ppid=13096 vsize=134444 CPUtime=20.34
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 1502 0 0 0 2033 1 0 0 25 0 2 0 1165371289 137670656 29504 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 139800

[startup+102.308 s]
/proc/loadavg: 3.04 2.41 2.15 4/97 13100
/proc/meminfo: memFree=1673152/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=145952 CPUtime=93.09
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 32436 0 0 0 9290 19 0 0 25 0 2 0 1165371174 149454848 32397 1992294400 134512640 135305190 4294956144 18446744073709551615 134541935 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 36488 32397 83 193 0 36292 0
[pid=13099/tid=13100] ppid=13096 vsize=145952 CPUtime=45.93
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 2862 0 0 0 4590 3 0 0 25 0 2 0 1165371289 149454848 32397 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 151308

[startup+162.301 s]
/proc/loadavg: 3.01 2.51 2.20 4/97 13100
/proc/meminfo: memFree=1666560/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=152476 CPUtime=153.06
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 34055 0 0 0 15286 20 0 0 25 0 2 0 1165371174 156135424 34016 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 38119 34016 83 193 0 37923 0
[pid=13099/tid=13100] ppid=13096 vsize=152476 CPUtime=75.9
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 3533 0 0 0 7587 3 0 0 25 0 2 0 1165371289 156135424 34016 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 157832

[startup+222.301 s]
/proc/loadavg: 3.00 2.60 2.24 4/97 13100
/proc/meminfo: memFree=1651712/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=167228 CPUtime=213.04
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 37766 0 0 0 21280 24 0 0 25 0 2 0 1165371174 171241472 37727 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 41807 37727 83 193 0 41611 0
[pid=13099/tid=13100] ppid=13096 vsize=167228 CPUtime=105.88
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 5193 0 0 0 10584 4 0 0 25 0 2 0 1165371289 171241472 37727 1992294400 134512640 135305190 4294956144 18446744073709551615 134551927 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 172584

[startup+282.302 s]
/proc/loadavg: 3.06 2.69 2.29 4/97 13100
/proc/meminfo: memFree=1640256/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=179228 CPUtime=273.01
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 40730 0 0 0 27274 27 0 0 25 0 2 0 1165371174 183529472 40691 1992294400 134512640 135305190 4294956144 18446744073709551615 134551648 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 44807 40691 83 193 0 44611 0

################
# More data... #
################

[pid=13099] ppid=13096 vsize=215728 CPUtime=632.88
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 49886 0 0 0 63253 35 0 0 25 0 2 0 1165371174 220905472 49847 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 53932 49847 83 193 0 53736 0
[pid=13099/tid=13100] ppid=13096 vsize=215728 CPUtime=315.77
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 10608 0 0 0 31568 9 0 0 25 0 2 0 1165371289 220905472 49847 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 221084

[startup+702.302 s]
/proc/loadavg: 3.00 2.91 2.54 4/97 13100
/proc/meminfo: memFree=1602880/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=215728 CPUtime=692.85
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 49895 0 0 0 69250 35 0 0 25 0 2 0 1165371174 220905472 49856 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 53932 49856 83 193 0 53736 0
[pid=13099/tid=13100] ppid=13096 vsize=215728 CPUtime=345.76
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 10617 0 0 0 34567 9 0 0 25 0 2 0 1165371289 220905472 49856 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 221084

[startup+762.307 s]
/proc/loadavg: 3.00 2.92 2.56 4/97 13100
/proc/meminfo: memFree=1602752/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=215728 CPUtime=752.83
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 49895 0 0 0 75248 35 0 0 25 0 2 0 1165371174 220905472 49856 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 53932 49856 83 193 0 53736 0
[pid=13099/tid=13100] ppid=13096 vsize=215728 CPUtime=375.76
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 10617 0 0 0 37567 9 0 0 25 0 2 0 1165371289 220905472 49856 1992294400 134512640 135305190 4294956144 18446744073709551615 134556813 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 221084

[startup+822.302 s]
/proc/loadavg: 3.00 2.94 2.58 4/97 13100
/proc/meminfo: memFree=1597696/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=221000 CPUtime=812.8
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 51162 0 0 0 81243 37 0 0 25 0 2 0 1165371174 226304000 51123 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 55250 51123 83 193 0 55054 0
[pid=13099/tid=13100] ppid=13096 vsize=221000 CPUtime=405.75
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 11162 0 0 0 40565 10 0 0 25 0 2 0 1165371289 226304000 51123 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 226356

[startup+882.302 s]
/proc/loadavg: 3.00 2.94 2.61 4/97 13100
/proc/meminfo: memFree=1597696/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=221000 CPUtime=872.78
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 51168 0 0 0 87241 37 0 0 25 0 2 0 1165371174 226304000 51129 1992294400 134512640 135305190 4294956144 18446744073709551615 134551978 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 55250 51129 83 193 0 55054 0
[pid=13099/tid=13100] ppid=13096 vsize=221000 CPUtime=435.67
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 11162 0 0 0 43557 10 0 0 25 0 2 0 1165371289 226304000 51129 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 226356

[startup+942.301 s]
/proc/loadavg: 3.00 2.95 2.63 4/97 13100
/proc/meminfo: memFree=1597696/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=221000 CPUtime=932.76
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 51168 0 0 0 93239 37 0 0 25 0 2 0 1165371174 226304000 51129 1992294400 134512640 135305190 4294956144 18446744073709551615 134551808 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 55250 51129 83 193 0 55054 0
[pid=13099/tid=13100] ppid=13096 vsize=221000 CPUtime=465.65
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 11162 0 0 0 46555 10 0 0 25 0 2 0 1165371289 226304000 51129 1992294400 134512640 135305190 4294956144 18446744073709551615 134528840 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 226356

[startup+1002.3 s]
/proc/loadavg: 3.00 2.96 2.65 4/97 13100
/proc/meminfo: memFree=1597696/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=221000 CPUtime=992.73
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 51168 0 0 0 99236 37 0 0 25 0 2 0 1165371174 226304000 51129 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 55250 51129 83 193 0 55054 0
[pid=13099/tid=13100] ppid=13096 vsize=221000 CPUtime=495.73
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 11162 0 0 0 49563 10 0 0 25 0 2 0 1165371289 226304000 51129 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 226356

[startup+1062.3 s]
/proc/loadavg: 3.00 2.96 2.67 4/97 13100
/proc/meminfo: memFree=1583552/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=235520 CPUtime=1052.71
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 54794 0 0 0 105231 40 0 0 25 0 2 0 1165371174 241172480 54755 1992294400 134512640 135305190 4294956144 18446744073709551615 134557557 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 58880 54755 83 193 0 58684 0
[pid=13099/tid=13100] ppid=13096 vsize=235520 CPUtime=525.62
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 12858 0 0 0 52550 12 0 0 25 0 2 0 1165371289 241172480 54755 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 240876

[startup+1122.3 s]
/proc/loadavg: 3.00 2.97 2.69 4/97 13100
/proc/meminfo: memFree=1569088/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=249384 CPUtime=1112.69
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 58311 0 0 0 111224 45 0 0 25 0 2 0 1165371174 255369216 58272 1992294400 134512640 135305190 4294956144 18446744073709551615 134569845 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 62346 58272 83 193 0 62150 0
[pid=13099/tid=13100] ppid=13096 vsize=249384 CPUtime=555.6
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 14536 0 0 0 55546 14 0 0 25 0 2 0 1165371289 255369216 58272 1992294400 134512640 135305190 4294956144 18446744073709551615 134529499 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 254740

[startup+1182.3 s]
/proc/loadavg: 3.00 2.97 2.70 4/97 13100
/proc/meminfo: memFree=1569024/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=249384 CPUtime=1172.66
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 58311 0 0 0 117221 45 0 0 25 0 2 0 1165371174 255369216 58272 1992294400 134512640 135305190 4294956144 18446744073709551615 134528280 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 62346 58272 83 193 0 62150 0
[pid=13099/tid=13100] ppid=13096 vsize=249384 CPUtime=585.62
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 14536 0 0 0 58548 14 0 0 25 0 2 0 1165371289 255369216 58272 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 254740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 3.00 2.97 2.71 4/97 13100
/proc/meminfo: memFree=1569024/2055920 swapFree=4165792/4192956
[pid=13096] ppid=13094 vsize=5356 CPUtime=9.05
/proc/13096/stat : 13096 (manysat.sh) S 13094 13096 12609 0 -1 4194304 312 43740 0 0 0 0 874 31 16 0 1 0 1165370261 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13096/statm: 1339 238 195 169 0 50 0
[pid=13099] ppid=13096 vsize=249384 CPUtime=1190.97
/proc/13099/stat : 13099 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194304 58311 0 0 0 119052 45 0 0 25 0 2 0 1165371174 255369216 58272 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13099/statm: 62346 58272 83 193 0 62150 0
[pid=13099/tid=13100] ppid=13096 vsize=249384 CPUtime=594.78
/proc/13099/task/13100/stat : 13100 (manysat1.1_stat) R 13096 13096 12609 0 -1 4194368 14536 0 0 0 59464 14 0 0 25 0 2 0 1165371289 255369216 58272 1992294400 134512640 135305190 4294956144 18446744073709551615 134556770 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 254740

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13096 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=746670
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=311952
# CPU time returned by wait4() is 9.05862
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.62
CPU time (s): 1200.02
CPU user time (s): 1199.26
CPU system time (s): 0.76
CPU usage (%): 99.9499
Max. virtual memory (cumulated for all children) (KiB): 254740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.74667
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44052
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= 6
involuntary context switches= 123

runsolver used 1.85672 second user time and 4.70528 second system time

The end

Launcher Data

Begin job on node91 at 2009-04-05 12:24:26
IDJOB=1581317
IDBENCH=71034
IDSOLVER=514
FILE ID=node91/1581317-1238927064
PBS_JOBID= 9101404
Free space on /tmp= 66492 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-5p1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581317-1238927064/watcher-1581317-1238927064 -o /tmp/evaluation-result-1581317-1238927064/solver-1581317-1238927064 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1581317-1238927064.cnf aimd 1

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

MD5SUM BENCH= 10eca282b9263f77903cd90a479b46ee
RANDOM SEED=1198099767

node91.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.252
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.252
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1828088 kB
Buffers:         13092 kB
Cached:         141240 kB
SwapCached:       8596 kB
Active:          51000 kB
Inactive:       113408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828088 kB
SwapTotal:     4192956 kB
SwapFree:      4165792 kB
Dirty:           24220 kB
Writeback:           0 kB
Mapped:          16028 kB
Slab:            46496 kB
Committed_AS:  2668296 kB
PageTables:       3280 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= 66464 MiB
End job on node91 at 2009-04-05 12:44:29