Trace number 1127732

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+minisatMSAT (TO) 3600.02 3617.93

General information on the benchmark

Namemaxcsp/cnf/2-40-1100-2000/
normalized-cnf-2-40-1100-987629_ext.xml
MD5SUM7aa3e4a9e7b1c23c3636dce1033d6455
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints159
Best CPU time to get the best result obtained on this benchmark0.85087
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints585
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension585
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 23 03:14:38 2008
0.00/0.04	c 0	PID 3848
0.00/0.05	c 0	HOST node2.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127732-1216775678.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127732-1216775678.xml' 'HOME/temp.csp'
0.03/0.37	c 1	1 domains, 40 variables, 0 predicates, 14 relations, 585 constraints
0.03/0.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.41	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.49	c 1	Parsing HOME/temp.csp
0.34/0.62	c 1	parsed 640 expressions
0.34/0.62	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.64	c 1	MAX CSP: 585 constraints
0.34/0.64	c 1	Converting to clausal form CSP
0.34/0.67	c 1	converted 123 (10%) expressions
0.34/0.68	c 1	converted 246 (20%) expressions
0.34/0.70	c 1	converted 369 (30%) expressions
0.34/0.71	c 1	converted 492 (40%) expressions
0.34/0.72	c 1	converted 614 (50%) expressions
0.34/0.73	c 1	converted 737 (60%) expressions
0.34/0.74	c 1	converted 860 (70%) expressions
0.34/0.74	c 1	converted 983 (80%) expressions
0.34/0.82	c 1	converted 1106 (90%) expressions
0.34/0.93	c 1	converted 1228 (100%) expressions
0.34/0.93	c 1	CSP : 1210 integers, 0 booleans, 1754 clauses, largest domain size 878
0.34/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.93	c 1	Propagation in CSP
0.34/0.98	c 1	581 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.34/0.98	c 1	CSP : 1210 integers, 0 booleans, 1754 clauses, largest domain size 586
0.34/0.98	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.98	c 1	Simplifing CSP by introducing new Boolean variables
0.34/0.99	c 1	CSP : 1210 integers, 0 booleans, 1754 clauses, largest domain size 586
0.34/0.99	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.02	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.92/1.03	c 1	121 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.03	c 1	242 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.03	c 1	363 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.03	c 1	484 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.03	c 1	605 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.04	c 1	726 (60%) CSP integer variables are encoded (1061 clauses, 13110 bytes)
0.92/1.04	c 1	847 (70%) CSP integer variables are encoded (1893 clauses, 23926 bytes)
0.92/1.05	c 1	968 (80%) CSP integer variables are encoded (5223 clauses, 67216 bytes)
0.92/1.05	c 1	1089 (90%) CSP integer variables are encoded (8091 clauses, 104500 bytes)
0.92/1.06	c 1	1210 (100%) CSP integer variables are encoded (9511 clauses, 124401 bytes)
0.92/1.09	c 1	176 (10%) CSP clauses are encoded (9727 clauses, 126925 bytes)
0.92/1.10	c 1	351 (20%) CSP clauses are encoded (9937 clauses, 129548 bytes)
1.01/1.11	c 1	527 (30%) CSP clauses are encoded (10153 clauses, 132311 bytes)
1.01/1.14	c 1	702 (40%) CSP clauses are encoded (12503 clauses, 171839 bytes)
1.01/1.18	c 1	877 (50%) CSP clauses are encoded (33824 clauses, 557338 bytes)
1.10/1.20	c 1	1053 (60%) CSP clauses are encoded (40222 clauses, 669665 bytes)
1.21/1.31	c 2	1228 (70%) CSP clauses are encoded (101289 clauses, 1788419 bytes)
1.40/1.55	c 2	1404 (80%) CSP clauses are encoded (196703 clauses, 3499261 bytes)
1.60/1.71	c 2	1579 (90%) CSP clauses are encoded (284576 clauses, 5111914 bytes)
1.89/2.03	c 2	1754 (100%) CSP clauses are encoded (456739 clauses, 8579998 bytes)
1.89/2.04	c 2	1754 CSP clauses encoded
1.89/2.04	c 2	Writing map file : HOME/temp.map
1.89/2.05	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.89/2.05	c 2	SAT : 10721 SAT variables, 456739 SAT clauses, 8579998 bytes
1.89/2.05	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.89/2.09	c 2	OBJECTIVE minimize _COST
1.89/2.09	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.89/2.09	c 2	SEARCHING: _COST <= 293
1.89/2.09	c 2	SOLVING HOME/temp.cnf
1.89/2.09	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.89/2.09	c 2	This is MiniSat 2.0 beta
1.89/2.09	c 2	WARNING: for repeatability, setting FPU to use double precision
1.89/2.09	c 2	============================[ Problem Statistics ]=============================
1.89/2.09	c 2	|                                                                             |
1.89/2.10	c 2	|  Number of variables:  10721                                                |
1.89/2.10	c 2	|  Number of clauses:    456740                                               |
2.17/2.32	c 3	|  Parsing time:         0.20         s                                       |
2.26/2.47	c 3	============================[ Search Statistics ]==============================
2.26/2.47	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.26/2.47	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.26/2.47	c 3	===============================================================================
2.26/2.47	c 3	|         0 |    7801   292114   855448 |    97371        0    nan |  0.000 % |
2.45/2.67	c 3	|       102 |    7799   292114   855448 |   107108      101     13 | 27.376 % |
2.55/2.78	c 3	|       252 |    7799   292114   855448 |   117819      251     16 | 27.376 % |
2.65/2.89	c 3	|       478 |    7799   292114   855448 |   129601      477     16 | 27.377 % |
2.85/3.06	c 3	|       816 |    7799   292114   855448 |   142561      815     17 | 27.376 % |
3.06/3.27	c 4	|      1322 |    7799   292114   855448 |   156817     1321     18 | 27.376 % |
3.35/3.54	c 4	|      2083 |    7799   292114   855448 |   172499     2082     18 | 27.377 % |
3.74/3.97	c 4	|      3225 |    7786   291490   853633 |   189749     3224     18 | 27.376 % |
4.34/4.59	c 5	|      4934 |    7786   291490   853633 |   208724     4933     18 | 27.376 % |
5.24/5.46	c 6	|      7496 |    7786   291490   853633 |   229596     7495     17 | 27.377 % |
6.73/6.98	c 7	|     11340 |    7786   291490   853633 |   252556    11339     17 | 27.377 % |
9.42/9.67	c 10	|     17109 |    7786   291490   853633 |   277811    17108     17 | 27.376 % |
11.40/11.63	c 12	===============================================================================
11.40/11.63	c 12	restarts              : 12
11.40/11.63	c 12	conflicts             : 20345          (2153 /sec)
11.40/11.63	c 12	decisions             : 26590          (0.76 % random) (2814 /sec)
11.40/11.63	c 12	propagations          : 8647196        (915090 /sec)
11.40/11.63	c 12	conflict literals     : 357766         (28.31 % deleted)
11.40/11.63	c 12	Memory used           : 20.01 MB
11.40/11.63	c 12	CPU time              : 9.44956 s
11.40/11.63	c 12	
11.40/11.63	c 12	SATISFIABLE
11.40/11.64	c 12	FOUND: _COST <= 293
11.40/11.64	s SATISFIABLE
11.40/11.64	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.40/11.64	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.47/11.72	c 12	Decoding HOME/temp.out
11.47/11.89	c 12	OBJECTIVE _COST 293
11.47/11.89	o 293
11.47/11.90	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
11.47/11.94	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.47/11.94	c 12	OBJECTIVE BOUND: 0 <= _COST <= 293
11.47/11.94	c 12	SEARCHING: _COST <= 146
11.47/11.94	c 12	SOLVING HOME/temp.cnf
11.47/11.94	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.47/11.95	c 12	This is MiniSat 2.0 beta
11.47/11.95	c 12	WARNING: for repeatability, setting FPU to use double precision
11.47/11.95	c 12	============================[ Problem Statistics ]=============================
11.47/11.95	c 12	|                                                                             |
11.47/11.95	c 12	|  Number of variables:  10721                                                |
11.47/11.95	c 12	|  Number of clauses:    456740                                               |
11.91/12.19	c 12	|  Parsing time:         0.21         s                                       |
12.10/12.39	c 13	============================[ Search Statistics ]==============================
12.10/12.39	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.10/12.39	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.10/12.39	c 13	===============================================================================
12.10/12.39	c 13	|         0 |    6183   190682   555859 |    63560        0    nan |  0.000 % |
12.30/12.53	c 13	|       103 |    6179   190682   555859 |    69916      101     15 | 42.552 % |
12.30/12.59	c 13	|       254 |    6179   190682   555859 |    76908      252     16 | 42.552 % |
12.39/12.66	c 13	|       480 |    6179   190682   555859 |    84599      478     16 | 42.552 % |
12.49/12.79	c 13	|       820 |    6179   190682   555859 |    93059      818     16 | 42.552 % |
12.79/13.09	c 13	|      1329 |    6179   190682   555859 |   102365     1326     15 | 42.701 % |
13.19/13.41	c 14	|      2090 |    6143   187638   546867 |   112601     2087     17 | 42.701 % |
13.49/13.74	c 14	|      3229 |    6143   187638   546867 |   123861     3225     17 | 42.860 % |
14.09/14.32	c 15	|      4937 |    6126   186568   543716 |   136247     4932     17 | 43.028 % |
14.98/15.27	c 16	|      7500 |    6108   185479   540512 |   149872     7495     17 | 43.028 % |
16.67/16.93	c 17	|     11344 |    6108   185479   540512 |   164859    11339     17 | 43.028 % |
19.36/19.69	c 20	|     17110 |    6108   185479   540512 |   181345    17105     18 | 43.028 % |
25.13/25.43	c 26	|     25759 |    6108   185479   540512 |   199480    25754     21 | 43.028 % |
38.86/39.23	c 39	|     38733 |    6108   185479   540512 |   219428    38728     23 | 43.028 % |
62.93/63.45	c 64	|     58194 |    6108   185479   540512 |   241371    58189     24 | 43.028 % |
112.40/113.11	c 113	|     87387 |    6091   184545   537770 |   265508    87380     26 | 43.186 % |
205.05/206.29	c 207	|    131176 |    6091   184545   537770 |   292059   131169     27 | 43.186 % |
366.58/368.59	c 369	|    196860 |    6073   183591   534971 |   321265   196852     27 | 43.354 % |
699.57/703.17	c 703	|    295386 |    6073   183591   534971 |   353392   295378     27 | 43.354 % |
1110.28/1115.85	c 1116	|    443176 |    6073   183591   534971 |   388731   104052     25 | 43.354 % |
1785.03/1793.85	c 1794	|    664859 |    6073   183591   534971 |   427604   325735     27 | 43.354 % |
2722.70/2736.10	c 2736	|    997385 |    6054   182492   531736 |   470364   243719     27 | 43.681 % |
3600.02/3617.92	c ERROR INTERRUPTED
3600.02/3617.92	c 3618	CPU 11.53 (0.04 0 11.49 0.24)
3600.02/3617.92	c 3618	END Wed Jul 23 04:14:56 2008

Verifier Data (download as text)

OK	230	355
230 unsatisfied constraints, 355 satisfied constraints

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-1127732-1216775678/watcher-1127732-1216775678 -o /tmp/evaluation-result-1127732-1216775678/solver-1127732-1216775678 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1127732-1216775678.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 1.92 1.98 1.92 4/73 3848
/proc/meminfo: memFree=1612824/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=18572 CPUtime=0
/proc/3848/stat : 3848 (runsolver) R 3846 3848 3653 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4660576 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3848/statm: 4643 292 257 25 0 2626 0

[startup+0.061606 s]
/proc/loadavg: 1.92 1.98 1.92 4/73 3848
/proc/meminfo: memFree=1612824/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13600 CPUtime=0.03
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4660576 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3848/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101606 s]
/proc/loadavg: 1.92 1.98 1.92 4/73 3848
/proc/meminfo: memFree=1612824/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13600 CPUtime=0.03
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4660576 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3848/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301623 s]
/proc/loadavg: 1.92 1.98 1.92 4/73 3848
/proc/meminfo: memFree=1612824/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13600 CPUtime=0.03
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4660576 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3848/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701669 s]
/proc/loadavg: 1.92 1.98 1.92 4/73 3848
/proc/meminfo: memFree=1612824/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13600 CPUtime=0.34
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 974 4529 0 1 3 0 28 3 15 0 1 0 4660576 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.50275 s]
/proc/loadavg: 1.92 1.98 1.92 4/84 3870
/proc/meminfo: memFree=1598464/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13600 CPUtime=0.34
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 974 4529 0 1 3 0 28 3 15 0 1 0 4660576 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3400 797 370 3 0 500 0
[pid=3861] ppid=3848 vsize=5356 CPUtime=0
/proc/3861/stat : 3861 (sh) S 3848 3848 3653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4660618 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3861/statm: 1339 233 193 169 0 50 0
[pid=3862] ppid=3861 vsize=868456 CPUtime=1.06
/proc/3862/stat : 3862 (java) S 3861 3848 3653 0 -1 0 6598 0 1 0 99 7 0 0 18 0 9 0 4660618 889298944 5744 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3862/statm: 217114 5744 2563 9 0 211661 0
[pid=3862/tid=3863] ppid=3861 vsize=868456 CPUtime=0.71
/proc/3862/task/3863/stat : 3863 (java) R 3861 3848 3653 0 -1 64 2813 0 1 0 67 4 0 0 22 0 9 0 4660619 889298944 5744 996147200 134512640 134550740 4294955936 18446744073709551615 4126944926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3862/tid=3864] ppid=3861 vsize=868456 CPUtime=0.08
/proc/3862/task/3864/stat : 3864 (java) S 3861 3848 3653 0 -1 64 1616 0 0 0 7 1 0 0 16 0 9 0 4660620 889298944 5744 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3862/tid=3865] ppid=3861 vsize=868456 CPUtime=0
/proc/3862/task/3865/stat : 3865 (java) S 3861 3848 3653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4660620 889298944 5744 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3862/tid=3866] ppid=3861 vsize=868456 CPUtime=0
/proc/3862/task/3866/stat : 3866 (java) S 3861 3848 3653 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4660620 889298944 5744 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3862/tid=3867] ppid=3861 vsize=868456 CPUtime=0
/proc/3862/task/3867/stat : 3867 (java) S 3861 3848 3653 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4660622 889298944 5744 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3862/tid=3868] ppid=3861 vsize=868456 CPUtime=0.25
/proc/3862/task/3868/stat : 3868 (java) S 3861 3848 3653 0 -1 64 1477 0 0 0 24 1 0 0 16 0 9 0 4660622 889298944 5744 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3862/tid=3869] ppid=3861 vsize=868456 CPUtime=0
/proc/3862/task/3869/stat : 3869 (java) S 3861 3848 3653 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4660622 889298944 5744 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3862/tid=3870] ppid=3861 vsize=868456 CPUtime=0
/proc/3862/task/3870/stat : 3870 (java) S 3861 3848 3653 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4660622 889298944 5744 996147200 134512640 134550740 4294955936 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) 887412

[startup+3.10192 s]
/proc/loadavg: 1.92 1.98 1.92 3/76 3872
/proc/meminfo: memFree=1600000/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=1.97
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1072 11597 0 2 4 0 176 17 15 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3871] ppid=3848 vsize=5356 CPUtime=0
/proc/3871/stat : 3871 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4660785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3871/statm: 1339 232 193 169 0 50 0
[pid=3872] ppid=3871 vsize=20484 CPUtime=0.98
/proc/3872/stat : 3872 (minisat) R 3871 3848 3653 0 -1 4194304 5022 0 0 0 96 2 0 0 25 0 1 0 4660786 20975616 5008 996147200 134512640 135127466 4294956256 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 1 0 0
/proc/3872/statm: 5121 5008 75 150 0 4968 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 39572

[startup+6.30125 s]
/proc/loadavg: 1.93 1.98 1.92 3/76 3872
/proc/meminfo: memFree=1581440/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=1.97
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1072 11597 0 2 4 0 176 17 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3871] ppid=3848 vsize=5356 CPUtime=0
/proc/3871/stat : 3871 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4660785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3871/statm: 1339 232 193 169 0 50 0
[pid=3872] ppid=3871 vsize=20484 CPUtime=4.16
/proc/3872/stat : 3872 (minisat) R 3871 3848 3653 0 -1 4194304 5022 0 0 0 414 2 0 0 25 0 1 0 4660786 20975616 5008 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/3872/statm: 5121 5008 75 150 0 4968 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 39572

[startup+12.7019 s]
/proc/loadavg: 1.93 1.98 1.92 3/76 3884
/proc/meminfo: memFree=1595792/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 15 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3883/statm: 1339 232 193 169 0 50 0
[pid=3884] ppid=3883 vsize=20880 CPUtime=0.73
/proc/3884/stat : 3884 (minisat) R 3883 3848 3653 0 -1 4194304 5093 0 0 0 70 3 0 0 25 0 1 0 4661771 21381120 5079 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 1 0 0
/proc/3884/statm: 5220 5079 75 150 0 5067 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 39968

[startup+25.5012 s]
/proc/loadavg: 1.95 1.98 1.92 3/76 3884
/proc/meminfo: memFree=1581136/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3883/statm: 1339 232 193 169 0 50 0
[pid=3884] ppid=3883 vsize=20880 CPUtime=13.47
/proc/3884/stat : 3884 (minisat) R 3883 3848 3653 0 -1 4194304 5120 0 0 0 1344 3 0 0 25 0 1 0 4661771 21381120 5106 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/3884/statm: 5220 5106 75 150 0 5067 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 39968

[startup+51.1019 s]
/proc/loadavg: 1.96 1.98 1.92 3/76 3884
/proc/meminfo: memFree=1577424/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3883/statm: 1339 232 193 169 0 50 0
[pid=3884] ppid=3883 vsize=21532 CPUtime=38.93
/proc/3884/stat : 3884 (minisat) R 3883 3848 3653 0 -1 4194304 5260 0 0 0 3890 3 0 0 25 0 1 0 4661771 22048768 5246 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/3884/statm: 5383 5246 75 150 0 5230 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 40620

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.92 3/76 3884
/proc/meminfo: memFree=1566672/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3883/statm: 1339 232 193 169 0 50 0
[pid=3884] ppid=3883 vsize=26620 CPUtime=89.9
/proc/3884/stat : 3884 (minisat) R 3883 3848 3653 0 -1 4194304 6523 0 0 0 8985 5 0 0 25 0 1 0 4661771 27258880 6509 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/3884/statm: 6655 6509 75 150 0 6502 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 45708

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/76 3884
/proc/meminfo: memFree=1556304/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3883/statm: 1339 232 193 169 0 50 0
[pid=3884] ppid=3883 vsize=31704 CPUtime=149.6
/proc/3884/stat : 3884 (minisat) R 3883 3848 3653 0 -1 4194304 7755 0 0 0 14954 6 0 0 25 0 1 0 4661771 32464896 7741 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3884/statm: 7926 7741 75 150 0 7773 0
Current children cumulated CPU time (s) 161.36
Current children cumulated vsize (KiB) 50792

[startup+222.303 s]
/proc/loadavg: 1.99 1.98 1.92 3/76 3884
/proc/meminfo: memFree=1548240/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1399888/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3883/statm: 1339 232 193 169 0 50 0
[pid=3884] ppid=3883 vsize=86236 CPUtime=3134.49
/proc/3884/stat : 3884 (minisat) R 3883 3848 3653 0 -1 4194304 20947 0 0 0 313425 24 0 0 25 0 1 0 4661771 88305664 20925 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3884/statm: 21559 20925 75 150 0 21406 0
Current children cumulated CPU time (s) 3146.25
Current children cumulated vsize (KiB) 105324

[startup+3222.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/76 4388
/proc/meminfo: memFree=1398544/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3883/statm: 1339 232 193 169 0 50 0
[pid=3884] ppid=3883 vsize=86236 CPUtime=3194.24
/proc/3884/stat : 3884 (minisat) R 3883 3848 3653 0 -1 4194304 20969 0 0 0 319400 24 0 0 25 0 1 0 4661771 88305664 20947 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3884/statm: 21559 20947 75 150 0 21406 0
Current children cumulated CPU time (s) 3206
Current children cumulated vsize (KiB) 105324

[startup+3282.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/76 4388
/proc/meminfo: memFree=1397264/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3883/statm: 1339 232 193 169 0 50 0
[pid=3884] ppid=3883 vsize=86504 CPUtime=3254
/proc/3884/stat : 3884 (minisat) R 3883 3848 3653 0 -1 4194304 20988 0 0 0 325376 24 0 0 25 0 1 0 4661771 88580096 20966 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3884/statm: 21626 20966 75 150 0 21473 0
Current children cumulated CPU time (s) 3265.76
Current children cumulated vsize (KiB) 105592

[startup+3342.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/76 4388
/proc/meminfo: memFree=1396112/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3883/statm: 1339 232 193 169 0 50 0
[pid=3884] ppid=3883 vsize=86504 CPUtime=3313.77
/proc/3884/stat : 3884 (minisat) R 3883 3848 3653 0 -1 4194304 21005 0 0 0 331352 25 0 0 25 0 1 0 4661771 88580096 20983 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3884/statm: 21626 20983 75 150 0 21473 0
Current children cumulated CPU time (s) 3325.53
Current children cumulated vsize (KiB) 105592

[startup+3402.31 s]
/proc/loadavg: 2.00 2.01 1.97 3/76 4388
/proc/meminfo: memFree=1394512/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3883/statm: 1339 232 193 169 0 50 0
[pid=3884] ppid=3883 vsize=86504 CPUtime=3373.53
/proc/3884/stat : 3884 (minisat) R 3883 3848 3653 0 -1 4194304 21013 0 0 0 337328 25 0 0 25 0 1 0 4661771 88580096 20991 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3884/statm: 21626 20991 75 150 0 21473 0
Current children cumulated CPU time (s) 3385.29
Current children cumulated vsize (KiB) 105592

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/76 4388
/proc/meminfo: memFree=1392976/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3883/statm: 1339 232 193 169 0 50 0
[pid=3884] ppid=3883 vsize=86504 CPUtime=3433.28
/proc/3884/stat : 3884 (minisat) R 3883 3848 3653 0 -1 4194304 21016 0 0 0 343303 25 0 0 25 0 1 0 4661771 88580096 20994 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/3884/statm: 21626 20994 75 150 0 21473 0
Current children cumulated CPU time (s) 3445.04
Current children cumulated vsize (KiB) 105592

[startup+3522.3 s]
/proc/loadavg: 2.08 2.02 1.97 3/76 4388
/proc/meminfo: memFree=1391696/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3883/statm: 1339 232 193 169 0 50 0
[pid=3884] ppid=3883 vsize=86832 CPUtime=3493.03
/proc/3884/stat : 3884 (minisat) R 3883 3848 3653 0 -1 4194304 21096 0 0 0 349278 25 0 0 25 0 1 0 4661771 88915968 21074 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/3884/statm: 21708 21074 75 150 0 21555 0
Current children cumulated CPU time (s) 3504.79
Current children cumulated vsize (KiB) 105920

[startup+3582.3 s]
/proc/loadavg: 2.26 2.06 1.99 3/76 4388
/proc/meminfo: memFree=1389712/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3883/statm: 1339 232 193 169 0 50 0
[pid=3884] ppid=3883 vsize=87360 CPUtime=3552.79
/proc/3884/stat : 3884 (minisat) R 3883 3848 3653 0 -1 4194304 21240 0 0 0 355253 26 0 0 25 0 1 0 4661771 89456640 21218 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/3884/statm: 21840 21218 75 150 0 21687 0
Current children cumulated CPU time (s) 3564.55
Current children cumulated vsize (KiB) 106448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.91 s]
/proc/loadavg: 2.14 2.05 1.99 2/73 4389
/proc/meminfo: memFree=1546216/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3883/statm: 1339 232 193 169 0 50 0
[pid=3884] ppid=3883 vsize=88284 CPUtime=3588.26
/proc/3884/stat : 3884 (minisat) R 3883 3848 3653 0 -1 4194304 21493 0 0 0 358800 26 0 0 25 0 1 0 4661771 90402816 21471 996147200 134512640 135127466 4294956256 18446744073709551615 134528288 0 0 4096 3 0 0 0 17 1 0 0
/proc/3884/statm: 22071 21471 75 150 0 21918 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 107372

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

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

[startup+3617.91 s]
/proc/loadavg: 2.14 2.05 1.99 2/73 4389
/proc/meminfo: memFree=1546216/2055920 swapFree=4192956/4192956
[pid=3848] ppid=3846 vsize=13732 CPUtime=11.76
/proc/3848/stat : 3848 (sugar) S 3846 3848 3653 0 -1 4194304 1192 20795 0 3 4 0 1149 23 16 0 1 0 4660576 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3848/statm: 3433 820 374 3 0 533 0
[pid=3883] ppid=3848 vsize=5356 CPUtime=0
/proc/3883/stat : 3883 (sh) S 3848 3848 3653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4661770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3883/statm: 1339 232 193 169 0 50 0
[pid=3884] ppid=3883 vsize=88284 CPUtime=3588.26
/proc/3884/stat : 3884 (minisat) R 3883 3848 3653 0 -1 4194304 21493 0 0 0 358800 26 0 0 25 0 1 0 4661771 90402816 21471 996147200 134512640 135127466 4294956256 18446744073709551615 134528288 0 0 4096 3 0 0 0 17 1 0 0
/proc/3884/statm: 22071 21471 75 150 0 21918 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 107372

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3848 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=538245
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=256960
# CPU time returned by wait4() is 11.7952
# while last known CPU time is 3600.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3617.93
CPU time (s): 3600.02
CPU user time (s): 3599.53
CPU system time (s): 0.49
CPU usage (%): 99.505
Max. virtual memory (cumulated for all children) (KiB): 887412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5382
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22329
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3723
involuntary context switches= 3681

runsolver used 3.44148 second user time and 9.8495 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-23 03:14:38
IDJOB=1127732
IDBENCH=63884
IDSOLVER=368
FILE ID=node2/1127732-1216775678
PBS_JOBID= 7974149
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-40-1100-2000/normalized-cnf-2-40-1100-987629_ext.xml
COMMAND LINE= DIR/sugar -max -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-1127732-1216775678/watcher-1127732-1216775678 -o /tmp/evaluation-result-1127732-1216775678/solver-1127732-1216775678 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127732-1216775678.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7aa3e4a9e7b1c23c3636dce1033d6455
RANDOM SEED=305966918

node2.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.239
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.239
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:       1613368 kB
Buffers:         23700 kB
Cached:         335000 kB
SwapCached:          0 kB
Active:         298916 kB
Inactive:        98560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1613368 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           10728 kB
Writeback:           0 kB
Mapped:          50028 kB
Slab:            30400 kB
Committed_AS:    99504 kB
PageTables:       1924 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= 66560 MiB
End job on node2 at 2008-07-23 04:14:58