Trace number 1733666

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
SATzilla2009_C 2009-03-22? (exit code) 1199.09 1199.69

General information on the benchmark

NameCRAFTED/modcircuits/
mod3_4vars_6gates.cnf
MD5SUMafeeef613d4caffff91375d49585d115
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark192.997
Satisfiable
(Un)Satisfiability was proved
Number of variables289
Number of clauses33900
Sum of the clauses size195928
Maximum clause length19
Minimum clause length1
Number of clauses of size 165
Number of clauses of size 2730
Number of clauses of size 31
Number of clauses of size 4893
Number of clauses of size 52499
Number of clauses of size over 529712

Solver Data

17.16/17.28	c SATzilla is building models for class 2
17.16/17.28	c run presolver march_dl2004 for 5 seconds ... 
17.16/17.28	c Bin: Executing march_dl2004
17.16/17.28	c spawning binary file with 5 seconds ...
17.16/17.28	c child exit by a signal
17.16/17.28	c march_dl2004 returned code 137.
17.16/17.28	c run presolver mxc-sr08 for 5 seconds ... 
17.16/17.28	c Bin: Executing mxc-sr08
17.16/17.28	c spawning binary file with 5 seconds ...
17.16/17.28	c child exit by a signal
17.16/17.28	c mxc-sr08 returned code 137.
17.16/17.28	c Orignal number of varibales is 289, number of clauses is 33900 
17.16/17.28	c predicted feature computation time is 7.664605 
17.16/17.28	c Bin: Executing satelite
17.16/17.28	c spawning binary file with 240 seconds ...
17.16/17.28	c child exited successfully
17.16/17.28	c satzilla computing base features
17.16/17.28	c Number of variabe is: 168, Number of clause is : 12047 
17.16/17.28	c Initializing...
17.16/17.28	c satzilla compute diameter ...
17.16/17.28	c start diameter features ...
17.16/17.28	c satzilla doing clause learning
17.16/17.28	c start clause learning features ...
17.16/17.28	c Bin: Executing zchaff07
17.16/17.28	c spawning binary file with 2 seconds ...
17.16/17.28	c child exit by a signal
17.16/17.28	c satzilla doing survey propogation probe
17.16/17.28	c do survay propogation for 2 second ...
17.16/17.28	c satzilla doing local search probe
17.16/17.28	c satzilla doing lobjois search-space size estimate
17.16/17.28	c features are:289 33900 168 12047 0.720238 1.81398 0.0139454 0.464389 0.565199 2.0807 0.03155 0.303686 0.0119048 0.0952381 1.49477 0.0313771 0.0315431 0.03155 0.546734 8.30082e-05 0.0880717 3.64208 0.243128 0.379182 0 1 1.98577 0.0139375 0.592442 0 0.0791068 3.61352 0.516809 0.00656555 0.369254 0.000996099 0.0120362 3.16766 0.117932 3 4 0.452164 3820 0.0441082 3552 3986 3986 3552 3986 3804 3938 20.0626 0.0660118 17.9462 21.5813 21.5813 17.9462 21.5813 20.2004 20.5223 0.329051 1.27206 1.77714e-06 1 0.960627 0.000367079 0.813194 0.000792178 0.00351562 0.27664 0.718506 6.43468e-05 0.779038 0.447849 0.00468391 0.444747 0.0142233 0.377511 9.39931 0.576074 28.9409 0.144113 29 24 34 15.9604 0.196756 0.998894 0.0293149 0.269157 0.890075 
17.16/17.28	c satzilla's ranking:
17.16/17.28	c 1) minisat20: 10.639409
17.16/17.28	c 2) vallst: 6.753072
17.16/17.28	c 3) march_dl2004: 6.423043
17.16/17.28	c 4) minisat20SAT07: 6.314822
17.16/17.28	c 5) zchaff_rand: 2.469656
17.16/17.28	c 6) mxc-sr08: 1.826753
17.16/17.28	c 7) tts-4-0: 0.386533
17.16/17.28	c 8) SATenstein: -10000.000000
17.16/17.28	c 9) gnovelty+: -10000.000000
17.16/17.28	c 10) adaptg2wsat+: -10000.000000
17.16/17.28	c 11) adaptg2wsat0: -10000.000000
17.16/17.28	c 12) picosat846: -10000.000000
17.16/17.28	c 13) kcnfs04SAT07: -10000.000000
17.16/17.28	c satzilla running minisat20 ... 
17.16/17.28	This is MiniSat 2.0 beta
17.16/17.28	WARNING: for repeatability, setting FPU to use double precision
17.16/17.28	============================[ Problem Statistics ]=============================
17.16/17.28	|                                                                             |
17.16/17.28	|  Number of variables:  289                                                  |
17.16/17.28	|  Number of clauses:    33900                                                |
17.24/17.31	|  Parsing time:         0.02         s                                       |
17.24/17.35	============================[ Search Statistics ]==============================
17.24/17.35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.24/17.35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.24/17.35	===============================================================================
17.24/17.35	|         0 |     203    15387    86611 |     5129        0    nan |  0.000 % |
17.24/17.35	|       101 |     191    15387    86611 |     5641       98     13 | 33.911 % |
17.24/17.35	|       251 |     191    15387    86611 |     6206      248     12 | 33.911 % |
17.24/17.36	|       476 |     190    15387    86611 |     6826      472     13 | 34.257 % |
17.24/17.37	|       815 |     190    15387    86611 |     7509      811     14 | 34.257 % |
17.24/17.39	|      1325 |     190    15387    86611 |     8260     1321     15 | 34.257 % |
17.24/17.42	|      2084 |     190    15387    86611 |     9086     2080     15 | 34.257 % |
17.24/17.46	|      3223 |     190    15387    86611 |     9994     3219     16 | 34.257 % |
17.45/17.54	|      4932 |     190    15387    86611 |    10994     4928     16 | 34.268 % |
17.64/17.70	|      7494 |     190    11344    63937 |    12093     7487     16 | 34.268 % |
17.84/17.95	|     11338 |     190    11344    63937 |    13303    11331     18 | 34.257 % |
18.24/18.39	|     17105 |     190    11344    63937 |    14633    10364     18 | 34.257 % |
18.94/19.05	|     25754 |     190    11344    63937 |    16096    11611     17 | 34.257 % |
20.04/20.16	|     38728 |     190    11344    63937 |    17706     8327     17 | 34.260 % |
21.74/21.87	|     58190 |     190    11344    63937 |    19477     9921     16 | 34.257 % |
24.34/24.48	|     87383 |     190    11344    63937 |    21425    19477     19 | 34.257 % |
29.54/29.61	|    131172 |     190    11344    63937 |    23567    20090     18 | 34.257 % |
37.52/37.63	|    196857 |     190    11344    63937 |    25924    14576     19 | 34.257 % |
51.10/51.24	|    295383 |     190    11344    63937 |    28516    20901     20 | 34.257 % |
74.10/74.24	|    443172 |     190    11344    63937 |    31368    18507     17 | 34.268 % |
109.19/109.37	|    664855 |     189    11198    63153 |    34505    26609     20 | 34.603 % |
165.44/165.60	|    997381 |     188    10463    58913 |    37955    15765     18 | 34.949 % |
258.30/258.56	|   1496169 |     187    10347    58307 |    41751    30327     18 | 35.295 % |
408.33/408.62	|   2244352 |     187    10347    58307 |    45926    29648     18 | 35.299 % |
691.79/692.21	|   3366626 |     185     9663    54449 |    50519    37524     20 | 35.989 % |
1169.18/1169.88	|   5050038 |     185     9663    54449 |    55571    28747     17 | 35.993 % |
1198.97/1199.68	c Bin: Executing minisat20
1198.97/1199.68	c spawning binary file with 1182 seconds ...
1198.97/1199.68	c child exit by a signal
1198.97/1199.68	c minisat20 returned code 137.
1198.97/1199.68	c satzilla running vallst ... 
1198.97/1199.68	c Bin: Executing vallst
1198.97/1199.68	c vallst returned code 1.
1198.97/1199.68	c satzilla running march_dl2004 ... 
1198.97/1199.68	c Bin: Executing march_dl2004
1198.97/1199.68	c march_dl2004 returned code 1.
1198.97/1199.68	c satzilla running minisat20SAT07 ... 
1198.97/1199.68	c Bin: Executing minisat20SAT07
1198.97/1199.68	c minisat20SAT07 returned code 1.
1198.97/1199.68	c satzilla running zchaff_rand ... 
1198.97/1199.68	c Bin: Executing zchaff_rand
1198.97/1199.68	c zchaff_rand returned code 1.
1198.97/1199.68	c satzilla running mxc-sr08 ... 
1198.97/1199.68	c Bin: Executing mxc-sr08
1198.97/1199.68	c mxc-sr08 returned code 1.
1198.97/1199.68	c satzilla running tts-4-0 ... 
1198.97/1199.68	c Bin: Executing tts-4-0
1198.97/1199.68	c tts-4-0 returned code 1.
1198.97/1199.68	c satzilla running SATenstein ... 
1198.97/1199.68	c Bin: Executing SATenstein
1198.97/1199.68	c SATenstein returned code 1.
1198.97/1199.68	c satzilla running gnovelty+ ... 
1198.97/1199.68	c Bin: Executing gnovelty+
1198.97/1199.68	c gnovelty+ returned code 1.
1198.97/1199.68	c satzilla running adaptg2wsat+ ... 
1198.97/1199.68	c Bin: Executing adaptg2wsat+
1198.97/1199.68	c adaptg2wsat+ returned code 1.
1198.97/1199.68	c satzilla running adaptg2wsat0 ... 
1198.97/1199.68	c Bin: Executing adaptg2wsat0
1198.97/1199.68	c adaptg2wsat0 returned code 1.
1198.97/1199.68	c satzilla running picosat846 ... 
1198.97/1199.68	c Bin: Executing picosat846
1198.97/1199.68	c picosat846 returned code 1.
1198.97/1199.68	c satzilla running kcnfs04SAT07 ... 
1198.97/1199.68	c Bin: Executing kcnfs04SAT07
1198.97/1199.68	c kcnfs04SAT07 returned code 1.
1198.97/1199.68	c ERROR: All Failed! 
1198.97/1199.68	c SATZILLA_TIME=1199.260000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1733666-1240791177/watcher-1733666-1240791177 -o /tmp/evaluation-result-1733666-1240791177/solver-1733666-1240791177 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1733666-1240791177.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 20557
/proc/meminfo: memFree=1118440/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=2056 CPUtime=0
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 107147374 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 514 112 96 399 0 111 0
[pid=20558] ppid=20557 vsize=908 CPUtime=0
/proc/20558/stat : 20558 (march_dl2004) R 20557 20557 20424 0 -1 4194304 117 0 0 0 0 0 0 0 19 0 1 0 107147374 929792 112 1992294400 134512640 134996440 4294956192 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20558/statm: 227 112 50 118 0 106 0

[startup+0.092849 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 20557
/proc/meminfo: memFree=1118440/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=2056 CPUtime=0
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 107147374 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 514 112 96 399 0 111 0
[pid=20558] ppid=20557 vsize=2692 CPUtime=0.08
/proc/20558/stat : 20558 (march_dl2004) R 20557 20557 20424 0 -1 4194304 692 0 0 0 8 0 0 0 19 0 1 0 107147374 2756608 468 1992294400 134512640 134996440 4294956192 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20558/statm: 673 468 55 118 0 552 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4748

[startup+0.101849 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 20557
/proc/meminfo: memFree=1118440/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=2056 CPUtime=0
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 107147374 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 514 112 96 399 0 111 0
[pid=20558] ppid=20557 vsize=2468 CPUtime=0.09
/proc/20558/stat : 20558 (march_dl2004) R 20557 20557 20424 0 -1 4194304 725 0 0 0 9 0 0 0 19 0 1 0 107147374 2527232 421 1992294400 134512640 134996440 4294956192 18446744073709551615 134544548 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20558/statm: 617 421 55 118 0 496 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4524

[startup+0.301872 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 20557
/proc/meminfo: memFree=1118440/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=2056 CPUtime=0
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 107147374 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 514 112 96 399 0 111 0
[pid=20558] ppid=20557 vsize=3404 CPUtime=0.29
/proc/20558/stat : 20558 (march_dl2004) R 20557 20557 20424 0 -1 4194304 1058 0 0 0 29 0 0 0 21 0 1 0 107147374 3485696 640 1992294400 134512640 134996440 4294956192 18446744073709551615 134533698 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20558/statm: 851 640 72 118 0 730 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5460

[startup+0.701918 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 20557
/proc/meminfo: memFree=1118440/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=2056 CPUtime=0
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 107147374 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 514 112 96 399 0 111 0
[pid=20558] ppid=20557 vsize=3564 CPUtime=0.69
/proc/20558/stat : 20558 (march_dl2004) R 20557 20557 20424 0 -1 4194304 1367 0 0 0 69 0 0 0 25 0 1 0 107147374 3649536 697 1992294400 134512640 134996440 4294956192 18446744073709551615 134514065 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20558/statm: 891 697 74 118 0 770 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5620

[startup+1.50201 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20559
/proc/meminfo: memFree=1115800/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=2056 CPUtime=0
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 107147374 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 514 112 96 399 0 111 0
[pid=20558] ppid=20557 vsize=3564 CPUtime=1.49
/proc/20558/stat : 20558 (march_dl2004) R 20557 20557 20424 0 -1 4194304 1367 0 0 0 149 0 0 0 25 0 1 0 107147374 3649536 697 1992294400 134512640 134996440 4294956192 18446744073709551615 134587962 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20558/statm: 891 697 74 118 0 770 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5620

[startup+3.10119 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20559
/proc/meminfo: memFree=1115672/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=2056 CPUtime=0
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 107147374 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 514 112 96 399 0 111 0
[pid=20558] ppid=20557 vsize=3564 CPUtime=3.09
/proc/20558/stat : 20558 (march_dl2004) R 20557 20557 20424 0 -1 4194304 1367 0 0 0 309 0 0 0 25 0 1 0 107147374 3649536 697 1992294400 134512640 134996440 4294956192 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20558/statm: 891 697 74 118 0 770 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5620

[startup+6.30155 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20560
/proc/meminfo: memFree=1114008/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=2056 CPUtime=4.99
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 156 1367 0 0 0 0 499 0 19 0 1 0 107147374 2105344 125 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 514 125 107 399 0 111 0
[pid=20560] ppid=20557 vsize=3652 CPUtime=1.28
/proc/20560/stat : 20560 (mxc-sr08) R 20557 20557 20424 0 -1 4194304 1099 0 0 0 128 0 0 0 25 0 1 0 107147875 3739648 812 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20560/statm: 913 812 71 138 0 772 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 5708

[startup+12.7013 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 20562
/proc/meminfo: memFree=1114136/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4912 CPUtime=12.66
/proc/20557/stat : 20557 (SATzilla2009_C) R 20555 20557 20424 0 -1 4194304 938 4811 0 0 18 0 1244 4 16 0 1 0 107147374 5029888 706 1992294400 134512640 136149437 4294956224 18446744073709551615 135485446 0 0 4096 3 0 0 0 17 0 0 0
/proc/20557/statm: 1228 706 150 399 0 825 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 4912

[startup+25.5017 s]
/proc/loadavg: 1.06 1.02 1.00 2/67 20563
/proc/meminfo: memFree=1112024/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=5148 CPUtime=8.2
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 1180 0 0 0 820 0 0 0 25 0 1 0 107149103 5271552 1174 1992294400 134512640 134998072 4294956192 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 1287 1174 58 118 0 1165 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 9516

[startup+51.1016 s]
/proc/loadavg: 1.04 1.01 1.00 2/67 20563
/proc/meminfo: memFree=1110680/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=6644 CPUtime=33.76
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 1537 0 0 0 3376 0 0 0 25 0 1 0 107149103 6803456 1531 1992294400 134512640 134998072 4294956192 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 1661 1531 58 118 0 1539 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 11012

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 20563
/proc/meminfo: memFree=1109400/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=8028 CPUtime=84.95
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 1849 0 0 0 8494 1 0 0 25 0 1 0 107149103 8220672 1843 1992294400 134512640 134998072 4294956192 18446744073709551615 134528564 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 2007 1843 58 118 0 1885 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 12396

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1108824/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=8588 CPUtime=144.9
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 2004 0 0 0 14489 1 0 0 25 0 1 0 107149103 8794112 1998 1992294400 134512640 134998072 4294956192 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 2147 1998 58 118 0 2025 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 12956

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1108120/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=9356 CPUtime=204.87
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 2192 0 0 0 20485 2 0 0 25 0 1 0 107149103 9580544 2174 1992294400 134512640 134998072 4294956192 18446744073709551615 134525794 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 2339 2174 58 118 0 2217 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 13724

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1107608/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=9996 CPUtime=264.85
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 2332 0 0 0 26483 2 0 0 25 0 1 0 107149103 10235904 2314 1992294400 134512640 134998072 4294956192 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 2499 2314 58 118 0 2377 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 14364

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1107288/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=10440 CPUtime=324.82
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 2423 0 0 0 32480 2 0 0 25 0 1 0 107149103 10690560 2405 1992294400 134512640 134998072 4294956192 18446744073709551615 134519335 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 2610 2405 58 118 0 2488 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 14808


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


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1104536/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=13212 CPUtime=804.59
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 3086 0 0 0 80457 2 0 0 25 0 1 0 107149103 13529088 3068 1992294400 134512640 134998072 4294956192 18446744073709551615 134519341 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 3303 3068 58 118 0 3181 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 17580

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1104408/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=13368 CPUtime=864.58
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 3118 0 0 0 86455 3 0 0 25 0 1 0 107149103 13688832 3100 1992294400 134512640 134998072 4294956192 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 3342 3100 58 118 0 3220 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 17736

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1104152/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=13684 CPUtime=924.54
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 3184 0 0 0 92451 3 0 0 25 0 1 0 107149103 14012416 3166 1992294400 134512640 134998072 4294956192 18446744073709551615 134525370 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 3421 3166 58 118 0 3299 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 18052

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1103896/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=13852 CPUtime=984.52
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 3254 0 0 0 98449 3 0 0 25 0 1 0 107149103 14184448 3236 1992294400 134512640 134998072 4294956192 18446744073709551615 134525607 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 3463 3236 58 118 0 3341 0
Current children cumulated CPU time (s) 1001.76
Current children cumulated vsize (KiB) 18220

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1103768/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=14024 CPUtime=1044.49
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 3283 0 0 0 104446 3 0 0 25 0 1 0 107149103 14360576 3265 1992294400 134512640 134998072 4294956192 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 3506 3265 58 118 0 3384 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 18392

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1103512/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=14380 CPUtime=1104.46
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 3354 0 0 0 110443 3 0 0 25 0 1 0 107149103 14725120 3336 1992294400 134512640 134998072 4294956192 18446744073709551615 134525757 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 3595 3336 58 118 0 3473 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 18748

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1103256/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=14560 CPUtime=1164.43
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 3408 0 0 0 116440 3 0 0 25 0 1 0 107149103 14909440 3390 1992294400 134512640 134998072 4294956192 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 3640 3390 58 118 0 3518 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 18928

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1103128/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=14692 CPUtime=1172.43
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 3445 0 0 0 117240 3 0 0 25 0 1 0 107149103 15044608 3427 1992294400 134512640 134998072 4294956192 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 3673 3427 58 118 0 3551 0
Current children cumulated CPU time (s) 1189.67
Current children cumulated vsize (KiB) 19060

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1103064/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=14692 CPUtime=1175.63
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 3448 0 0 0 117560 3 0 0 25 0 1 0 107149103 15044608 3430 1992294400 134512640 134998072 4294956192 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 3673 3430 58 118 0 3551 0
Current children cumulated CPU time (s) 1192.87
Current children cumulated vsize (KiB) 19060

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1103064/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=14692 CPUtime=1178.83
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 3449 0 0 0 117880 3 0 0 25 0 1 0 107149103 15044608 3431 1992294400 134512640 134998072 4294956192 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 3673 3431 58 118 0 3551 0
Current children cumulated CPU time (s) 1196.07
Current children cumulated vsize (KiB) 19060

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1103064/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=14692 CPUtime=1180.43
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 3453 0 0 0 118040 3 0 0 25 0 1 0 107149103 15044608 3435 1992294400 134512640 134998072 4294956192 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 3673 3435 58 118 0 3551 0
Current children cumulated CPU time (s) 1197.67
Current children cumulated vsize (KiB) 19060

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1103064/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=14692 CPUtime=1181.23
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 3453 0 0 0 118120 3 0 0 25 0 1 0 107149103 15044608 3435 1992294400 134512640 134998072 4294956192 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 3673 3435 58 118 0 3551 0
Current children cumulated CPU time (s) 1198.47
Current children cumulated vsize (KiB) 19060

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1103064/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=14824 CPUtime=1181.63
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 3456 0 0 0 118160 3 0 0 25 0 1 0 107149103 15179776 3438 1992294400 134512640 134998072 4294956192 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 3706 3438 58 118 0 3584 0
Current children cumulated CPU time (s) 1198.87
Current children cumulated vsize (KiB) 19192

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20563
/proc/meminfo: memFree=1103064/2055920 swapFree=4192956/4192956
[pid=20557] ppid=20555 vsize=4368 CPUtime=17.24
/proc/20557/stat : 20557 (SATzilla2009_C) S 20555 20557 20424 0 -1 4194304 1290 4811 0 0 472 4 1244 4 25 0 1 0 107147374 4472832 688 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/20557/statm: 1092 688 219 399 0 689 0
[pid=20563] ppid=20557 vsize=14824 CPUtime=1181.73
/proc/20563/stat : 20563 (minisat20) R 20557 20557 20424 0 -1 4194304 3456 0 0 0 118170 3 0 0 25 0 1 0 107149103 15179776 3438 1992294400 134512640 134998072 4294956192 18446744073709551615 134525752 0 0 8392704 3 0 0 0 17 0 0 0
/proc/20563/statm: 3706 3438 58 118 0 3584 0
Current children cumulated CPU time (s) 1198.97
Current children cumulated vsize (KiB) 19192

Child status: 17
Real time (s): 1199.69
CPU time (s): 1199.09
CPU user time (s): 1198.96
CPU system time (s): 0.12998
CPU usage (%): 99.9501
Max. virtual memory (cumulated for all children) (KiB): 19192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.96
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9572
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= 16
involuntary context switches= 3850

runsolver used 0.987849 second user time and 3.38448 second system time

The end

Launcher Data

Begin job on node85 at 2009-04-27 02:12:57
IDJOB=1733666
IDBENCH=71145
IDSOLVER=527
FILE ID=node85/1733666-1240791177
PBS_JOBID= 9187312
Free space on /tmp= 126812 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3_4vars_6gates.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1733666-1240791177/watcher-1733666-1240791177 -o /tmp/evaluation-result-1733666-1240791177/solver-1733666-1240791177 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1733666-1240791177.cnf

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

MD5SUM BENCH= afeeef613d4caffff91375d49585d115
RANDOM SEED=777258894

node85.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1118984 kB
Buffers:        105164 kB
Cached:         723484 kB
SwapCached:          0 kB
Active:         155092 kB
Inactive:       687344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1118984 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           32396 kB
Writeback:           0 kB
Mapped:          23568 kB
Slab:            80484 kB
Committed_AS:   298828 kB
PageTables:       1372 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= 126784 MiB
End job on node85 at 2009-04-27 02:32:57