Trace number 1039666

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
Sugar v1.13+minisat? (TO) 1800.04 1808.12

General information on the benchmark

Namecsp/frb59-26/
normalized-frb59-26-5-mgd_ext.xml
MD5SUM48e18c10d82e0c79227fc1d9662ae8b3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark60.6418
Satisfiable
(Un)Satisfiability was proved
Number of variables59
Number of constraints539
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension539
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 05:21:01 2008
0.00/0.04	c 0	PID 9745
0.03/0.05	c 0	HOST node43.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1039666-1214968860.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1039666-1214968860.xml' 'HOME/temp.csp'
0.03/0.79	c 0	1 domains, 59 variables, 0 predicates, 539 relations, 539 constraints
0.03/0.83	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.76/0.91	c 1	Parsing HOME/temp.csp
1.50/1.61	c 1	parsed 1138 expressions
1.50/1.61	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.50/1.61	c 1	Converting to clausal form CSP
1.50/1.64	c 1	converted 114 (10%) expressions
1.50/1.65	c 1	converted 228 (20%) expressions
1.50/1.65	c 1	converted 342 (30%) expressions
1.50/1.66	c 1	converted 456 (40%) expressions
1.60/1.76	c 1	converted 569 (50%) expressions
1.70/1.82	c 1	converted 683 (60%) expressions
1.70/1.88	c 1	converted 797 (70%) expressions
1.80/1.94	c 2	converted 911 (80%) expressions
1.80/1.99	c 2	converted 1025 (90%) expressions
1.90/2.04	c 2	converted 1138 (100%) expressions
1.90/2.04	c 2	CSP : 59 integers, 0 booleans, 539 clauses, largest domain size 26
1.90/2.04	c 2	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.04	c 2	Propagation in CSP
1.90/2.05	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.90/2.05	c 2	CSP : 59 integers, 0 booleans, 539 clauses, largest domain size 26
1.90/2.05	c 2	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.05	c 2	Simplifing CSP by introducing new Boolean variables
1.90/2.05	c 2	CSP : 59 integers, 0 booleans, 539 clauses, largest domain size 26
1.90/2.05	c 2	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.14	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.00/2.15	c 2	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
2.00/2.15	c 2	12 (20%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.00/2.15	c 2	18 (30%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.00/2.15	c 2	24 (40%) CSP integer variables are encoded (576 clauses, 6192 bytes)
2.00/2.16	c 2	30 (50%) CSP integer variables are encoded (720 clauses, 7776 bytes)
2.00/2.16	c 2	36 (60%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.00/2.16	c 2	42 (70%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
2.00/2.16	c 2	48 (80%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
2.00/2.16	c 2	54 (90%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
2.00/2.16	c 2	59 (100%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
2.09/2.24	c 2	54 (10%) CSP clauses are encoded (7937 clauses, 130616 bytes)
2.09/2.28	c 2	108 (20%) CSP clauses are encoded (14542 clauses, 257076 bytes)
2.19/2.32	c 2	162 (30%) CSP clauses are encoded (21044 clauses, 385908 bytes)
2.19/2.36	c 2	216 (40%) CSP clauses are encoded (27553 clauses, 515233 bytes)
2.29/2.40	c 2	270 (50%) CSP clauses are encoded (34096 clauses, 645145 bytes)
2.29/2.44	c 2	324 (60%) CSP clauses are encoded (40679 clauses, 777480 bytes)
2.29/2.48	c 2	378 (70%) CSP clauses are encoded (47351 clauses, 912251 bytes)
2.39/2.52	c 2	432 (80%) CSP clauses are encoded (53924 clauses, 1046406 bytes)
2.39/2.56	c 2	486 (90%) CSP clauses are encoded (60424 clauses, 1181034 bytes)
2.48/2.60	c 2	539 (100%) CSP clauses are encoded (66902 clauses, 1328715 bytes)
2.48/2.60	c 2	539 CSP clauses encoded
2.48/2.60	c 2	Writing map file : HOME/temp.map
2.48/2.60	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.48/2.60	c 2	SAT : 1475 SAT variables, 66902 SAT clauses, 1328715 bytes
2.48/2.60	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.48/2.61	c 2	SOLVING HOME/temp.cnf
2.48/2.61	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.48/2.62	c 2	This is MiniSat 2.0 beta
2.48/2.62	c 2	WARNING: for repeatability, setting FPU to use double precision
2.48/2.62	c 2	============================[ Problem Statistics ]=============================
2.48/2.62	c 2	|                                                                             |
2.48/2.62	c 2	|  Number of variables:  1475                                                 |
2.48/2.62	c 2	|  Number of clauses:    66902                                                |
2.48/2.66	c 2	|  Parsing time:         0.03         s                                       |
2.48/2.66	c 2	============================[ Search Statistics ]==============================
2.48/2.66	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.48/2.66	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.48/2.66	c 2	===============================================================================
2.48/2.66	c 2	|         0 |    1475    66902   251507 |    22300        0    nan |  0.000 % |
2.48/2.70	c 2	|       100 |    1475    66902   251507 |    24530      100     16 |  0.000 % |
2.51/2.74	c 2	|       251 |    1475    66902   251507 |    26983      251     17 |  0.001 % |
2.51/2.81	c 2	|       477 |    1475    66902   251507 |    29682      477     15 |  0.002 % |
2.51/2.92	c 3	|       815 |    1475    66902   251507 |    32650      815     16 |  0.002 % |
2.51/3.08	c 3	|      1321 |    1475    66902   251507 |    35915     1321     17 |  0.002 % |
3.18/3.34	c 3	|      2081 |    1475    66902   251507 |    39506     2081     17 |  0.002 % |
3.48/3.68	c 3	|      3220 |    1475    66902   251507 |    43457     3220     17 |  0.002 % |
4.07/4.21	c 4	|      4928 |    1475    66902   251507 |    47803     4928     17 |  0.002 % |
5.06/5.21	c 5	|      7492 |    1475    66902   251507 |    52583     7492     17 |  0.002 % |
6.45/6.70	c 6	|     11336 |    1475    66902   251507 |    57842    11336     18 |  0.002 % |
8.82/9.02	c 9	|     17103 |    1475    66902   251507 |    63626    17103     18 |  0.002 % |
12.69/12.95	c 13	|     25752 |    1475    66902   251507 |    69989    25752     19 |  0.002 % |
20.02/20.38	c 20	|     38728 |    1475    66902   251507 |    76987    38728     19 |  0.002 % |
32.50/32.91	c 33	|     58189 |    1475    66902   251507 |    84686    58189     20 |  0.002 % |
56.48/57.20	c 57	|     87382 |    1475    66902   251507 |    93155    16562     20 |  0.002 % |
86.79/87.71	c 87	|    131171 |    1475    66902   251507 |   102470    60351     20 |  0.002 % |
147.32/148.86	c 148	|    196856 |    1475    66902   251507 |   112718    40321     22 |  0.002 % |
232.21/234.52	c 234	|    295382 |    1475    66902   251507 |   123989    41619     25 |  0.001 % |
373.38/377.04	c 377	|    443172 |    1475    66902   251507 |   136388    81682     27 |  0.002 % |
605.99/611.85	c 611	|    664855 |    1475    66902   251507 |   150027    64927     23 |  0.001 % |
978.64/986.40	c 986	|    997380 |    1475    66902   251507 |   165030   139118     23 |  0.002 % |
1558.50/1566.53	c 1566	|   1496169 |    1475    66902   251507 |   181533    61388     23 |  0.001 % |
1800.00/1808.11	sh: line 1:  9769 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.00/1808.11	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1808.11	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.00/1808.12	c ERROR INTERRUPTED
1800.00/1808.12	s UNKNOWN
1800.00/1808.12	c 1808	CPU 1799.79 (0.04 0.01 1799.75 0.22)
1800.00/1808.12	c 1808	END Wed Jul  2 05:51:09 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039666-1214968860/watcher-1039666-1214968860 -o /tmp/evaluation-result-1039666-1214968860/solver-1039666-1214968860 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1039666-1214968860.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 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: 2.00 2.00 2.00 3/81 9745
/proc/meminfo: memFree=1527960/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=12132 CPUtime=0
/proc/9745/stat : 9745 (sugar) R 9743 9745 9600 0 -1 4194304 218 0 0 0 0 0 0 0 20 0 1 0 1975858530 12423168 186 996147200 4194304 4206940 548682068608 18446744073709551615 221954609889 0 0 4224 0 0 0 0 17 1 0 0
/proc/9745/statm: 3033 186 142 3 0 133 0

[startup+0.0494351 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 9745
/proc/meminfo: memFree=1527960/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=0.03
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1975858530 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101425 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 9745
/proc/meminfo: memFree=1527960/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=0.03
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975858530 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301439 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 9745
/proc/meminfo: memFree=1527960/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=0.03
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975858530 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701475 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 9745
/proc/meminfo: memFree=1527960/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=0.03
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975858530 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50255 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 9767
/proc/meminfo: memFree=1519680/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=0.76
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 973 5081 0 1 3 0 69 4 16 0 1 0 1975858530 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 797 370 3 0 500 0
[pid=9758] ppid=9745 vsize=5356 CPUtime=0
/proc/9758/stat : 9758 (sh) S 9745 9745 9600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975858614 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9758/statm: 1339 233 193 169 0 50 0
[pid=9759] ppid=9758 vsize=864012 CPUtime=0.64
/proc/9759/stat : 9759 (java) S 9758 9745 9600 0 -1 0 6850 0 1 0 61 3 0 0 18 0 9 0 1975858615 884748288 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9759/statm: 216003 6136 2532 9 0 210585 0
[pid=9759/tid=9760] ppid=9758 vsize=864012 CPUtime=0.39
/proc/9759/task/9760/stat : 9760 (java) R 9758 9745 9600 0 -1 64 2461 0 1 0 38 1 0 0 22 0 9 0 1975858615 884748288 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9759/tid=9761] ppid=9758 vsize=864012 CPUtime=0.17
/proc/9759/task/9761/stat : 9761 (java) R 9758 9745 9600 0 -1 64 3366 0 0 0 17 0 0 0 16 0 9 0 1975858616 884748288 6136 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9759/tid=9762] ppid=9758 vsize=864012 CPUtime=0
/proc/9759/task/9762/stat : 9762 (java) S 9758 9745 9600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975858617 884748288 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9759/tid=9763] ppid=9758 vsize=864012 CPUtime=0
/proc/9759/task/9763/stat : 9763 (java) S 9758 9745 9600 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1975858617 884748288 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9759/tid=9764] ppid=9758 vsize=864012 CPUtime=0
/proc/9759/task/9764/stat : 9764 (java) S 9758 9745 9600 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1975858619 884748288 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9759/tid=9765] ppid=9758 vsize=864012 CPUtime=0.05
/proc/9759/task/9765/stat : 9765 (java) S 9758 9745 9600 0 -1 64 327 0 0 0 5 0 0 0 16 0 9 0 1975858619 884748288 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9759/tid=9766] ppid=9758 vsize=864012 CPUtime=0
/proc/9759/task/9766/stat : 9766 (java) S 9758 9745 9600 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1975858619 884748288 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9759/tid=9767] ppid=9758 vsize=864012 CPUtime=0
/proc/9759/task/9767/stat : 9767 (java) S 9758 9745 9600 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1975858619 884748288 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 882968

[startup+3.10171 s]
/proc/loadavg: 2.00 2.00 2.00 5/92 9767
/proc/meminfo: memFree=1495616/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.51
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 3 0 237 11 15 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 13600

[startup+6.30198 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9769
/proc/meminfo: memFree=1518208/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=6388 CPUtime=3.63
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 1477 0 0 0 363 0 0 0 25 0 1 0 1975858792 6541312 1463 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/9769/statm: 1597 1463 75 150 0 1444 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 25344

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9769
/proc/meminfo: memFree=1516544/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=7900 CPUtime=9.97
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 1875 0 0 0 996 1 0 0 25 0 1 0 1975858792 8089600 1861 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9769/statm: 1975 1861 75 150 0 1822 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 26856

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9769
/proc/meminfo: memFree=1514048/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=10524 CPUtime=22.65
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 2500 0 0 0 2264 1 0 0 25 0 1 0 1975858792 10776576 2486 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9769/statm: 2631 2486 75 150 0 2478 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 29480

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9769
/proc/meminfo: memFree=1510464/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=14096 CPUtime=48.02
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 3402 0 0 0 4799 3 0 0 25 0 1 0 1975858792 14434304 3388 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9769/statm: 3524 3388 75 150 0 3371 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 33052

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9769
/proc/meminfo: memFree=1509632/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=14772 CPUtime=98.74
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 3561 0 0 0 9871 3 0 0 25 0 1 0 1975858792 15126528 3547 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9769/statm: 3693 3547 75 150 0 3540 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 33728

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9769
/proc/meminfo: memFree=1506176/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=18304 CPUtime=158.17
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 4402 0 0 0 15813 4 0 0 25 0 1 0 1975858792 18743296 4388 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9769/statm: 4576 4388 75 150 0 4423 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 37260

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9769
/proc/meminfo: memFree=1504192/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=20120 CPUtime=217.61
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 4888 0 0 0 21756 5 0 0 25 0 1 0 1975858792 20602880 4874 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9769/statm: 5030 4874 75 150 0 4877 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 39076

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

[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=31560 CPUtime=1291.9
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 7610 0 0 0 129181 9 0 0 25 0 1 0 1975858792 32317440 7596 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9769/statm: 7890 7596 75 150 0 7737 0
Current children cumulated CPU time (s) 1294.42
Current children cumulated vsize (KiB) 50516

[startup+1362.3 s]
/proc/loadavg: 1.00 1.15 1.53 2/67 9795
/proc/meminfo: memFree=1512872/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=32220 CPUtime=1351.87
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 7801 0 0 0 135178 9 0 0 25 0 1 0 1975858792 32993280 7787 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9769/statm: 8055 7787 75 150 0 7902 0
Current children cumulated CPU time (s) 1354.39
Current children cumulated vsize (KiB) 51176

[startup+1422.31 s]
/proc/loadavg: 1.00 1.12 1.50 2/67 9795
/proc/meminfo: memFree=1512744/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=32356 CPUtime=1411.85
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 7815 0 0 0 141176 9 0 0 25 0 1 0 1975858792 33132544 7801 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9769/statm: 8089 7801 75 150 0 7936 0
Current children cumulated CPU time (s) 1414.37
Current children cumulated vsize (KiB) 51312

[startup+1482.3 s]
/proc/loadavg: 1.00 1.09 1.46 2/67 9795
/proc/meminfo: memFree=1512680/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=32356 CPUtime=1471.82
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 7838 0 0 0 147173 9 0 0 25 0 1 0 1975858792 33132544 7824 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/9769/statm: 8089 7824 75 150 0 7936 0
Current children cumulated CPU time (s) 1474.34
Current children cumulated vsize (KiB) 51312

[startup+1542.3 s]
/proc/loadavg: 1.00 1.07 1.43 2/67 9795
/proc/meminfo: memFree=1512488/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=32660 CPUtime=1531.79
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 7901 0 0 0 153170 9 0 0 25 0 1 0 1975858792 33443840 7887 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9769/statm: 8165 7887 75 150 0 8012 0
Current children cumulated CPU time (s) 1534.31
Current children cumulated vsize (KiB) 51616

[startup+1602.3 s]
/proc/loadavg: 1.00 1.06 1.40 2/67 9795
/proc/meminfo: memFree=1512424/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=32796 CPUtime=1591.77
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 7914 0 0 0 159168 9 0 0 25 0 1 0 1975858792 33583104 7900 996147200 134512640 135127466 4294956272 18446744073709551615 134531104 0 0 4096 3 0 0 0 17 0 0 0
/proc/9769/statm: 8199 7900 75 150 0 8046 0
Current children cumulated CPU time (s) 1594.29
Current children cumulated vsize (KiB) 51752

[startup+1662.3 s]
/proc/loadavg: 1.00 1.05 1.37 2/67 9795
/proc/meminfo: memFree=1512104/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=33096 CPUtime=1651.73
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 7984 0 0 0 165164 9 0 0 25 0 1 0 1975858792 33890304 7970 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9769/statm: 8274 7970 75 150 0 8121 0
Current children cumulated CPU time (s) 1654.25
Current children cumulated vsize (KiB) 52052

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.35 2/67 9795
/proc/meminfo: memFree=1511784/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=33408 CPUtime=1711.7
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 8073 0 0 0 171161 9 0 0 25 0 1 0 1975858792 34209792 8059 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9769/statm: 8352 8059 75 150 0 8199 0
Current children cumulated CPU time (s) 1714.22
Current children cumulated vsize (KiB) 52364

[startup+1782.3 s]
/proc/loadavg: 1.00 1.03 1.32 2/67 9795
/proc/meminfo: memFree=1510504/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=34476 CPUtime=1771.69
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 8353 0 0 0 177159 10 0 0 25 0 1 0 1975858792 35303424 8339 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9769/statm: 8619 8339 75 150 0 8466 0
Current children cumulated CPU time (s) 1774.21
Current children cumulated vsize (KiB) 53432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.1 s]
/proc/loadavg: 1.00 1.02 1.31 2/67 9795
/proc/meminfo: memFree=1510504/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=34608 CPUtime=1797.48
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 8364 0 0 0 179738 10 0 0 25 0 1 0 1975858792 35438592 8350 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/9769/statm: 8652 8350 75 150 0 8499 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 53564

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

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

[startup+1808.1 s]
/proc/loadavg: 1.00 1.02 1.31 2/67 9795
/proc/meminfo: memFree=1510504/2055920 swapFree=4179456/4192956
[pid=9745] ppid=9743 vsize=13600 CPUtime=2.52
/proc/9745/stat : 9745 (sugar) S 9743 9745 9600 0 -1 4194304 1031 16099 0 2 4 0 237 11 16 0 1 0 1975858530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9745/statm: 3400 798 370 3 0 500 0
[pid=9768] ppid=9745 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (sh) S 9745 9745 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975858792 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9768/statm: 1339 232 193 169 0 50 0
[pid=9769] ppid=9768 vsize=34608 CPUtime=1797.48
/proc/9769/stat : 9769 (minisat) R 9768 9745 9600 0 -1 4194304 8364 0 0 0 179738 10 0 0 25 0 1 0 1975858792 35438592 8350 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/9769/statm: 8652 8350 75 150 0 8499 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 53564

Child status: 0
Real time (s): 1808.12
CPU time (s): 1800.04
CPU user time (s): 1799.8
CPU system time (s): 0.239963
CPU usage (%): 99.5531
Max. virtual memory (cumulated for all children) (KiB): 883368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26110
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2489
involuntary context switches= 38517

runsolver used 1.87471 second user time and 5.45717 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-02 05:21:01
IDJOB=1039666
IDBENCH=53632
IDSOLVER=346
FILE ID=node43/1039666-1214968860
PBS_JOBID= 7870366
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb59-26/normalized-frb59-26-5-mgd_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039666-1214968860/watcher-1039666-1214968860 -o /tmp/evaluation-result-1039666-1214968860/solver-1039666-1214968860 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1039666-1214968860.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 48e18c10d82e0c79227fc1d9662ae8b3
RANDOM SEED=142301247

node43.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.230
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.230
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:       1528632 kB
Buffers:         52552 kB
Cached:         376308 kB
SwapCached:       7360 kB
Active:         123384 kB
Inactive:       332088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1528632 kB
SwapTotal:     4192956 kB
SwapFree:      4179456 kB
Dirty:            1896 kB
Writeback:           0 kB
Mapped:          42460 kB
Slab:            56816 kB
Committed_AS:  3633800 kB
PageTables:       1972 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= 66524 MiB
End job on node43 at 2008-07-02 05:51:11