Trace number 1580069

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.11 606.22

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p1.cnf
MD5SUM484dad50fb275faff8eff92c4d5447cb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark879.933
Satisfiable
(Un)Satisfiability was proved
Number of variables200003
Number of clauses1019221
Sum of the clauses size2431032
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2759013
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.09/1.19	c ==============================================================================
1.09/1.19	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.19	c ==============================================================================
1.09/1.19	c |         0 | 1008302  2419443 |  302490       0        0     nan |  0.000 % |
7.19/7.22	c |         0 |  667154  1853970 |      --       0       --      -- |     --   | -90102/8377
7.19/7.23	c ==============================================================================
7.19/7.23	c Result  :   #vars: 102501   #clauses: 667154   #literals: 1853970
7.19/7.23	c CPU time:   6.98594 s
7.19/7.23	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-1580069-1238914903/watcher-1580069-1238914903 -o /tmp/evaluation-result-1580069-1238914903/solver-1580069-1238914903 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1580069-1238914903.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/70 31129
/proc/meminfo: memFree=1507488/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=0
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164153742 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31129/statm: 1339 235 195 169 0 50 0
[pid=31130] ppid=31129 vsize=2352 CPUtime=0
/proc/31130/stat : 31130 (SatElite) R 31129 31129 31001 0 -1 4194304 476 0 0 0 0 0 0 0 18 0 1 0 1164153742 2408448 460 1992294400 134512640 135034092 4294956096 18446744073709551615 134544732 0 0 4096 3 0 0 0 17 1 0 0
/proc/31130/statm: 588 461 50 127 0 458 0

[startup+0.081744 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 31129
/proc/meminfo: memFree=1507488/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=0
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164153742 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31129/statm: 1339 235 195 169 0 50 0
[pid=31130] ppid=31129 vsize=27128 CPUtime=0.06
/proc/31130/stat : 31130 (SatElite) R 31129 31129 31001 0 -1 4194304 4731 0 0 0 5 1 0 0 18 0 1 0 1164153742 27779072 4547 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/31130/statm: 6782 4548 50 127 0 6652 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 32484

[startup+0.101745 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 31129
/proc/meminfo: memFree=1507488/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=0
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164153742 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31129/statm: 1339 235 195 169 0 50 0
[pid=31130] ppid=31129 vsize=29232 CPUtime=0.09
/proc/31130/stat : 31130 (SatElite) R 31129 31129 31001 0 -1 4194304 5237 0 0 0 7 2 0 0 18 0 1 0 1164153742 29933568 5053 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/31130/statm: 7308 5054 50 127 0 7178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34588

[startup+0.301765 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 31129
/proc/meminfo: memFree=1507488/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=0
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164153742 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31129/statm: 1339 235 195 169 0 50 0
[pid=31130] ppid=31129 vsize=47268 CPUtime=0.28
/proc/31130/stat : 31130 (SatElite) R 31129 31129 31001 0 -1 4194304 9597 0 0 0 24 4 0 0 19 0 1 0 1164153742 48402432 9413 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/31130/statm: 11817 9413 50 127 0 11687 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 52624

[startup+0.701804 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 31129
/proc/meminfo: memFree=1507488/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=0
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164153742 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31129/statm: 1339 235 195 169 0 50 0
[pid=31130] ppid=31129 vsize=68192 CPUtime=0.69
/proc/31130/stat : 31130 (SatElite) R 31129 31129 31001 0 -1 4194304 14713 0 0 0 60 9 0 0 23 0 1 0 1164153742 69828608 14529 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/31130/statm: 17048 14529 50 127 0 16918 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73548

[startup+1.50188 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 31131
/proc/meminfo: memFree=1421008/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=0
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164153742 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31129/statm: 1339 235 195 169 0 50 0
[pid=31130] ppid=31129 vsize=99924 CPUtime=1.49
/proc/31130/stat : 31130 (SatElite) R 31129 31129 31001 0 -1 4194304 23144 0 0 0 136 13 0 0 25 0 1 0 1164153742 102322176 22944 1992294400 134512640 135034092 4294956096 18446744073709551615 134536786 0 0 4096 3 0 0 0 17 1 0 0
/proc/31130/statm: 24981 22944 64 127 0 24851 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105280

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 31131
/proc/meminfo: memFree=1401616/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=0
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164153742 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31129/statm: 1339 235 195 169 0 50 0
[pid=31130] ppid=31129 vsize=117484 CPUtime=3.09
/proc/31130/stat : 31130 (SatElite) R 31129 31129 31001 0 -1 4194304 29648 0 0 0 290 19 0 0 25 0 1 0 1164153742 120303616 26788 1992294400 134512640 135034092 4294956096 18446744073709551615 134566662 0 0 4096 3 0 0 0 17 1 0 0
/proc/31130/statm: 29371 26788 68 127 0 29241 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122840

[startup+6.30236 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 31131
/proc/meminfo: memFree=1394320/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=0
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164153742 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31129/statm: 1339 235 195 169 0 50 0
[pid=31130] ppid=31129 vsize=129008 CPUtime=6.29
/proc/31130/stat : 31130 (SatElite) R 31129 31129 31001 0 -1 4194304 34401 0 0 0 607 22 0 0 25 0 1 0 1164153742 132104192 28799 1992294400 134512640 135034092 4294956096 18446744073709551615 134572088 0 0 4096 3 0 0 0 17 1 0 0
/proc/31130/statm: 32252 28799 68 127 0 32122 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 134364

[startup+12.7022 s]
/proc/loadavg: 1.08 1.01 1.00 3/73 31133
/proc/meminfo: memFree=1393992/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=8.12
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 312 38355 0 0 0 0 782 30 16 0 1 0 1164153742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31129/statm: 1339 238 195 169 0 50 0
[pid=31132] ppid=31129 vsize=107916 CPUtime=8.14
/proc/31132/stat : 31132 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194304 23401 0 0 0 796 18 0 0 16 0 2 0 1164154556 110505984 23357 1992294400 134512640 135305190 4294956144 18446744073709551615 134529062 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31132/statm: 26979 23357 83 193 0 26783 0
[pid=31132/tid=31133] ppid=31129 vsize=107916 CPUtime=3.6
/proc/31132/task/31133/stat : 31133 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194368 1076 0 0 0 356 4 0 0 17 0 2 0 1164154649 110505984 23357 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.26
Current children cumulated vsize (KiB) 113272

[startup+25.5015 s]
/proc/loadavg: 1.28 1.06 1.02 3/73 31133
/proc/meminfo: memFree=1389064/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=8.12
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 312 38355 0 0 0 0 782 30 16 0 1 0 1164153742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31129/statm: 1339 238 195 169 0 50 0
[pid=31132] ppid=31129 vsize=114576 CPUtime=33.66
/proc/31132/stat : 31132 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194304 24830 0 0 0 3345 21 0 0 19 0 2 0 1164154556 117325824 24786 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31132/statm: 28644 24786 83 193 0 28448 0
[pid=31132/tid=31133] ppid=31129 vsize=114576 CPUtime=16.39
/proc/31132/task/31133/stat : 31133 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194368 1729 0 0 0 1634 5 0 0 17 0 2 0 1164154649 117325824 24786 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.78
Current children cumulated vsize (KiB) 119932

[startup+51.102 s]
/proc/loadavg: 1.53 1.13 1.04 3/73 31133
/proc/meminfo: memFree=1376008/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=8.12
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 312 38355 0 0 0 0 782 30 16 0 1 0 1164153742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31129/statm: 1339 238 195 169 0 50 0
[pid=31132] ppid=31129 vsize=127008 CPUtime=84.71
/proc/31132/stat : 31132 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194304 28047 0 0 0 8446 25 0 0 18 0 2 0 1164154556 130056192 28003 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31132/statm: 31752 28003 83 193 0 31556 0
[pid=31132/tid=31133] ppid=31129 vsize=127008 CPUtime=41.96
/proc/31132/task/31133/stat : 31133 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194368 3351 0 0 0 4189 7 0 0 23 0 2 0 1164154649 130056192 28003 1992294400 134512640 135305190 4294956144 18446744073709551615 134556770 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.83
Current children cumulated vsize (KiB) 132364

[startup+102.306 s]
/proc/loadavg: 1.79 1.27 1.09 3/73 31133
/proc/meminfo: memFree=1359816/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=8.12
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 312 38355 0 0 0 0 782 30 16 0 1 0 1164153742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31129/statm: 1339 238 195 169 0 50 0
[pid=31132] ppid=31129 vsize=142696 CPUtime=186.84
/proc/31132/stat : 31132 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194304 32069 0 0 0 18652 32 0 0 25 0 2 0 1164154556 146120704 32025 1992294400 134512640 135305190 4294956144 18446744073709551615 134556789 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31132/statm: 35674 32025 83 193 0 35478 0
[pid=31132/tid=31133] ppid=31129 vsize=142696 CPUtime=93.11
/proc/31132/task/31133/stat : 31133 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194368 5141 0 0 0 9301 10 0 0 18 0 2 0 1164154649 146120704 32025 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 194.96
Current children cumulated vsize (KiB) 148052

[startup+162.302 s]
/proc/loadavg: 1.92 1.40 1.14 3/73 31133
/proc/meminfo: memFree=1340872/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=8.12
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 312 38355 0 0 0 0 782 30 16 0 1 0 1164153742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31129/statm: 1339 238 195 169 0 50 0
[pid=31132] ppid=31129 vsize=161240 CPUtime=306.52
/proc/31132/stat : 31132 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194304 36761 0 0 0 30613 39 0 0 19 0 2 0 1164154556 165109760 36717 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31132/statm: 40310 36717 83 193 0 40114 0
[pid=31132/tid=31133] ppid=31129 vsize=161240 CPUtime=152.82
/proc/31132/task/31133/stat : 31133 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194368 7299 0 0 0 15269 13 0 0 17 0 2 0 1164154649 165109760 36717 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 314.64
Current children cumulated vsize (KiB) 166596

[startup+222.302 s]
/proc/loadavg: 1.97 1.50 1.19 3/73 31133
/proc/meminfo: memFree=1340744/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=8.12
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 312 38355 0 0 0 0 782 30 16 0 1 0 1164153742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31129/statm: 1339 238 195 169 0 50 0
[pid=31132] ppid=31129 vsize=161240 CPUtime=426.2
/proc/31132/stat : 31132 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194304 36768 0 0 0 42581 39 0 0 19 0 2 0 1164154556 165109760 36724 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31132/statm: 40310 36724 83 193 0 40114 0
[pid=31132/tid=31133] ppid=31129 vsize=161240 CPUtime=212.53
/proc/31132/task/31133/stat : 31133 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194368 7299 0 0 0 21240 13 0 0 25 0 2 0 1164154649 165109760 36724 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 434.32
Current children cumulated vsize (KiB) 166596

[startup+282.302 s]
/proc/loadavg: 1.99 1.59 1.24 3/73 31133
/proc/meminfo: memFree=1340744/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=8.12
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 312 38355 0 0 0 0 782 30 16 0 1 0 1164153742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31129/statm: 1339 238 195 169 0 50 0
[pid=31132] ppid=31129 vsize=161320 CPUtime=545.89
/proc/31132/stat : 31132 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194304 36777 0 0 0 54550 39 0 0 25 0 2 0 1164154556 165191680 36711 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31132/statm: 40330 36711 83 193 0 40134 0
[pid=31132/tid=31133] ppid=31129 vsize=161320 CPUtime=272.24
/proc/31132/task/31133/stat : 31133 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194368 7300 0 0 0 27211 13 0 0 25 0 2 0 1164154649 165191680 36711 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 554.01
Current children cumulated vsize (KiB) 166676

[startup+342.302 s]
/proc/loadavg: 1.99 1.66 1.29 3/73 31133
/proc/meminfo: memFree=1340680/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=8.12
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 312 38355 0 0 0 0 782 30 16 0 1 0 1164153742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31129/statm: 1339 238 195 169 0 50 0
[pid=31132] ppid=31129 vsize=161468 CPUtime=665.57
/proc/31132/stat : 31132 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194304 36827 0 0 0 66518 39 0 0 23 0 2 0 1164154556 165343232 36761 1992294400 134512640 135305190 4294956144 18446744073709551615 134528603 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31132/statm: 40367 36761 83 193 0 40171 0
[pid=31132/tid=31133] ppid=31129 vsize=161468 CPUtime=331.94
/proc/31132/task/31133/stat : 31133 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194368 7321 0 0 0 33181 13 0 0 25 0 2 0 1164154649 165343232 36761 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 673.69
Current children cumulated vsize (KiB) 166824

[startup+402.302 s]
/proc/loadavg: 1.99 1.72 1.33 3/73 31133
/proc/meminfo: memFree=1340168/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=8.12
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 312 38355 0 0 0 0 782 30 16 0 1 0 1164153742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31129/statm: 1339 238 195 169 0 50 0
[pid=31132] ppid=31129 vsize=161848 CPUtime=785.27
/proc/31132/stat : 31132 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194304 36935 0 0 0 78487 40 0 0 25 0 2 0 1164154556 165732352 36869 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31132/statm: 40462 36869 83 193 0 40266 0
[pid=31132/tid=31133] ppid=31129 vsize=161848 CPUtime=391.66
/proc/31132/task/31133/stat : 31133 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194368 7351 0 0 0 39153 13 0 0 25 0 2 0 1164154649 165732352 36869 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 793.39
Current children cumulated vsize (KiB) 167204

[startup+462.302 s]
/proc/loadavg: 1.99 1.77 1.37 3/73 31133
/proc/meminfo: memFree=1339976/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=8.12
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 312 38355 0 0 0 0 782 30 16 0 1 0 1164153742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31129/statm: 1339 238 195 169 0 50 0
[pid=31132] ppid=31129 vsize=161848 CPUtime=904.95
/proc/31132/stat : 31132 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194304 36992 0 0 0 90455 40 0 0 25 0 2 0 1164154556 165732352 36926 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31132/statm: 40462 36926 83 193 0 40266 0
[pid=31132/tid=31133] ppid=31129 vsize=161848 CPUtime=451.37
/proc/31132/task/31133/stat : 31133 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194368 7373 0 0 0 45124 13 0 0 25 0 2 0 1164154649 165732352 36926 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 913.07
Current children cumulated vsize (KiB) 167204

[startup+522.302 s]
/proc/loadavg: 1.99 1.81 1.40 3/73 31133
/proc/meminfo: memFree=1339656/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=8.12
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 312 38355 0 0 0 0 782 30 16 0 1 0 1164153742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31129/statm: 1339 238 195 169 0 50 0
[pid=31132] ppid=31129 vsize=163088 CPUtime=1024.62
/proc/31132/stat : 31132 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194304 37067 0 0 0 102422 40 0 0 25 0 2 0 1164154556 167002112 37001 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31132/statm: 40772 37001 83 193 0 40576 0
[pid=31132/tid=31133] ppid=31129 vsize=163088 CPUtime=511.09
/proc/31132/task/31133/stat : 31133 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194368 7396 0 0 0 51095 14 0 0 25 0 2 0 1164154649 167002112 37001 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1032.74
Current children cumulated vsize (KiB) 168444

[startup+582.302 s]
/proc/loadavg: 1.99 1.84 1.44 3/73 31133
/proc/meminfo: memFree=1339656/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=8.12
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 312 38355 0 0 0 0 782 30 16 0 1 0 1164153742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31129/statm: 1339 238 195 169 0 50 0
[pid=31132] ppid=31129 vsize=163088 CPUtime=1144.31
/proc/31132/stat : 31132 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194304 37067 0 0 0 114391 40 0 0 25 0 2 0 1164154556 167002112 37001 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31132/statm: 40772 37001 83 193 0 40576 0
[pid=31132/tid=31133] ppid=31129 vsize=163088 CPUtime=570.8
/proc/31132/task/31133/stat : 31133 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194368 7396 0 0 0 57066 14 0 0 25 0 2 0 1164154649 167002112 37001 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1152.43
Current children cumulated vsize (KiB) 168444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+606.202 s]
/proc/loadavg: 1.99 1.85 1.45 3/73 31133
/proc/meminfo: memFree=1339656/2055920 swapFree=4173128/4192956
[pid=31129] ppid=31127 vsize=5356 CPUtime=8.12
/proc/31129/stat : 31129 (manysat.sh) S 31127 31129 31001 0 -1 4194304 312 38355 0 0 0 0 782 30 16 0 1 0 1164153742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31129/statm: 1339 238 195 169 0 50 0
[pid=31132] ppid=31129 vsize=163088 CPUtime=1191.99
/proc/31132/stat : 31132 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194304 37067 0 0 0 119159 40 0 0 25 0 2 0 1164154556 167002112 37001 1992294400 134512640 135305190 4294956144 18446744073709551615 134570385 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31132/statm: 40772 37001 83 193 0 40576 0
[pid=31132/tid=31133] ppid=31129 vsize=163088 CPUtime=594.58
/proc/31132/task/31133/stat : 31133 (manysat1.1_stat) R 31129 31129 31001 0 -1 4194368 7396 0 0 0 59444 14 0 0 20 0 2 0 1164154649 167002112 37001 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 168444

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 31129 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=828809
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=303953
# CPU time returned by wait4() is 8.13276
# while last known CPU time is 1200.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 606.22
CPU time (s): 1200.11
CPU user time (s): 1199.41
CPU system time (s): 0.7
CPU usage (%): 197.966
Max. virtual memory (cumulated for all children) (KiB): 168444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.82881
system time used= 0.303953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38667
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= 9

runsolver used 0.71789 second user time and 2.04569 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-05 09:01:45
IDJOB=1580069
IDBENCH=71010
IDSOLVER=514
FILE ID=node36/1580069-1238914903
PBS_JOBID= 9101388
Free space on /tmp= 66540 MiB

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

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

MD5SUM BENCH= 484dad50fb275faff8eff92c4d5447cb
RANDOM SEED=1879426741

node36.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.214
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.214
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:       1507976 kB
Buffers:         65288 kB
Cached:         389744 kB
SwapCached:       9068 kB
Active:         191196 kB
Inactive:       274312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1507976 kB
SwapTotal:     4192956 kB
SwapFree:      4173128 kB
Dirty:           20296 kB
Writeback:           0 kB
Mapped:          16132 kB
Slab:            67872 kB
Committed_AS:  3478008 kB
PageTables:       1876 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= 66516 MiB
End job on node36 at 2009-04-05 09:11:51