Trace number 1581732

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 0/2009-03-20UNSAT 235.188 120.389

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-10-10p0.cnf
MD5SUM76f64a29755badc2dae8f70e8e96bc3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.4389
Satisfiable
(Un)Satisfiability was proved
Number of variables130859
Number of clauses627223
Sum of the clauses size1471348
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2498729
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.00/0.00	c Parsing...
0.59/0.69	c ==============================================================================
0.59/0.69	c |           |     ORIGINAL     |              LEARNT              |          |
0.59/0.69	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.59/0.69	c ==============================================================================
0.59/0.69	c |         0 |  619932  1463622 |  185979       0        0     nan |  0.000 % |
3.79/3.84	c |         0 |  393355  1091119 |      --       0       --      -- |     --   | -54955/20412
3.79/3.84	c ==============================================================================
3.79/3.84	c Result  :   #vars: 65019   #clauses: 393355   #literals: 1091119
3.79/3.84	c CPU time:   3.69344 s
3.79/3.84	c ==============================================================================
235.01/120.36	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
235.01/120.36	c ============================[ Problem Statistics ]=============================
235.01/120.36	c |                                                                             |
235.01/120.36	c threadId              : 0
235.01/120.36	c restarts              : 275
235.01/120.36	c conflicts             : 85110          (369 /sec)
235.01/120.36	c decisions             : 405232         (1.41 % random) (1758 /sec)
235.01/120.36	c propagations          : 116471856      (505305 /sec)
235.01/120.36	c conflict literals     : 14754670       (27.20 % deleted)
235.01/120.36	c Memory used           : 116.30 MB
235.01/120.36	c CPU time              : 230.498 s
235.01/120.36	
235.01/120.36	c --->m=2, e=8, aimd=0, HOME/12442_many.cnf	time: 115.249	conflicts: 85110        
235.01/120.37	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-1581732-1238932042/watcher-1581732-1238932042 -o /tmp/evaluation-result-1581732-1238932042/solver-1581732-1238932042 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1581732-1238932042.cnf aimd 0 

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


[startup+0 s]
/proc/loadavg: 1.98 1.58 1.24 3/64 12442
/proc/meminfo: memFree=1446032/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=0
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165869275 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 235 195 169 0 50 0
[pid=12443] ppid=12442 vsize=1560 CPUtime=0
/proc/12443/stat : 12443 (SatElite) R 12442 12442 12249 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 1165869275 1597440 268 1992294400 134512640 135034092 4294956096 18446744073709551615 134545050 0 0 4096 3 0 0 0 17 0 0 0
/proc/12443/statm: 390 270 50 127 0 260 0

[startup+0.0878279 s]
/proc/loadavg: 1.98 1.58 1.24 3/64 12442
/proc/meminfo: memFree=1446032/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=0
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165869275 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 235 195 169 0 50 0
[pid=12443] ppid=12442 vsize=18380 CPUtime=0.08
/proc/12443/stat : 12443 (SatElite) R 12442 12442 12249 0 -1 4194304 4127 0 0 0 6 2 0 0 19 0 1 0 1165869275 18821120 4055 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/12443/statm: 4595 4056 50 127 0 4465 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23736

[startup+0.102831 s]
/proc/loadavg: 1.98 1.58 1.24 3/64 12442
/proc/meminfo: memFree=1446032/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=0
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165869275 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 235 195 169 0 50 0
[pid=12443] ppid=12442 vsize=20096 CPUtime=0.09
/proc/12443/stat : 12443 (SatElite) R 12442 12442 12249 0 -1 4194304 4577 0 0 0 7 2 0 0 19 0 1 0 1165869275 20578304 4505 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/12443/statm: 5024 4506 50 127 0 4894 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25452

[startup+0.301861 s]
/proc/loadavg: 1.98 1.58 1.24 3/64 12442
/proc/meminfo: memFree=1446032/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=0
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165869275 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 235 195 169 0 50 0
[pid=12443] ppid=12442 vsize=34040 CPUtime=0.29
/proc/12443/stat : 12443 (SatElite) R 12442 12442 12249 0 -1 4194304 7896 0 0 0 25 4 0 0 21 0 1 0 1165869275 34856960 7824 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/12443/statm: 8510 7826 50 127 0 8380 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39396

[startup+0.702923 s]
/proc/loadavg: 1.98 1.58 1.24 3/64 12442
/proc/meminfo: memFree=1446032/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=0
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165869275 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 235 195 169 0 50 0
[pid=12443] ppid=12442 vsize=60492 CPUtime=0.68
/proc/12443/stat : 12443 (SatElite) R 12442 12442 12249 0 -1 4194304 14209 0 0 0 60 8 0 0 25 0 1 0 1165869275 61943808 14137 1992294400 134512640 135034092 4294956096 18446744073709551615 134536786 0 0 4096 3 0 0 0 17 0 0 0
/proc/12443/statm: 15123 14137 64 127 0 14993 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 65848

[startup+1.50104 s]
/proc/loadavg: 1.98 1.58 1.24 2/66 12444
/proc/meminfo: memFree=1384704/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=0
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165869275 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 235 195 169 0 50 0
[pid=12443] ppid=12442 vsize=73552 CPUtime=1.49
/proc/12443/stat : 12443 (SatElite) R 12442 12442 12249 0 -1 4194304 18512 0 0 0 137 12 0 0 25 0 1 0 1165869275 75317248 16829 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/12443/statm: 18388 16829 68 127 0 18258 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78908

[startup+3.10129 s]
/proc/loadavg: 1.91 1.57 1.23 2/66 12444
/proc/meminfo: memFree=1374592/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=0
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165869275 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 235 195 169 0 50 0
[pid=12443] ppid=12442 vsize=74788 CPUtime=3.08
/proc/12443/stat : 12443 (SatElite) R 12442 12442 12249 0 -1 4194304 20700 0 0 0 295 13 0 0 25 0 1 0 1165869275 76582912 17212 1992294400 134512640 135034092 4294956096 18446744073709551615 134574590 0 0 4096 3 0 0 0 17 0 0 0
/proc/12443/statm: 18697 17212 68 127 0 18567 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 80144

[startup+6.30279 s]
/proc/loadavg: 1.91 1.57 1.23 3/67 12446
/proc/meminfo: memFree=1379000/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=4.36
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 312 23271 0 0 0 0 417 19 19 0 1 0 1165869275 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 238 195 169 0 50 0
[pid=12445] ppid=12442 vsize=70080 CPUtime=3.22
/proc/12445/stat : 12445 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194304 13918 0 0 0 313 9 0 0 17 0 2 0 1165869713 71761920 13894 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12445/statm: 17520 13894 83 193 0 17324 0
[pid=12445/tid=12446] ppid=12442 vsize=70080 CPUtime=1.31
/proc/12445/task/12446/stat : 12446 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194368 527 0 0 0 131 0 0 0 17 0 2 0 1165869771 71761920 13894 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 75436

[startup+12.7018 s]
/proc/loadavg: 1.92 1.58 1.24 3/67 12446
/proc/meminfo: memFree=1373304/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=4.36
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 312 23271 0 0 0 0 417 19 19 0 1 0 1165869275 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 238 195 169 0 50 0
[pid=12445] ppid=12442 vsize=76188 CPUtime=15.97
/proc/12445/stat : 12445 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194304 15465 0 0 0 1586 11 0 0 17 0 2 0 1165869713 78016512 15441 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12445/statm: 19047 15441 83 193 0 18851 0
[pid=12445/tid=12446] ppid=12442 vsize=76188 CPUtime=7.71
/proc/12445/task/12446/stat : 12446 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194368 1092 0 0 0 770 1 0 0 17 0 2 0 1165869771 78016512 15441 1992294400 134512640 135305190 4294956144 18446744073709551615 134528840 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.33
Current children cumulated vsize (KiB) 81544

[startup+25.5027 s]
/proc/loadavg: 1.93 1.60 1.25 3/67 12446
/proc/meminfo: memFree=1359224/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=4.36
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 312 23271 0 0 0 0 417 19 19 0 1 0 1165869275 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 238 195 169 0 50 0
[pid=12445] ppid=12442 vsize=89320 CPUtime=41.51
/proc/12445/stat : 12445 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194304 18803 0 0 0 4135 16 0 0 17 0 2 0 1165869713 91463680 18779 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12445/statm: 22330 18779 83 193 0 22134 0
[pid=12445/tid=12446] ppid=12442 vsize=89320 CPUtime=20.5
/proc/12445/task/12446/stat : 12446 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194368 2371 0 0 0 2047 3 0 0 17 0 2 0 1165869771 91463680 18779 1992294400 134512640 135305190 4294956144 18446744073709551615 134541668 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 45.87
Current children cumulated vsize (KiB) 94676

[startup+51.1027 s]
/proc/loadavg: 1.95 1.63 1.27 3/67 12446
/proc/meminfo: memFree=1341688/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=4.36
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 312 23271 0 0 0 0 417 19 19 0 1 0 1165869275 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 238 195 169 0 50 0
[pid=12445] ppid=12442 vsize=106300 CPUtime=92.58
/proc/12445/stat : 12445 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194304 23162 0 0 0 9235 23 0 0 17 0 2 0 1165869713 108851200 23138 1992294400 134512640 135305190 4294956144 18446744073709551615 134551726 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12445/statm: 26575 23138 83 193 0 26379 0
[pid=12445/tid=12446] ppid=12442 vsize=106300 CPUtime=46.07
/proc/12445/task/12446/stat : 12446 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194368 4150 0 0 0 4601 6 0 0 19 0 2 0 1165869771 108851200 23138 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.94
Current children cumulated vsize (KiB) 111656

[startup+102.306 s]
/proc/loadavg: 1.98 1.69 1.31 3/67 12446
/proc/meminfo: memFree=1329208/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=4.36
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 312 23271 0 0 0 0 417 19 19 0 1 0 1165869275 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 238 195 169 0 50 0
[pid=12445] ppid=12442 vsize=119092 CPUtime=194.75
/proc/12445/stat : 12445 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194304 26262 0 0 0 19447 28 0 0 21 0 2 0 1165869713 121950208 26238 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12445/statm: 29773 26238 83 193 0 29577 0
[pid=12445/tid=12446] ppid=12442 vsize=119092 CPUtime=97.24
/proc/12445/task/12446/stat : 12446 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194368 5620 0 0 0 9716 8 0 0 17 0 2 0 1165869771 121950208 26238 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 199.11
Current children cumulated vsize (KiB) 124448

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

[startup+108.701 s]
/proc/loadavg: 1.98 1.69 1.31 3/67 12446
/proc/meminfo: memFree=1329144/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=4.36
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 312 23271 0 0 0 0 417 19 19 0 1 0 1165869275 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 238 195 169 0 50 0
[pid=12445] ppid=12442 vsize=119092 CPUtime=207.51
/proc/12445/stat : 12445 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194304 26262 0 0 0 20723 28 0 0 18 0 2 0 1165869713 121950208 26238 1992294400 134512640 135305190 4294956144 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12445/statm: 29773 26238 83 193 0 29577 0
[pid=12445/tid=12446] ppid=12442 vsize=119092 CPUtime=103.64
/proc/12445/task/12446/stat : 12446 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194368 5620 0 0 0 10356 8 0 0 17 0 2 0 1165869771 121950208 26238 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 211.87
Current children cumulated vsize (KiB) 124448

[startup+115.101 s]
/proc/loadavg: 1.98 1.70 1.31 3/67 12446
/proc/meminfo: memFree=1329080/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=4.36
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 312 23271 0 0 0 0 417 19 19 0 1 0 1165869275 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 238 195 169 0 50 0
[pid=12445] ppid=12442 vsize=119092 CPUtime=220.28
/proc/12445/stat : 12445 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194304 26294 0 0 0 22000 28 0 0 18 0 2 0 1165869713 121950208 26270 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12445/statm: 29773 26270 83 193 0 29577 0
[pid=12445/tid=12446] ppid=12442 vsize=119092 CPUtime=110.03
/proc/12445/task/12446/stat : 12446 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194368 5641 0 0 0 10995 8 0 0 17 0 2 0 1165869771 121950208 26270 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 224.64
Current children cumulated vsize (KiB) 124448

[startup+118.302 s]
/proc/loadavg: 1.98 1.70 1.32 3/67 12446
/proc/meminfo: memFree=1329016/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=4.36
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 312 23271 0 0 0 0 417 19 19 0 1 0 1165869275 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 238 195 169 0 50 0
[pid=12445] ppid=12442 vsize=119092 CPUtime=226.67
/proc/12445/stat : 12445 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194304 26322 0 0 0 22639 28 0 0 17 0 2 0 1165869713 121950208 26298 1992294400 134512640 135305190 4294956144 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12445/statm: 29773 26298 83 193 0 29577 0
[pid=12445/tid=12446] ppid=12442 vsize=119092 CPUtime=113.23
/proc/12445/task/12446/stat : 12446 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194368 5664 0 0 0 11315 8 0 0 17 0 2 0 1165869771 121950208 26298 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 231.03
Current children cumulated vsize (KiB) 124448

[startup+119.101 s]
/proc/loadavg: 1.98 1.70 1.32 3/67 12446
/proc/meminfo: memFree=1328952/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=4.36
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 312 23271 0 0 0 0 417 19 19 0 1 0 1165869275 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 238 195 169 0 50 0
[pid=12445] ppid=12442 vsize=119092 CPUtime=228.26
/proc/12445/stat : 12445 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194304 26330 0 0 0 22798 28 0 0 17 0 2 0 1165869713 121950208 26306 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12445/statm: 29773 26306 83 193 0 29577 0
[pid=12445/tid=12446] ppid=12442 vsize=119092 CPUtime=114.03
/proc/12445/task/12446/stat : 12446 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194368 5671 0 0 0 11395 8 0 0 18 0 2 0 1165869771 121950208 26306 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 232.62
Current children cumulated vsize (KiB) 124448

[startup+119.906 s]
/proc/loadavg: 1.98 1.70 1.32 3/67 12446
/proc/meminfo: memFree=1328952/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=4.36
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 312 23271 0 0 0 0 417 19 19 0 1 0 1165869275 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 238 195 169 0 50 0
[pid=12445] ppid=12442 vsize=119092 CPUtime=229.87
/proc/12445/stat : 12445 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194304 26336 0 0 0 22959 28 0 0 17 0 2 0 1165869713 121950208 26312 1992294400 134512640 135305190 4294956144 18446744073709551615 134528579 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12445/statm: 29773 26312 83 193 0 29577 0
[pid=12445/tid=12446] ppid=12442 vsize=119092 CPUtime=114.83
/proc/12445/task/12446/stat : 12446 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194368 5675 0 0 0 11475 8 0 0 19 0 2 0 1165869771 121950208 26312 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 234.23
Current children cumulated vsize (KiB) 124448

[startup+120.301 s]
/proc/loadavg: 1.98 1.70 1.32 3/67 12446
/proc/meminfo: memFree=1328952/2055920 swapFree=4176696/4192956
[pid=12442] ppid=12440 vsize=5356 CPUtime=4.36
/proc/12442/stat : 12442 (manysat.sh) S 12440 12442 12249 0 -1 4194304 312 23271 0 0 0 0 417 19 19 0 1 0 1165869275 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12442/statm: 1339 238 195 169 0 50 0
[pid=12445] ppid=12442 vsize=119092 CPUtime=230.65
/proc/12445/stat : 12445 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194304 26338 0 0 0 23037 28 0 0 17 0 2 0 1165869713 121950208 26314 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12445/statm: 29773 26314 83 193 0 29577 0
[pid=12445/tid=12446] ppid=12442 vsize=119092 CPUtime=115.23
/proc/12445/task/12446/stat : 12446 (manysat1.1_stat) R 12442 12442 12249 0 -1 4194368 5676 0 0 0 11515 8 0 0 20 0 2 0 1165869771 121950208 26314 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 235.01
Current children cumulated vsize (KiB) 124448

Child status: 20
Real time (s): 120.389
CPU time (s): 235.188
CPU user time (s): 234.672
CPU system time (s): 0.515921
CPU usage (%): 195.357
Max. virtual memory (cumulated for all children) (KiB): 124448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 234.672
system time used= 0.515921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50091
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= 1812
involuntary context switches= 1757

runsolver used 0.112982 second user time and 0.332949 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-05 13:47:23
IDJOB=1581732
IDBENCH=71042
IDSOLVER=513
FILE ID=node34/1581732-1238932042
PBS_JOBID= 9101452
Free space on /tmp= 66552 MiB

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

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

MD5SUM BENCH= 76f64a29755badc2dae8f70e8e96bc3e
RANDOM SEED=833335122

node34.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1446448 kB
Buffers:         59824 kB
Cached:         459660 kB
SwapCached:      10100 kB
Active:         226616 kB
Inactive:       305104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1446448 kB
SwapTotal:     4192956 kB
SwapFree:      4176696 kB
Dirty:           12448 kB
Writeback:           0 kB
Mapped:          17216 kB
Slab:            63780 kB
Committed_AS:  3186320 kB
PageTables:       1388 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= 66548 MiB
End job on node34 at 2009-04-05 13:49:23