Trace number 1581733

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 1/2009-03-20UNSAT 131.325 68.4381

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.68/0.73	c ==============================================================================
0.68/0.73	c |           |     ORIGINAL     |              LEARNT              |          |
0.68/0.73	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.68/0.73	c ==============================================================================
0.68/0.73	c |         0 |  619932  1463622 |  185979       0        0     nan |  0.000 % |
3.98/4.06	c |         0 |  393355  1091119 |      --       0       --      -- |     --   | -54955/20412
3.98/4.06	c ==============================================================================
3.98/4.06	c Result  :   #vars: 65019   #clauses: 393355   #literals: 1091119
3.98/4.06	c CPU time:   3.90241 s
3.98/4.06	c ==============================================================================
131.26/68.41	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
131.26/68.41	c ============================[ Problem Statistics ]=============================
131.26/68.41	c |                                                                             |
131.26/68.41	c threadId              : 1
131.26/68.41	c restarts              : 619
131.26/68.41	c conflicts             : 47900          (379 /sec)
131.26/68.41	c decisions             : 309405         (1.52 % random) (2446 /sec)
131.26/68.41	c propagations          : 76605752       (605714 /sec)
131.26/68.41	c conflict literals     : 7453044        (26.93 % deleted)
131.26/68.41	c Memory used           : 101.88 MB
131.26/68.41	c CPU time              : 126.472 s
131.26/68.41	
131.26/68.41	c --->m=2, e=8, aimd=1, HOME/2284_many.cnf	time: 63.2364	conflicts: 47900        
131.26/68.42	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-1581733-1238932064/watcher-1581733-1238932064 -o /tmp/evaluation-result-1581733-1238932064/solver-1581733-1238932064 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1581733-1238932064.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 0.98 0.99 3/68 2284
/proc/meminfo: memFree=1667456/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=0
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165868180 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2284/statm: 1339 235 195 169 0 50 0
[pid=2285] ppid=2284 vsize=1176 CPUtime=0
/proc/2285/stat : 2285 (SatElite) R 2284 2284 2155 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 1165868181 1204224 179 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 1 0 0
/proc/2285/statm: 294 181 50 127 0 164 0

[startup+0.0490259 s]
/proc/loadavg: 1.00 0.98 0.99 3/68 2284
/proc/meminfo: memFree=1667456/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=0
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165868180 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2284/statm: 1339 235 195 169 0 50 0
[pid=2285] ppid=2284 vsize=13472 CPUtime=0.03
/proc/2285/stat : 2285 (SatElite) R 2284 2284 2155 0 -1 4194304 2949 0 0 0 2 1 0 0 18 0 1 0 1165868181 13795328 2877 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/2285/statm: 3368 2879 50 127 0 3238 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18828

[startup+0.101032 s]
/proc/loadavg: 1.00 0.98 0.99 3/68 2284
/proc/meminfo: memFree=1667456/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=0
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165868180 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2284/statm: 1339 235 195 169 0 50 0
[pid=2285] ppid=2284 vsize=19172 CPUtime=0.08
/proc/2285/stat : 2285 (SatElite) R 2284 2284 2155 0 -1 4194304 4329 0 0 0 6 2 0 0 18 0 1 0 1165868181 19632128 4257 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/2285/statm: 4793 4259 50 127 0 4663 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24528

[startup+0.301053 s]
/proc/loadavg: 1.00 0.98 0.99 3/68 2284
/proc/meminfo: memFree=1667456/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=0
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165868180 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2284/statm: 1339 235 195 169 0 50 0
[pid=2285] ppid=2284 vsize=33248 CPUtime=0.29
/proc/2285/stat : 2285 (SatElite) R 2284 2284 2155 0 -1 4194304 7672 0 0 0 23 6 0 0 19 0 1 0 1165868181 34045952 7600 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/2285/statm: 8312 7601 50 127 0 8182 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38604

[startup+0.701097 s]
/proc/loadavg: 1.00 0.98 0.99 3/68 2284
/proc/meminfo: memFree=1667456/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=0
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165868180 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2284/statm: 1339 235 195 169 0 50 0
[pid=2285] ppid=2284 vsize=56560 CPUtime=0.68
/proc/2285/stat : 2285 (SatElite) R 2284 2284 2155 0 -1 4194304 13691 0 0 0 60 8 0 0 23 0 1 0 1165868181 57917440 13619 1992294400 134512640 135034092 4294956096 18446744073709551615 134542713 0 0 4096 3 0 0 0 17 1 0 0
/proc/2285/statm: 14140 13619 51 127 0 14010 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 61916

[startup+1.50219 s]
/proc/loadavg: 1.00 0.98 0.99 2/70 2286
/proc/meminfo: memFree=1608112/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=0
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165868180 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2284/statm: 1339 235 195 169 0 50 0
[pid=2285] ppid=2284 vsize=72900 CPUtime=1.48
/proc/2285/stat : 2285 (SatElite) R 2284 2284 2155 0 -1 4194304 18392 0 0 0 136 12 0 0 25 0 1 0 1165868181 74649600 16709 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/2285/statm: 18225 16709 68 127 0 18095 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 78256

[startup+3.10136 s]
/proc/loadavg: 1.00 0.98 0.99 2/70 2286
/proc/meminfo: memFree=1595632/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=0
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165868180 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2284/statm: 1339 235 195 169 0 50 0
[pid=2285] ppid=2284 vsize=74788 CPUtime=3.08
/proc/2285/stat : 2285 (SatElite) R 2284 2284 2155 0 -1 4194304 20700 0 0 0 294 14 0 0 25 0 1 0 1165868181 76582912 17212 1992294400 134512640 135034092 4294956096 18446744073709551615 134566288 0 0 4096 3 0 0 0 17 1 0 0
/proc/2285/statm: 18697 17212 68 127 0 18567 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 80144

[startup+6.30173 s]
/proc/loadavg: 1.00 0.98 0.99 3/71 2288
/proc/meminfo: memFree=1600744/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=4.59
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 312 23271 0 0 0 0 439 20 16 0 1 0 1165868180 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2284/statm: 1339 238 195 169 0 50 0
[pid=2287] ppid=2284 vsize=69864 CPUtime=2.82
/proc/2287/stat : 2287 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194304 13923 0 0 0 272 10 0 0 17 0 2 0 1165868640 71540736 13890 1992294400 134512640 135305190 4294956144 18446744073709551615 134530592 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/2287/statm: 17466 13890 83 193 0 17270 0
[pid=2287/tid=2288] ppid=2284 vsize=69864 CPUtime=1.13
/proc/2287/task/2288/stat : 2288 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194368 505 0 0 0 111 2 0 0 17 0 2 0 1165868695 71540736 13890 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 75220

[startup+12.7014 s]
/proc/loadavg: 1.08 1.00 1.00 3/71 2288
/proc/meminfo: memFree=1595688/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=4.59
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 312 23271 0 0 0 0 439 20 16 0 1 0 1165868180 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2284/statm: 1339 238 195 169 0 50 0
[pid=2287] ppid=2284 vsize=75108 CPUtime=15.57
/proc/2287/stat : 2287 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194304 15233 0 0 0 1544 13 0 0 16 0 2 0 1165868640 76910592 15200 1992294400 134512640 135305190 4294956144 18446744073709551615 134530583 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/2287/statm: 18777 15200 83 193 0 18581 0
[pid=2287/tid=2288] ppid=2284 vsize=75108 CPUtime=7.51
/proc/2287/task/2288/stat : 2288 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194368 1166 0 0 0 748 3 0 0 17 0 2 0 1165868695 76910592 15200 1992294400 134512640 135305190 4294956144 18446744073709551615 134541944 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.16
Current children cumulated vsize (KiB) 80464

[startup+25.5019 s]
/proc/loadavg: 1.28 1.05 1.02 3/71 2288
/proc/meminfo: memFree=1581288/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=4.59
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 312 23271 0 0 0 0 439 20 16 0 1 0 1165868180 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2284/statm: 1339 238 195 169 0 50 0
[pid=2287] ppid=2284 vsize=88304 CPUtime=41.1
/proc/2287/stat : 2287 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194304 18619 0 0 0 4093 17 0 0 17 0 2 0 1165868640 90423296 18586 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/2287/statm: 22076 18586 83 193 0 21880 0
[pid=2287/tid=2288] ppid=2284 vsize=88304 CPUtime=20.3
/proc/2287/task/2288/stat : 2288 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194368 2576 0 0 0 2025 5 0 0 17 0 2 0 1165868695 90423296 18586 1992294400 134512640 135305190 4294956144 18446744073709551615 134530702 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.69
Current children cumulated vsize (KiB) 93660

[startup+51.1017 s]
/proc/loadavg: 1.53 1.12 1.04 3/71 2288
/proc/meminfo: memFree=1564904/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=4.59
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 312 23271 0 0 0 0 439 20 16 0 1 0 1165868180 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2284/statm: 1339 238 195 169 0 50 0
[pid=2287] ppid=2284 vsize=104324 CPUtime=92.17
/proc/2287/stat : 2287 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194304 22718 0 0 0 9195 22 0 0 17 0 2 0 1165868640 106827776 22685 1992294400 134512640 135305190 4294956144 18446744073709551615 134551691 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/2287/statm: 26081 22685 83 193 0 25885 0
[pid=2287/tid=2288] ppid=2284 vsize=104324 CPUtime=45.88
/proc/2287/task/2288/stat : 2288 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194368 4360 0 0 0 4580 8 0 0 24 0 2 0 1165868695 106827776 22685 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.76
Current children cumulated vsize (KiB) 109680

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

[startup+57.5014 s]
/proc/loadavg: 1.56 1.14 1.04 3/71 2288
/proc/meminfo: memFree=1564904/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=4.59
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 312 23271 0 0 0 0 439 20 16 0 1 0 1165868180 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2284/statm: 1339 238 195 169 0 50 0
[pid=2287] ppid=2284 vsize=104324 CPUtime=104.94
/proc/2287/stat : 2287 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194304 22718 0 0 0 10472 22 0 0 19 0 2 0 1165868640 106827776 22685 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/2287/statm: 26081 22685 83 193 0 25885 0
[pid=2287/tid=2288] ppid=2284 vsize=104324 CPUtime=52.27
/proc/2287/task/2288/stat : 2288 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194368 4360 0 0 0 5219 8 0 0 17 0 2 0 1165868695 106827776 22685 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 109.53
Current children cumulated vsize (KiB) 109680

[startup+63.9011 s]
/proc/loadavg: 1.60 1.15 1.05 3/71 2288
/proc/meminfo: memFree=1564904/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=4.59
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 312 23271 0 0 0 0 439 20 16 0 1 0 1165868180 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2284/statm: 1339 238 195 169 0 50 0
[pid=2287] ppid=2284 vsize=104324 CPUtime=117.7
/proc/2287/stat : 2287 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194304 22718 0 0 0 11748 22 0 0 17 0 2 0 1165868640 106827776 22685 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/2287/statm: 26081 22685 83 193 0 25885 0
[pid=2287/tid=2288] ppid=2284 vsize=104324 CPUtime=58.66
/proc/2287/task/2288/stat : 2288 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194368 4360 0 0 0 5858 8 0 0 17 0 2 0 1165868695 106827776 22685 1992294400 134512640 135305190 4294956144 18446744073709551615 134530691 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 122.29
Current children cumulated vsize (KiB) 109680

[startup+65.5013 s]
/proc/loadavg: 1.63 1.17 1.05 3/71 2288
/proc/meminfo: memFree=1564904/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=4.59
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 312 23271 0 0 0 0 439 20 16 0 1 0 1165868180 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2284/statm: 1339 238 195 169 0 50 0
[pid=2287] ppid=2284 vsize=104324 CPUtime=120.89
/proc/2287/stat : 2287 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194304 22718 0 0 0 12067 22 0 0 18 0 2 0 1165868640 106827776 22685 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/2287/statm: 26081 22685 83 193 0 25885 0
[pid=2287/tid=2288] ppid=2284 vsize=104324 CPUtime=60.26
/proc/2287/task/2288/stat : 2288 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194368 4360 0 0 0 6018 8 0 0 19 0 2 0 1165868695 106827776 22685 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 125.48
Current children cumulated vsize (KiB) 109680

[startup+67.1065 s]
/proc/loadavg: 1.63 1.17 1.05 3/71 2288
/proc/meminfo: memFree=1564904/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=4.59
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 312 23271 0 0 0 0 439 20 16 0 1 0 1165868180 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2284/statm: 1339 238 195 169 0 50 0
[pid=2287] ppid=2284 vsize=104324 CPUtime=124.09
/proc/2287/stat : 2287 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194304 22719 0 0 0 12387 22 0 0 18 0 2 0 1165868640 106827776 22686 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/2287/statm: 26081 22686 83 193 0 25885 0
[pid=2287/tid=2288] ppid=2284 vsize=104324 CPUtime=61.87
/proc/2287/task/2288/stat : 2288 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194368 4360 0 0 0 6179 8 0 0 17 0 2 0 1165868695 106827776 22686 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 128.68
Current children cumulated vsize (KiB) 109680

[startup+67.9016 s]
/proc/loadavg: 1.63 1.17 1.05 3/71 2288
/proc/meminfo: memFree=1564904/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=4.59
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 312 23271 0 0 0 0 439 20 16 0 1 0 1165868180 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2284/statm: 1339 238 195 169 0 50 0
[pid=2287] ppid=2284 vsize=104324 CPUtime=125.67
/proc/2287/stat : 2287 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194304 22721 0 0 0 12545 22 0 0 19 0 2 0 1165868640 106827776 22688 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/2287/statm: 26081 22688 83 193 0 25885 0
[pid=2287/tid=2288] ppid=2284 vsize=104324 CPUtime=62.66
/proc/2287/task/2288/stat : 2288 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194368 4360 0 0 0 6258 8 0 0 16 0 2 0 1165868695 106827776 22688 1992294400 134512640 135305190 4294956144 18446744073709551615 134530214 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 130.26
Current children cumulated vsize (KiB) 109680

[startup+68.3016 s]
/proc/loadavg: 1.63 1.17 1.05 3/71 2288
/proc/meminfo: memFree=1564904/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=4.59
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 312 23271 0 0 0 0 439 20 16 0 1 0 1165868180 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2284/statm: 1339 238 195 169 0 50 0
[pid=2287] ppid=2284 vsize=104324 CPUtime=126.47
/proc/2287/stat : 2287 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194304 22721 0 0 0 12625 22 0 0 20 0 2 0 1165868640 106827776 22688 1992294400 134512640 135305190 4294956144 18446744073709551615 134547611 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/2287/statm: 26081 22688 83 193 0 25885 0
[pid=2287/tid=2288] ppid=2284 vsize=104324 CPUtime=63.06
/proc/2287/task/2288/stat : 2288 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194368 4360 0 0 0 6298 8 0 0 17 0 2 0 1165868695 106827776 22688 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 131.06
Current children cumulated vsize (KiB) 109680

[startup+68.4026 s]
/proc/loadavg: 1.63 1.17 1.05 3/71 2288
/proc/meminfo: memFree=1564904/2055920 swapFree=4176220/4192956
[pid=2284] ppid=2282 vsize=5356 CPUtime=4.59
/proc/2284/stat : 2284 (manysat.sh) S 2282 2284 2155 0 -1 4194304 312 23271 0 0 0 0 439 20 16 0 1 0 1165868180 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2284/statm: 1339 238 195 169 0 50 0
[pid=2287] ppid=2284 vsize=104324 CPUtime=126.67
/proc/2287/stat : 2287 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194304 22721 0 0 0 12645 22 0 0 20 0 2 0 1165868640 106827776 22688 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/2287/statm: 26081 22688 83 193 0 25885 0
[pid=2287/tid=2288] ppid=2284 vsize=104324 CPUtime=63.16
/proc/2287/task/2288/stat : 2288 (manysat1.1_stat) R 2284 2284 2155 0 -1 4194368 4360 0 0 0 6308 8 0 0 17 0 2 0 1165868695 106827776 22688 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 131.26
Current children cumulated vsize (KiB) 109680

Child status: 20
Real time (s): 68.4381
CPU time (s): 131.325
CPU user time (s): 130.867
CPU system time (s): 0.45793
CPU usage (%): 191.889
Max. virtual memory (cumulated for all children) (KiB): 109680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.867
system time used= 0.45793
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46473
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= 1788
involuntary context switches= 990

runsolver used 0.06099 second user time and 0.19697 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-05 13:47:45
IDJOB=1581733
IDBENCH=71042
IDSOLVER=514
FILE ID=node59/1581733-1238932064
PBS_JOBID= 9101459
Free space on /tmp= 66548 MiB

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

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

MD5SUM BENCH= 76f64a29755badc2dae8f70e8e96bc3e
RANDOM SEED=1966213239

node59.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.209
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.209
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:       1668000 kB
Buffers:         29512 kB
Cached:         291328 kB
SwapCached:       9640 kB
Active:         101600 kB
Inactive:       230296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668000 kB
SwapTotal:     4192956 kB
SwapFree:      4176220 kB
Dirty:           12456 kB
Writeback:           0 kB
Mapped:          16732 kB
Slab:            41648 kB
Committed_AS:  3467672 kB
PageTables:       1720 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 node59 at 2009-04-05 13:48:54