Trace number 461651

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, and are wall clock time (not CPU 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
minicirc 2007-05-17? (TO) 1200.09 1200.51

General information on the benchmark

Nameindustrial-aig/jarvisalo/
eq.atree.braun.12.unsat.aig
MD5SUM73dea04cae15a664b4e091c5f595fc5e
Bench CategoryALL (all instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved

Solver Data (download as text)

47.68/47.70	c ____________________________________________________________________________________
47.68/47.70	c !! Parsing                         :     7595 ANDs    545 PIs   (CPU-Time    0.00 s)
47.68/47.70	c ____________________________________________________________________________________
47.68/47.70	c !! Initial simplification          :     5509 ANDs    545 PIs   (CPU-Time    0.01 s)
47.68/47.70	c >>     Top conjunction: 2087 POs
47.68/47.70	c ____________________________________________________________________________________
47.68/47.70	c !! DAG-aware minimization begins   : 
47.68/47.70	c >>     Strashing:
47.68/47.70	c >>     Minimizing:
47.68/47.70	c >>     progress        0/    5509
>>     progress     1000/    5436
>>     progress     2000/    5436
>>     progress     3000/    5310
>>     progress     4000/    5181
>>     progress     5000/    5058
>>     progress     6000/    4931
>>     Reduction in #ANDs: 10.91 %
47.68/47.70	c >>     Core shrink time  : 0.05 s
47.68/47.70	c >>     Globally redundant: 0
47.68/47.70	c >> DAG-aware minimization completed:     4908 ANDs    545 PIs   (CPU-Time    0.05 s)
47.68/47.70	c ____________________________________________________________________________________
47.68/47.70	c !! Tech-mapping for CNF begins     : 
47.68/47.70	c >>     Cut statistics:  (total = 16039, avg = 3.3, max = 9)          
47.68/47.70	c >>        0:    12980 clauses   (CPU Time 0.03)
47.68/47.70	c >>        1:    11237 clauses   (CPU Time 0.01)
47.68/47.70	c >>        2:    11039 clauses   (CPU Time 0.01)
47.68/47.70	c >>        3:    11005 clauses   (CPU Time 0.01)
47.68/47.70	c >>     Core techmap time: 0.07 s
47.68/47.70	c >> Tech-mapping for CNF completed  :     2740 LUTs    545 PIs   (CPU-Time    0.08 s)
47.68/47.70	c ____________________________________________________________________________________
47.68/47.70	c !! Producing initial SAT-problem   :    11005 clauses           (CPU-Time 168874210881305335523396977529586182376119203394533465728345184424516959598782752697112194518650120568832.00 s)
47.68/47.70	c ____________________________________________________________________________________
47.68/47.70	c !! Running SAT...
47.68/47.70	c 
47.68/47.70	c ============================[After Simplification]=============================
47.68/47.70	c |  Number of variables:  1068                                                 |
47.68/47.70	c |  Number of clauses:    4573                                                 |
47.68/47.70	c ============================[ Search Statistics ]==============================
47.68/47.70	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.68/47.70	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
47.68/47.70	c ===============================================================================
47.68/47.70	c |         0 |    1068     4573    13558 |     1524        0    nan |  0.000 % |
47.68/47.70	c |       101 |    1068     4573    13558 |     1676      101     32 | 63.543 % |
47.68/47.70	c |       251 |    1068     4573    13558 |     1844      251     28 | 63.543 % |
47.68/47.70	c |       477 |    1068     4573    13558 |     2028      477     27 | 63.542 % |
47.68/47.70	c |       815 |    1068     4573    13558 |     2231      815     22 | 63.542 % |
47.68/47.70	c |      1322 |    1068     4573    13558 |     2454     1322     26 | 63.542 % |
47.68/47.70	c |      2082 |    1068     4573    13558 |     2700     2082     25 | 63.543 % |
47.68/47.70	c |      3221 |    1068     4573    13558 |     2970     3221     35 | 63.542 % |
47.68/47.70	c |      4931 |    1068     4573    13558 |     3267     4931     33 | 63.543 % |
47.68/47.70	c |      7493 |    1068     4573    13558 |     3594     4629     23 | 63.543 % |
47.68/47.70	c |     11337 |    1068     4573    13558 |     3953     5314     45 | 63.542 % |
47.68/47.70	c |     17103 |    1066     4573    13558 |     4349     4553     36 | 63.603 % |
47.68/47.70	c |     25752 |    1066     4573    13558 |     4784     6373     28 | 63.603 % |
47.68/47.70	c |     38727 |    1066     4573    13558 |     5262     5139     26 | 63.603 % |
47.68/47.70	c |     58188 |    1066     4573    13558 |     5788     5237     28 | 63.604 % |
47.68/47.70	c |     87381 |    1066     4573    13558 |     6367     4810     38 | 63.604 % |
47.68/47.70	c |    131171 |    1066     4573    13558 |     7004     8282     47 | 63.603 % |
47.68/47.70	c |    196856 |    1066     4573    13558 |     7704     9014     27 | 63.604 % |
47.68/47.70	c |    295382 |    1066     4573    13558 |     8475     5682   /tmp/evaluation/461651-1179402484/minicirc.bash: line 2: 29251 Exit 255                ./minicirc.linux32 $1
1200.06/1200.51	     29252 Terminated              | ./miniadapter.pl

Verifier Data (download as text)

No verification made

Watcher Data (download as text)

runsolver version 3.2.4 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node19/watcher-461651-1179402484 -o ROOT/results/node19/solver-461651-1179402484 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461651-1179402484/instance-461651-1179402484.aig 

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: 0.99 1.01 0.74 3/77 29250
/proc/meminfo: memFree=1701944/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=10260 CPUtime=0
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 347 0 0 0 0 0 0 0 18 0 1 0 388165768 10506240 289 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134696128 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 2565 290 71 274 0 2080 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 388165769 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 337 262 3 0 167 0

[startup+0.081397 s]
/proc/loadavg: 0.99 1.01 0.74 3/77 29250
/proc/meminfo: memFree=1701944/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=10260 CPUtime=0.07
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 1915 0 0 0 6 1 0 0 18 0 1 0 388165768 10506240 1857 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134696284 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 2565 1859 71 274 0 2080 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 388165769 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27884

[startup+0.101399 s]
/proc/loadavg: 0.99 1.01 0.74 3/77 29250
/proc/meminfo: memFree=1701944/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=10448 CPUtime=0.09
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 2157 0 0 0 8 1 0 0 18 0 1 0 388165768 10698752 2099 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 2612 2099 71 274 0 2127 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 388165769 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28072

[startup+0.301421 s]
/proc/loadavg: 0.99 1.01 0.74 3/77 29250
/proc/meminfo: memFree=1701944/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=12056 CPUtime=0.29
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 2985 0 0 0 28 1 0 0 19 0 1 0 388165768 12345344 2693 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043656 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 3014 2693 204 274 0 2529 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29680

[startup+0.701464 s]
/proc/loadavg: 0.99 1.01 0.74 3/77 29250
/proc/meminfo: memFree=1701944/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=12740 CPUtime=0.69
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 3148 0 0 0 68 1 0 0 22 0 1 0 388165768 13045760 2856 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135044111 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 3185 2856 204 274 0 2700 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388165769 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30364

[startup+1.50155 s]
/proc/loadavg: 0.99 1.01 0.74 2/80 29253
/proc/meminfo: memFree=1690464/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=13008 CPUtime=1.49
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 3244 0 0 0 148 1 0 0 25 0 1 0 388165768 13320192 2952 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135061962 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 3252 2952 204 274 0 2767 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388165769 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30632

[startup+3.10172 s]
/proc/loadavg: 0.99 1.01 0.74 2/80 29253
/proc/meminfo: memFree=1689824/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=13536 CPUtime=3.09
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 3351 0 0 0 308 1 0 0 25 0 1 0 388165768 13860864 3059 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043671 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 3384 3059 204 274 0 2899 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388165769 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31160

[startup+6.30207 s]
/proc/loadavg: 0.99 1.01 0.74 3/80 29253
/proc/meminfo: memFree=1689568/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=13532 CPUtime=6.29
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 3353 0 0 0 628 1 0 0 25 0 1 0 388165768 13856768 3061 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043741 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 3383 3061 204 274 0 2898 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31156

[startup+12.7018 s]
/proc/loadavg: 0.99 1.01 0.74 2/80 29253
/proc/meminfo: memFree=1688680/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=14480 CPUtime=12.68
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 3596 0 0 0 1267 1 0 0 25 0 1 0 388165768 14827520 3304 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135063588 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 3620 3304 204 274 0 3135 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32104

[startup+25.5012 s]
/proc/loadavg: 0.99 1.01 0.74 2/80 29253
/proc/meminfo: memFree=1688424/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=14876 CPUtime=25.48
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 3690 0 0 0 2547 1 0 0 25 0 1 0 388165768 15233024 3398 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 3719 3398 204 274 0 3234 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32500

[startup+51.1019 s]
/proc/loadavg: 0.99 1.01 0.75 2/80 29253
/proc/meminfo: memFree=1687720/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=15536 CPUtime=51.08
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 3865 0 0 0 5106 2 0 0 25 0 1 0 388165768 15908864 3573 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043627 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 3884 3573 204 274 0 3399 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33160

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 0.76 2/80 29253
/proc/meminfo: memFree=1687080/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=16196 CPUtime=102.26
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 4036 0 0 0 10224 2 0 0 25 0 1 0 388165768 16584704 3744 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 4049 3744 204 274 0 3564 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 33820

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 0.77 2/80 29253
/proc/meminfo: memFree=1686248/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=16988 CPUtime=162.25
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 4220 0 0 0 16222 3 0 0 25 0 1 0 388165768 17395712 3928 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043851 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 4247 3928 204 274 0 3762 0

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

/proc/meminfo: memFree=1682728/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=20508 CPUtime=702.1
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 5103 0 0 0 70202 8 0 0 25 0 1 0 388165768 21000192 4811 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043621 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 5127 4811 204 274 0 4642 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 38132

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.86 2/80 29253
/proc/meminfo: memFree=1682728/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=20508 CPUtime=762.1
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 5104 0 0 0 76201 9 0 0 25 0 1 0 388165768 21000192 4812 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043856 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 5127 4812 204 274 0 4642 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 38132

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.86 2/86 29423
/proc/meminfo: memFree=1681264/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=20508 CPUtime=821.98
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 5104 0 0 0 82189 9 0 0 25 0 1 0 388165768 21000192 4812 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043662 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 5127 4812 204 274 0 4642 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 38132

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.87 2/80 29451
/proc/meminfo: memFree=1682408/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=20508 CPUtime=881.95
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 5104 0 0 0 88185 10 0 0 25 0 1 0 388165768 21000192 4812 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043703 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 5127 4812 204 274 0 4642 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 38132

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.87 2/80 29451
/proc/meminfo: memFree=1682408/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=20508 CPUtime=941.93
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 5104 0 0 0 94183 10 0 0 25 0 1 0 388165768 21000192 4812 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043602 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 5127 4812 204 274 0 4642 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 38132

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.88 2/80 29451
/proc/meminfo: memFree=1682600/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=20508 CPUtime=1001.91
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 5104 0 0 0 100180 11 0 0 25 0 1 0 388165768 21000192 4812 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 5127 4812 204 274 0 4642 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 38132

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.88 2/80 29451
/proc/meminfo: memFree=1682600/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=20508 CPUtime=1061.89
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 5104 0 0 0 106178 11 0 0 25 0 1 0 388165768 21000192 4812 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043606 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 5127 4812 204 274 0 4642 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 38132

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.89 2/80 29451
/proc/meminfo: memFree=1682664/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=20508 CPUtime=1121.88
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 5104 0 0 0 112176 12 0 0 25 0 1 0 388165768 21000192 4812 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043596 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 5127 4812 204 274 0 4642 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 38132

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.90 2/80 29451
/proc/meminfo: memFree=1682664/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=20508 CPUtime=1181.86
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 5112 0 0 0 118174 12 0 0 25 0 1 0 388165768 21000192 4820 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043702 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 5127 4820 204 274 0 4642 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 38132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.90 2/80 29451
/proc/meminfo: memFree=1682600/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=20508 CPUtime=1200.06
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 5117 0 0 0 119994 12 0 0 25 0 1 0 388165768 21000192 4825 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135247685 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 5127 4825 204 274 0 4642 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 38132

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.90 2/80 29451
/proc/meminfo: memFree=1682600/2055920 swapFree=4148260/4192956
[pid=29250] ppid=29248 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (minicirc.bash) S 29248 29250 29023 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388165768 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29250/statm: 1339 224 186 169 0 50 0
[pid=29251] ppid=29250 vsize=20508 CPUtime=1200.06
/proc/29251/stat : 29251 (minicirc.linux3) R 29250 29250 29023 0 -1 4194304 5117 0 0 0 119994 12 0 0 25 0 1 0 388165768 21000192 4825 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135247685 0 0 4096 17507 0 0 0 17 1 0 0
/proc/29251/statm: 5127 4825 204 274 0 4642 0
[pid=29252] ppid=29250 vsize=12268 CPUtime=0
/proc/29252/stat : 29252 (miniadapter.pl) S 29250 29250 29023 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388165769 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29252/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 38132

Child status: 143
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1199.95
CPU system time (s): 0.139978
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 38164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.95
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5806
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= 64
involuntary context switches= 1238

runsolver used 1.2878 second user time and 3.09053 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Thu May 17 11:48:04 UTC 2007

IDJOB= 461651
IDBENCH= 48514
IDSOLVER= 205
FILE ID= node19/461651-1179402484

PBS_JOBID= 5292441

Free space on /tmp= 66502 MiB

SOLVER NAME= minicirc 2007-05-17
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/jarvisalo/eq.atree.braun.12.unsat.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461651-1179402484/instance-461651-1179402484.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-461651-1179402484 -o ROOT/results/node19/solver-461651-1179402484 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461651-1179402484/instance-461651-1179402484.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  73dea04cae15a664b4e091c5f595fc5e

RANDOM SEED= 680061115

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.213
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.213
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:       1702224 kB
Buffers:         47244 kB
Cached:         207852 kB
SwapCached:      14592 kB
Active:         110640 kB
Inactive:       170996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702224 kB
SwapTotal:     4192956 kB
SwapFree:      4148260 kB
Dirty:            4864 kB
Writeback:           0 kB
Mapped:          30240 kB
Slab:            57612 kB
Committed_AS:  9540404 kB
PageTables:       1784 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= 66502 MiB

End job on node19 on Thu May 17 12:08:05 UTC 2007