Trace number 461589

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.08 1200.48

General information on the benchmark

Nameindustrial-aig/fuhs/
hard/AProVE07-03.aig
MD5SUM9d6fcdbecfe4932b5ee3f6c332ed6c0c
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)

14.28/14.35	c ____________________________________________________________________________________
14.28/14.35	c !! Parsing                         :    14647 ANDs   1167 PIs   (CPU-Time    0.01 s)
14.28/14.35	c ____________________________________________________________________________________
14.28/14.35	c !! Initial simplification          :    10416 ANDs   1167 PIs   (CPU-Time    0.01 s)
14.28/14.35	c >>     Top conjunction: 4232 POs
14.28/14.35	c ____________________________________________________________________________________
14.28/14.35	c !! DAG-aware minimization begins   : 
14.28/14.35	c >>     Strashing:
14.28/14.35	c >>     Minimizing:
14.28/14.35	c >>     progress        0/   10416
>>     progress     1000/   10333
>>     progress     2000/   10276
>>     progress     3000/   10225
>>     progress     4000/   10161
>>     progress     5000/   10103
>>     progress     6000/   10031
>>     progress     7000/    9889
>>     progress     8000/    9753
>>     progress     9000/    9608
>>     progress    10000/    9458
>>     Reduction in #ANDs: 10.39 %
14.28/14.35	c >>     Core shrink time  : 0.10 s
14.28/14.35	c >>     Globally redundant: 0
14.28/14.35	c >> DAG-aware minimization completed:     9334 ANDs   1167 PIs   (CPU-Time    0.11 s)
14.28/14.35	c ____________________________________________________________________________________
14.28/14.35	c !! Tech-mapping for CNF begins     : 
14.28/14.35	c >>     Cut statistics:  (total = 30425, avg = 3.3, max = 12)          
14.28/14.35	c >>        0:    21619 clauses   (CPU Time 0.05)
14.28/14.35	c >>        1:    20497 clauses   (CPU Time 0.02)
14.28/14.35	c >>        2:    20387 clauses   (CPU Time 0.03)
14.28/14.35	c >>        3:    20387 clauses   (CPU Time 0.03)
14.28/14.35	c >>     Core techmap time: 0.14 s
14.28/14.35	c >> Tech-mapping for CNF completed  :     4920 LUTs   1167 PIs   (CPU-Time    0.14 s)
14.28/14.35	c ____________________________________________________________________________________
14.28/14.35	c !! Producing initial SAT-problem   :    20387 clauses           (CPU-Time -132789231793366562933100334504595823084721819481045155271863649934952039764547528291398775522689504760472250283824477967497065016817770761391063972189328595877068894307666727318597339268713098903329207533887386964621891117823135582027310469554569740288.00 s)
14.28/14.35	c ____________________________________________________________________________________
14.28/14.35	c !! Running SAT...
14.28/14.35	c 
14.28/14.35	c ============================[After Simplification]=============================
14.28/14.35	c |  Number of variables:  1410                                                 |
14.28/14.35	c |  Number of clauses:    7471                                                 |
14.28/14.35	c ============================[ Search Statistics ]==============================
14.28/14.35	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.28/14.35	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.28/14.35	c ===============================================================================
14.28/14.35	c |         0 |    1410     7471    24147 |     2490        0    nan |  0.000 % |
14.28/14.35	c |       100 |    1410     7471    24147 |     2739      100     10 | 69.005 % |
14.28/14.35	c |       250 |    1410     7471    24147 |     3013      250     23 | 69.005 % |
14.28/14.35	c |       476 |    1410     7471    24147 |     3314      476     31 | 69.005 % |
14.28/14.35	c |       813 |    1410     7471    24147 |     3646      813     24 | 69.005 % |
14.28/14.35	c |      1319 |    1410     7471    24147 |     4010     1319     32 | 69.005 % |
14.28/14.35	c |      2079 |    1410     7471    24147 |     4411     2079     27 | 69.005 % |
14.28/14.35	c |      3218 |    1410     7471    24147 |     4852     3218     31 | 69.005 % |
14.28/14.35	c |      4927 |    1410     7471    24147 |     5338     4927     31 | 69.005 % |
14.28/14.35	c |      7489 |    1410     7471    24147 |     5872     7489     34 | 69.005 % |
14.28/14.35	c |     11334 |    1410     7471    24147 |     6459     6177     32 | 69.005 % |
14.28/14.35	c |     17100 |    1410     7471    24147 |     7105     6461     32 | 69.005 % |
14.28/14.35	c |     25749 |    1410     7471    24147 |     7815     9370     33 | 69.005 % |
14.28/14.35	c |     38725 |    1410     7471    24147 |     8597    10213     15 | 69.005 % |
14.28/14.35	c |     58186 |    1410     7471    24147 |     9457    10146     37 | 69.005 % |
14.28/14.35	c |     87379 |    1410  /tmp/evaluation/461589-1179401920/minicirc.bash: line 2:  6086 Exit 255                ./minicirc.linux32 $1
1200.06/1200.41	      6087 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/node11/watcher-461589-1179401920 -o ROOT/results/node11/solver-461589-1179401920 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461589-1179401920/instance-461589-1179401920.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: 1.06 0.86 0.47 3/77 6085
/proc/meminfo: memFree=1711472/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=9972 CPUtime=0
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 150 0 0 0 0 0 0 0 19 0 1 0 381240939 10211328 126 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134969235 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 2493 132 45 274 0 2008 0
[pid=6087] ppid=6085 vsize=2504 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) R 6085 6085 5965 0 -1 4194304 50 0 0 0 0 0 0 0 21 0 1 0 381240939 2564096 26 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262907426185 0 0 4096 0 0 0 0 17 1 0 0
/proc/6087/statm: 626 26 19 3 0 5 0

[startup+0.085377 s]
/proc/loadavg: 1.06 0.86 0.47 3/77 6085
/proc/meminfo: memFree=1711472/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=10260 CPUtime=0.07
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 2024 0 0 0 7 0 0 0 19 0 1 0 381240939 10506240 1966 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134696284 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 2565 1967 71 274 0 2080 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 381240939 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27884

[startup+0.101377 s]
/proc/loadavg: 1.06 0.86 0.47 3/77 6085
/proc/meminfo: memFree=1711472/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=10448 CPUtime=0.08
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 2152 0 0 0 8 0 0 0 19 0 1 0 381240939 10698752 2094 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 2612 2095 71 274 0 2127 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 381240939 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28072

[startup+0.301401 s]
/proc/loadavg: 1.06 0.86 0.47 3/77 6085
/proc/meminfo: memFree=1711472/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=12544 CPUtime=0.29
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 3385 0 0 0 28 1 0 0 20 0 1 0 381240939 12845056 2742 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134927434 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 3136 2742 185 274 0 2651 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30168

[startup+0.701447 s]
/proc/loadavg: 1.06 0.86 0.47 3/77 6085
/proc/meminfo: memFree=1711472/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=14072 CPUtime=0.69
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 3825 0 0 0 68 1 0 0 24 0 1 0 381240939 14409728 3146 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043606 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 3518 3146 205 274 0 3033 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31696

[startup+1.50154 s]
/proc/loadavg: 1.06 0.86 0.47 2/80 6088
/proc/meminfo: memFree=1698584/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=15260 CPUtime=1.49
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 4108 0 0 0 148 1 0 0 25 0 1 0 381240939 15626240 3429 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043662 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 3815 3429 205 274 0 3330 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 381240939 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32884

[startup+3.10273 s]
/proc/loadavg: 1.06 0.86 0.47 2/80 6088
/proc/meminfo: memFree=1697624/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=15524 CPUtime=3.09
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 4183 0 0 0 308 1 0 0 25 0 1 0 381240939 15896576 3504 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043744 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 3881 3504 205 274 0 3396 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33148

[startup+6.30111 s]
/proc/loadavg: 1.06 0.87 0.47 2/80 6088
/proc/meminfo: memFree=1697176/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=15788 CPUtime=6.28
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 4251 0 0 0 627 1 0 0 25 0 1 0 381240939 16166912 3572 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043662 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 3947 3572 205 274 0 3462 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 33412

[startup+12.7029 s]
/proc/loadavg: 1.05 0.87 0.47 2/80 6088
/proc/meminfo: memFree=1696472/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=16580 CPUtime=12.68
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 4443 0 0 0 1267 1 0 0 25 0 1 0 381240939 16977920 3764 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043780 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 4145 3764 205 274 0 3660 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34204

[startup+25.5014 s]
/proc/loadavg: 1.04 0.87 0.48 2/80 6088
/proc/meminfo: memFree=1696152/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=17124 CPUtime=25.48
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 4581 0 0 0 2546 2 0 0 25 0 1 0 381240939 17534976 3902 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043770 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 4281 3902 205 274 0 3796 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34748

[startup+51.1014 s]
/proc/loadavg: 1.02 0.88 0.49 2/80 6088
/proc/meminfo: memFree=1695896/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=17404 CPUtime=51.07
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 4647 0 0 0 5105 2 0 0 25 0 1 0 381240939 17821696 3968 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135061725 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 4351 3968 205 274 0 3866 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 35028

[startup+102.305 s]
/proc/loadavg: 1.01 0.90 0.52 2/80 6088
/proc/meminfo: memFree=1695000/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=18440 CPUtime=102.26
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 4875 0 0 0 10223 3 0 0 25 0 1 0 381240939 18882560 4196 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043671 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 4610 4196 205 274 0 4125 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 36064

[startup+162.301 s]
/proc/loadavg: 1.00 0.91 0.54 2/80 6088
/proc/meminfo: memFree=1694104/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=19276 CPUtime=162.23
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 5104 0 0 0 16220 3 0 0 25 0 1 0 381240939 19738624 4425 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043733 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 4819 4425 205 274 0 4334 0

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

[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=22072 CPUtime=642.11
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 5792 0 0 0 64203 8 0 0 25 0 1 0 381240939 22601728 5113 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043741 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 5518 5113 205 274 0 5033 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 39696

[startup+702.302 s]
/proc/loadavg: 1.00 0.97 0.73 2/80 6090
/proc/meminfo: memFree=1691160/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=22208 CPUtime=702.09
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 5838 0 0 0 70201 8 0 0 25 0 1 0 381240939 22740992 5159 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043733 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 5552 5159 205 274 0 5067 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 39832

[startup+762.306 s]
/proc/loadavg: 1.00 0.97 0.74 2/80 6090
/proc/meminfo: memFree=1691032/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=22340 CPUtime=762.07
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 5873 0 0 0 76199 8 0 0 25 0 1 0 381240939 22876160 5194 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043221 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 5585 5194 205 274 0 5100 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 39964

[startup+822.302 s]
/proc/loadavg: 1.00 0.97 0.75 2/80 6090
/proc/meminfo: memFree=1690840/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=22472 CPUtime=822.06
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 5911 0 0 0 82197 9 0 0 25 0 1 0 381240939 23011328 5232 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043618 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 5618 5232 205 274 0 5133 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 40096

[startup+882.302 s]
/proc/loadavg: 1.00 0.97 0.76 2/80 6090
/proc/meminfo: memFree=1690712/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=22736 CPUtime=882.04
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 5959 0 0 0 88195 9 0 0 25 0 1 0 381240939 23281664 5280 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043584 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 5684 5280 205 274 0 5199 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 40360

[startup+942.301 s]
/proc/loadavg: 1.00 0.97 0.78 2/80 6090
/proc/meminfo: memFree=1690520/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=22900 CPUtime=942.03
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 5998 0 0 0 94193 10 0 0 25 0 1 0 381240939 23449600 5319 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 5725 5319 205 274 0 5240 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 40524

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.79 2/80 6090
/proc/meminfo: memFree=1690264/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=23164 CPUtime=1002.01
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 6059 0 0 0 100191 10 0 0 25 0 1 0 381240939 23719936 5380 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043777 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 5791 5380 205 274 0 5306 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 40788

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.80 2/80 6090
/proc/meminfo: memFree=1690072/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=23428 CPUtime=1062
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 6115 0 0 0 106189 11 0 0 25 0 1 0 381240939 23990272 5436 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043656 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 5857 5436 205 274 0 5372 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 41052

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.81 2/80 6090
/proc/meminfo: memFree=1690072/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=23380 CPUtime=1121.98
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 6115 0 0 0 112187 11 0 0 25 0 1 0 381240939 23941120 5436 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043741 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 5845 5436 205 274 0 5360 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 41004

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.82 2/80 6090
/proc/meminfo: memFree=1690072/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=23380 CPUtime=1181.96
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 6115 0 0 0 118184 12 0 0 25 0 1 0 381240939 23941120 5436 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 5845 5436 205 274 0 5360 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 41004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.97 0.82 2/80 6090
/proc/meminfo: memFree=1690072/2055920 swapFree=4144200/4192956
[pid=6085] ppid=6083 vsize=5356 CPUtime=0
/proc/6085/stat : 6085 (minicirc.bash) S 6083 6085 5965 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 381240939 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6085/statm: 1339 224 186 169 0 50 0
[pid=6086] ppid=6085 vsize=23380 CPUtime=1200.06
/proc/6086/stat : 6086 (minicirc.linux3) R 6085 6085 5965 0 -1 4194304 6115 0 0 0 119994 12 0 0 25 0 1 0 381240939 23941120 5436 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043736 0 0 4096 17507 0 0 0 17 1 0 0
/proc/6086/statm: 5845 5436 205 274 0 5360 0
[pid=6087] ppid=6085 vsize=12268 CPUtime=0
/proc/6087/stat : 6087 (miniadapter.pl) S 6085 6085 5965 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 381240939 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 262918942818 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 41004

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

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

Child status: 143
Real time (s): 1200.48
CPU time (s): 1200.08
CPU user time (s): 1199.95
CPU system time (s): 0.13098
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 41052

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

runsolver used 1.3018 second user time and 3.07353 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Thu May 17 11:38:40 UTC 2007

IDJOB= 461589
IDBENCH= 48452
IDSOLVER= 205
FILE ID= node11/461589-1179401920

PBS_JOBID= 5292459

Free space on /tmp= 66536 MiB

SOLVER NAME= minicirc 2007-05-17
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/fuhs/hard/AProVE07-03.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461589-1179401920/instance-461589-1179401920.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-461589-1179401920 -o ROOT/results/node11/solver-461589-1179401920 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461589-1179401920/instance-461589-1179401920.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  9d6fcdbecfe4932b5ee3f6c332ed6c0c

RANDOM SEED= 596143589

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1711816 kB
Buffers:         45688 kB
Cached:         201228 kB
SwapCached:      17672 kB
Active:         109228 kB
Inactive:       161764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711816 kB
SwapTotal:     4192956 kB
SwapFree:      4144200 kB
Dirty:            4824 kB
Writeback:           0 kB
Mapped:          30356 kB
Slab:            58532 kB
Committed_AS:  8212672 kB
PageTables:       1848 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= 66536 MiB

End job on node11 on Thu May 17 11:58:43 UTC 2007