Trace number 1127428

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.06 3602.28

General information on the benchmark

Namemaxcsp/cnf/3-80-1100-2000/
normalized-cnf-3-80-1600-621048_ext.xml
MD5SUMb607337eec6d69654dfd5e792ead8ed9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints85
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1590
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1590
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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 01:18:34 2008
0.00/0.04	c 0	PID 3750
0.03/0.05	c 0	HOST node66.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1127428-1216768714.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-1127428-1216768714.xml' 'HOME/temp.csp'
0.03/0.44	c 0	1 domains, 80 variables, 0 predicates, 15 relations, 1590 constraints
0.03/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	c 0	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.39/0.55	c 0	Parsing HOME/temp.csp
0.39/0.92	c 1	parsed 1686 expressions
0.39/0.92	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.95	c 1	MAX CSP: 1590 constraints
0.39/0.95	c 1	Converting to clausal form CSP
0.39/1.00	c 1	converted 328 (10%) expressions
0.90/1.03	c 1	converted 656 (20%) expressions
0.90/1.06	c 1	converted 984 (30%) expressions
0.90/1.09	c 1	converted 1312 (40%) expressions
1.09/1.22	c 1	converted 1640 (50%) expressions
1.09/1.23	c 1	converted 1968 (60%) expressions
1.09/1.24	c 1	converted 2296 (70%) expressions
1.09/1.25	c 1	converted 2624 (80%) expressions
1.09/1.27	c 1	converted 2952 (90%) expressions
1.29/1.47	c 1	converted 3279 (100%) expressions
1.29/1.47	c 1	CSP : 3260 integers, 0 booleans, 4769 clauses, largest domain size 2386
1.29/1.47	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.47	c 1	Propagation in CSP
1.39/1.54	c 1	1584 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.39/1.55	c 1	CSP : 3260 integers, 0 booleans, 4769 clauses, largest domain size 1591
1.39/1.55	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.55	c 1	Simplifing CSP by introducing new Boolean variables
1.39/1.56	c 1	CSP : 3260 integers, 0 booleans, 4769 clauses, largest domain size 1591
1.39/1.56	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.60	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.49/1.61	c 2	326 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.49/1.61	c 2	652 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.49/1.62	c 2	978 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.49/1.62	c 2	1304 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.49/1.62	c 2	1630 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.49/1.63	c 2	1956 (60%) CSP integer variables are encoded (3297 clauses, 42925 bytes)
1.49/1.64	c 2	2282 (70%) CSP integer variables are encoded (6040 clauses, 78584 bytes)
1.49/1.66	c 2	2608 (80%) CSP integer variables are encoded (23550 clauses, 337997 bytes)
1.49/1.66	c 2	2934 (90%) CSP integer variables are encoded (26199 clauses, 377732 bytes)
1.49/1.67	c 2	3260 (100%) CSP integer variables are encoded (29759 clauses, 431132 bytes)
1.59/1.72	c 2	477 (10%) CSP clauses are encoded (30237 clauses, 438946 bytes)
1.59/1.75	c 2	954 (20%) CSP clauses are encoded (30715 clauses, 447311 bytes)
1.59/1.76	c 2	1431 (30%) CSP clauses are encoded (31193 clauses, 456166 bytes)
1.69/1.81	c 2	1908 (40%) CSP clauses are encoded (45762 clauses, 714282 bytes)
1.89/2.09	c 2	2385 (50%) CSP clauses are encoded (196297 clauses, 3471291 bytes)
1.99/2.18	c 2	2862 (60%) CSP clauses are encoded (239918 clauses, 4258702 bytes)
6.17/6.33	c 6	3339 (70%) CSP clauses are encoded (2607471 clauses, 52955270 bytes)
6.26/6.42	c 6	3816 (80%) CSP clauses are encoded (2657592 clauses, 54006936 bytes)
6.47/6.66	c 7	4293 (90%) CSP clauses are encoded (2782935 clauses, 56671659 bytes)
7.34/7.51	c 7	4769 (100%) CSP clauses are encoded (3250995 clauses, 66684937 bytes)
7.34/7.51	c 7	4769 CSP clauses encoded
7.34/7.51	c 7	Writing map file : HOME/temp.map
7.34/7.55	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.34/7.55	c 7	SAT : 33019 SAT variables, 3250995 SAT clauses, 66684937 bytes
7.34/7.55	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.39/7.61	c 8	OBJECTIVE minimize _COST
7.39/7.61	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.39/7.61	c 8	SEARCHING: _COST <= 795
7.39/7.61	c 8	SOLVING HOME/temp.cnf
7.39/7.61	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.43/7.72	c 8	This is MiniSat 2.0 beta
7.43/7.72	c 8	WARNING: for repeatability, setting FPU to use double precision
7.43/7.73	c 8	============================[ Problem Statistics ]=============================
7.43/7.73	c 8	|                                                                             |
7.43/7.73	c 8	|  Number of variables:  33019                                                |
7.43/7.73	c 8	|  Number of clauses:    3250996                                              |
8.97/9.39	c 9	|  Parsing time:         1.42         s                                       |
11.46/11.81	c 12	============================[ Search Statistics ]==============================
11.46/11.81	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.46/11.81	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.46/11.81	c 12	===============================================================================
11.46/11.81	c 12	|         0 |   24274  2067465  6138556 |   689155        0    nan |  0.000 % |
12.26/12.68	c 13	|       102 |   24274  2067465  6138556 |   758070      102     37 | 26.485 % |
12.46/12.80	c 13	===============================================================================
12.46/12.80	c 13	restarts              : 2
12.46/12.80	c 13	conflicts             : 118            (24 /sec)
12.46/12.80	c 13	decisions             : 1120           (1.07 % random) (232 /sec)
12.46/12.80	c 13	propagations          : 302934         (62872 /sec)
12.46/12.80	c 13	conflict literals     : 4402           (9.89 % deleted)
12.46/12.80	c 13	Memory used           : 125.55 MB
12.46/12.80	c 13	CPU time              : 4.81827 s
12.46/12.81	c 13	
12.46/12.82	c 13	SATISFIABLE
12.46/12.84	c 13	FOUND: _COST <= 795
12.46/12.84	s SATISFIABLE
12.46/12.84	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.46/12.84	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.51/12.98	c 13	Decoding HOME/temp.out
12.69/13.18	c 13	OBJECTIVE _COST 583
12.69/13.18	o 583
12.69/13.18	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
12.69/13.18	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.77/13.26	c 13	OBJECTIVE BOUND: 0 <= _COST <= 583
12.77/13.26	c 13	SEARCHING: _COST <= 291
12.77/13.26	c 13	SOLVING HOME/temp.cnf
12.77/13.26	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.77/13.26	c 13	This is MiniSat 2.0 beta
12.77/13.26	c 13	WARNING: for repeatability, setting FPU to use double precision
12.77/13.26	c 13	============================[ Problem Statistics ]=============================
12.77/13.26	c 13	|                                                                             |
12.77/13.27	c 13	|  Number of variables:  33019                                                |
12.77/13.27	c 13	|  Number of clauses:    3250996                                              |
14.41/14.99	c 15	|  Parsing time:         1.51         s                                       |
18.07/18.66	c 19	============================[ Search Statistics ]==============================
18.07/18.66	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.07/18.66	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.07/18.66	c 19	===============================================================================
18.07/18.66	c 19	|         0 |   17906  1016287  3003622 |   338762        0    nan |  0.000 % |
18.56/19.10	c 19	|       100 |   17906  1016287  3003622 |   372638      100     42 | 45.771 % |
18.56/19.19	c 19	|       250 |   17906  1016287  3003622 |   409902      250     29 | 45.771 % |
18.86/19.48	c 19	|       475 |   17906  1016287  3003622 |   450892      475     32 | 45.771 % |
18.96/19.59	c 20	===============================================================================
18.96/19.60	c 20	restarts              : 4
18.96/19.60	c 20	conflicts             : 674            (111 /sec)
18.96/19.60	c 20	decisions             : 1680           (1.01 % random) (277 /sec)
18.96/19.60	c 20	propagations          : 680852         (112110 /sec)
18.96/19.60	c 20	conflict literals     : 21836          (13.26 % deleted)
18.96/19.60	c 20	Memory used           : 128.01 MB
18.96/19.60	c 20	CPU time              : 6.07308 s
18.96/19.60	c 20	
19.06/19.61	c 20	SATISFIABLE
19.06/19.63	c 20	FOUND: _COST <= 291
19.06/19.63	c 20	DECODING HOME/temp.out WITH HOME/temp.map
19.06/19.63	c 20	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
19.15/19.72	c 20	Decoding HOME/temp.out
19.34/19.92	c 20	OBJECTIVE _COST 291
19.34/19.92	o 291
19.34/19.92	v 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 1 1 1 0 1 0 0 0 1 0 0 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 1 1 1 1 1 1 1 0 1 1 1 1
19.34/19.93	c 20	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
19.34/19.95	c 20	OBJECTIVE BOUND: 0 <= _COST <= 291
19.34/19.95	c 20	SEARCHING: _COST <= 145
19.34/19.95	c 20	SOLVING HOME/temp.cnf
19.34/19.95	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.34/19.96	c 20	This is MiniSat 2.0 beta
19.34/19.96	c 20	WARNING: for repeatability, setting FPU to use double precision
19.34/19.96	c 20	============================[ Problem Statistics ]=============================
19.34/19.96	c 20	|                                                                             |
19.34/19.96	c 20	|  Number of variables:  33019                                                |
19.34/19.96	c 20	|  Number of clauses:    3250996                                              |
20.92/21.56	c 21	|  Parsing time:         1.42         s                                       |
24.42/25.09	c 25	============================[ Search Statistics ]==============================
24.42/25.09	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.42/25.09	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.42/25.09	c 25	===============================================================================
24.42/25.09	c 25	|         0 |   15339   559860  1641896 |   186620        0    nan |  0.000 % |
24.72/25.36	c 25	|       101 |   15339   559860  1641896 |   205282      101     33 | 53.545 % |
24.82/25.47	c 25	|       251 |   15339   559860  1641896 |   225810      251     31 | 53.545 % |
25.12/25.71	c 26	|       476 |   15339   559860  1641896 |   248391      476     27 | 53.545 % |
25.32/25.93	c 26	|       814 |   15339   559860  1641896 |   273230      814     25 | 53.545 % |
25.72/26.35	c 26	|      1322 |   15339   559860  1641896 |   300553     1322     24 | 53.545 % |
26.42/27.08	c 27	|      2082 |   15339   559860  1641896 |   330608     2082     28 | 53.545 % |
27.72/28.32	c 28	|      3221 |   15339   559860  1641896 |   363669     3221     31 | 53.545 % |
28.92/29.55	c 29	|      4931 |   15339   559860  1641896 |   400036     4931     34 | 53.545 % |
32.21/32.84	c 33	|      7496 |   15339   559860  1641896 |   440040     7496     37 | 53.545 % |
36.01/36.60	c 37	|     11342 |   15339   559860  1641896 |   484044    11342     39 | 53.545 % |
45.91/46.53	c 46	|     17109 |   15339   559860  1641896 |   532448    17109     44 | 53.545 % |
57.20/57.86	c 58	|     25760 |   15339   559860  1641896 |   585693    25760     46 | 53.545 % |
74.89/75.59	c 76	|     38734 |   15339   559860  1641896 |   644262    38734     46 | 53.545 % |
107.27/107.91	c 108	|     58195 |   15339   559860  1641896 |   708689    58195     49 | 53.545 % |
153.23/153.98	c 154	|     87387 |   15339   559860  1641896 |   779558    87387     51 | 53.545 % |
232.49/233.22	c 233	|    131176 |   15339   559860  1641896 |   857513   131176     51 | 53.545 % |
388.21/389.05	c 389	|    196860 |   15339   559860  1641896 |   943265   196860     54 | 53.545 % |
668.28/669.21	c 669	|    295386 |   15339   559860  1641896 |  1037591   295386     55 | 53.545 % |
1151.59/1152.79	c 1153	|    443176 |   15339   559860  1641896 |  1141350   443176     55 | 53.545 % |
2124.97/2126.59	c 2127	|    664861 |   15339   559860  1641896 |  1255486   664861     57 | 53.545 % |
3600.06/3602.22	c ERROR INTERRUPTED
3600.06/3602.26	c 3602	CPU 18.25 (0.04 0.01 18.21 1.13)
3600.06/3602.26	c 3602	END Wed Jul 23 02:18:36 2008

Verifier Data (download as text)

OK	178	1412
178 unsatisfied constraints, 1412 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-1127428-1216768714/watcher-1127428-1216768714 -o /tmp/evaluation-result-1127428-1216768714/solver-1127428-1216768714 -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-1127428-1216768714.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: 2.64 2.74 2.64 5/80 3750
/proc/meminfo: memFree=1387248/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=18572 CPUtime=0
/proc/3750/stat : 3750 (runsolver) R 3748 3750 3596 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 3958316 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3750/statm: 4643 292 257 25 0 2626 0

[startup+0.0479751 s]
/proc/loadavg: 2.64 2.74 2.64 5/80 3750
/proc/meminfo: memFree=1387248/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13600 CPUtime=0.03
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 3958316 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102976 s]
/proc/loadavg: 2.64 2.74 2.64 5/80 3750
/proc/meminfo: memFree=1387248/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13600 CPUtime=0.03
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 3958316 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.303002 s]
/proc/loadavg: 2.64 2.74 2.64 5/80 3750
/proc/meminfo: memFree=1387248/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13600 CPUtime=0.03
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 3958316 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702047 s]
/proc/loadavg: 2.64 2.74 2.64 5/80 3750
/proc/meminfo: memFree=1387248/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13600 CPUtime=0.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 974 4791 0 1 3 0 32 4 16 0 1 0 3958316 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3750/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50114 s]
/proc/loadavg: 2.64 2.74 2.64 5/91 3772
/proc/meminfo: memFree=1378200/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13600 CPUtime=0.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 974 4791 0 1 3 0 32 4 15 0 1 0 3958316 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3750/statm: 3400 797 370 3 0 500 0
[pid=3763] ppid=3750 vsize=5356 CPUtime=0
/proc/3763/stat : 3763 (sh) S 3750 3750 3596 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 3958364 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3763/statm: 1339 233 193 169 0 50 0
[pid=3764] ppid=3763 vsize=868288 CPUtime=1
/proc/3764/stat : 3764 (java) S 3763 3750 3596 0 -1 0 7091 0 1 0 97 3 0 0 18 0 9 0 3958364 889126912 6340 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3764/statm: 217072 6343 2538 9 0 211647 0
[pid=3764/tid=3765] ppid=3763 vsize=868288 CPUtime=0.67
/proc/3764/task/3765/stat : 3765 (java) R 3763 3750 3596 0 -1 64 2654 0 1 0 66 1 0 0 20 0 9 0 3958365 889126912 6345 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3766] ppid=3763 vsize=868288 CPUtime=0.09
/proc/3764/task/3766/stat : 3766 (java) R 3763 3750 3596 0 -1 64 2281 0 0 0 9 0 0 0 16 0 9 0 3958366 889126912 6348 996147200 134512640 134550740 4294955936 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3767] ppid=3763 vsize=868288 CPUtime=0
/proc/3764/task/3767/stat : 3767 (java) S 3763 3750 3596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3958366 889126912 6350 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3768] ppid=3763 vsize=868288 CPUtime=0
/proc/3764/task/3768/stat : 3768 (java) S 3763 3750 3596 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 3958366 889126912 6353 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3769] ppid=3763 vsize=868288 CPUtime=0
/proc/3764/task/3769/stat : 3769 (java) S 3763 3750 3596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3958368 889126912 6354 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3770] ppid=3763 vsize=868288 CPUtime=0.21
/proc/3764/task/3770/stat : 3770 (java) S 3763 3750 3596 0 -1 64 1472 0 0 0 20 1 0 0 16 0 9 0 3958368 889126912 6357 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3771] ppid=3763 vsize=868288 CPUtime=0
/proc/3764/task/3771/stat : 3771 (java) S 3763 3750 3596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 3958368 889126912 6360 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3772] ppid=3763 vsize=868288 CPUtime=0
/proc/3764/task/3772/stat : 3772 (java) S 3763 3750 3596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3958368 889126912 6361 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887244

[startup+3.10134 s]
/proc/loadavg: 2.66 2.74 2.64 3/91 3772
/proc/meminfo: memFree=1365464/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13600 CPUtime=0.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 974 4791 0 1 3 0 32 4 15 0 1 0 3958316 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3750/statm: 3400 797 370 3 0 500 0
[pid=3763] ppid=3750 vsize=5356 CPUtime=0
/proc/3763/stat : 3763 (sh) S 3750 3750 3596 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 3958364 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3763/statm: 1339 233 193 169 0 50 0
[pid=3764] ppid=3763 vsize=868512 CPUtime=2.59
/proc/3764/stat : 3764 (java) S 3763 3750 3596 0 -1 0 7705 0 1 0 244 15 0 0 18 0 9 0 3958364 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3764/statm: 217128 6504 2564 9 0 211675 0
[pid=3764/tid=3765] ppid=3763 vsize=868512 CPUtime=2.04
/proc/3764/task/3765/stat : 3765 (java) R 3763 3750 3596 0 -1 64 3153 0 1 0 194 10 0 0 25 0 9 0 3958365 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3766] ppid=3763 vsize=868512 CPUtime=0.23
/proc/3764/task/3766/stat : 3766 (java) S 3763 3750 3596 0 -1 64 2345 0 0 0 21 2 0 0 16 0 9 0 3958366 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3767] ppid=3763 vsize=868512 CPUtime=0
/proc/3764/task/3767/stat : 3767 (java) S 3763 3750 3596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3958366 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3768] ppid=3763 vsize=868512 CPUtime=0
/proc/3764/task/3768/stat : 3768 (java) S 3763 3750 3596 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 3958366 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3769] ppid=3763 vsize=868512 CPUtime=0
/proc/3764/task/3769/stat : 3769 (java) S 3763 3750 3596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3958368 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3770] ppid=3763 vsize=868512 CPUtime=0.28
/proc/3764/task/3770/stat : 3770 (java) S 3763 3750 3596 0 -1 64 1515 0 0 0 27 1 0 0 16 0 9 0 3958368 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3771] ppid=3763 vsize=868512 CPUtime=0
/proc/3764/task/3771/stat : 3771 (java) S 3763 3750 3596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 3958368 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3772] ppid=3763 vsize=868512 CPUtime=0
/proc/3764/task/3772/stat : 3772 (java) S 3763 3750 3596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3958368 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887468

[startup+6.30271 s]
/proc/loadavg: 2.66 2.74 2.64 3/91 3772
/proc/meminfo: memFree=1325784/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13600 CPUtime=0.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 974 4791 0 1 3 0 32 4 15 0 1 0 3958316 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3750/statm: 3400 797 370 3 0 500 0
[pid=3763] ppid=3750 vsize=5356 CPUtime=0
/proc/3763/stat : 3763 (sh) S 3750 3750 3596 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 3958364 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3763/statm: 1339 233 193 169 0 50 0
[pid=3764] ppid=3763 vsize=868512 CPUtime=5.78
/proc/3764/stat : 3764 (java) S 3763 3750 3596 0 -1 0 8764 0 1 0 537 41 0 0 18 0 9 0 3958364 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3764/statm: 217128 6504 2564 9 0 211675 0
[pid=3764/tid=3765] ppid=3763 vsize=868512 CPUtime=5.03
/proc/3764/task/3765/stat : 3765 (java) R 3763 3750 3596 0 -1 64 4212 0 1 0 471 32 0 0 25 0 9 0 3958365 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3766] ppid=3763 vsize=868512 CPUtime=0.43
/proc/3764/task/3766/stat : 3766 (java) S 3763 3750 3596 0 -1 64 2345 0 0 0 37 6 0 0 16 0 9 0 3958366 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3767] ppid=3763 vsize=868512 CPUtime=0
/proc/3764/task/3767/stat : 3767 (java) S 3763 3750 3596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3958366 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3768] ppid=3763 vsize=868512 CPUtime=0
/proc/3764/task/3768/stat : 3768 (java) S 3763 3750 3596 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 3958366 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3769] ppid=3763 vsize=868512 CPUtime=0
/proc/3764/task/3769/stat : 3769 (java) S 3763 3750 3596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3958368 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3770] ppid=3763 vsize=868512 CPUtime=0.28
/proc/3764/task/3770/stat : 3770 (java) S 3763 3750 3596 0 -1 64 1515 0 0 0 27 1 0 0 16 0 9 0 3958368 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3771] ppid=3763 vsize=868512 CPUtime=0
/proc/3764/task/3771/stat : 3771 (java) S 3763 3750 3596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 3958368 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3764/tid=3772] ppid=3763 vsize=868512 CPUtime=0
/proc/3764/task/3772/stat : 3772 (java) S 3763 3750 3596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3958368 889356288 6504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887468

[startup+12.7015 s]
/proc/loadavg: 2.56 2.72 2.64 3/83 3774
/proc/meminfo: memFree=1190808/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13864 CPUtime=7.43
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 1100 14248 0 2 4 1 680 58 16 0 1 0 3958316 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3750/statm: 3466 848 374 3 0 566 0
[pid=3773] ppid=3750 vsize=5356 CPUtime=0
/proc/3773/stat : 3773 (sh) S 3750 3750 3596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3959078 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3773/statm: 1339 232 193 169 0 50 0
[pid=3774] ppid=3773 vsize=128556 CPUtime=4.93
/proc/3774/stat : 3774 (minisat) R 3773 3750 3596 0 -1 4194304 31667 0 0 0 471 22 0 0 25 0 1 0 3959088 131641344 31653 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3774/statm: 32139 31653 76 150 0 31986 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 147776

[startup+25.5012 s]
/proc/loadavg: 2.63 2.72 2.64 3/83 3798
/proc/meminfo: memFree=1187928/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13864 CPUtime=19.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 1335 86742 0 4 4 1 1821 113 15 0 1 0 3958316 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3466 848 374 3 0 566 0
[pid=3797] ppid=3750 vsize=5356 CPUtime=0
/proc/3797/stat : 3797 (sh) S 3750 3750 3596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960312 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3797/statm: 1339 232 193 169 0 50 0
[pid=3798] ppid=3797 vsize=131772 CPUtime=5.53
/proc/3798/stat : 3798 (minisat) R 3797 3750 3596 0 -1 4194304 32448 0 0 0 535 18 0 0 25 0 1 0 3960312 134934528 32434 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/3798/statm: 32943 32434 76 150 0 32790 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 150992

[startup+51.1015 s]
/proc/loadavg: 2.54 2.70 2.63 3/83 3798
/proc/meminfo: memFree=1187864/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13864 CPUtime=19.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 1335 86742 0 4 4 1 1821 113 16 0 1 0 3958316 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3466 848 374 3 0 566 0
[pid=3797] ppid=3750 vsize=5356 CPUtime=0
/proc/3797/stat : 3797 (sh) S 3750 3750 3596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960312 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3797/statm: 1339 232 193 169 0 50 0
[pid=3798] ppid=3797 vsize=131772 CPUtime=31.11
/proc/3798/stat : 3798 (minisat) R 3797 3750 3596 0 -1 4194304 32448 0 0 0 3092 19 0 0 25 0 1 0 3960312 134934528 32434 996147200 134512640 135127466 4294956256 18446744073709551615 134528627 0 0 4096 3 0 0 0 17 0 0 0
/proc/3798/statm: 32943 32434 76 150 0 32790 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 150992

[startup+102.308 s]
/proc/loadavg: 2.65 2.70 2.64 3/83 3800
/proc/meminfo: memFree=1187800/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13864 CPUtime=19.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 1335 86742 0 4 4 1 1821 113 16 0 1 0 3958316 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3466 848 374 3 0 566 0

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

/proc/meminfo: memFree=1061144/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13864 CPUtime=19.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 1335 86742 0 4 4 1 1821 113 16 0 1 0 3958316 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3466 848 374 3 0 566 0
[pid=3797] ppid=3750 vsize=5356 CPUtime=0
/proc/3797/stat : 3797 (sh) S 3750 3750 3596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960312 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3797/statm: 1339 232 193 169 0 50 0
[pid=3798] ppid=3797 vsize=292208 CPUtime=3080.97
/proc/3798/stat : 3798 (minisat) R 3797 3750 3596 0 -1 4194304 71890 0 0 0 308012 85 0 0 25 0 1 0 3960312 299220992 71876 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3798/statm: 73052 71876 76 150 0 72899 0
Current children cumulated CPU time (s) 3100.36
Current children cumulated vsize (KiB) 311428

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 3953
/proc/meminfo: memFree=1058392/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13864 CPUtime=19.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 1335 86742 0 4 4 1 1821 113 16 0 1 0 3958316 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3466 848 374 3 0 566 0
[pid=3797] ppid=3750 vsize=5356 CPUtime=0
/proc/3797/stat : 3797 (sh) S 3750 3750 3596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960312 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3797/statm: 1339 232 193 169 0 50 0
[pid=3798] ppid=3797 vsize=294896 CPUtime=3140.94
/proc/3798/stat : 3798 (minisat) R 3797 3750 3596 0 -1 4194304 72555 0 0 0 314008 86 0 0 25 0 1 0 3960312 301973504 72541 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3798/statm: 73724 72541 76 150 0 73571 0
Current children cumulated CPU time (s) 3160.33
Current children cumulated vsize (KiB) 314116

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3953
/proc/meminfo: memFree=1055512/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13864 CPUtime=19.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 1335 86742 0 4 4 1 1821 113 16 0 1 0 3958316 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3466 848 374 3 0 566 0
[pid=3797] ppid=3750 vsize=5356 CPUtime=0
/proc/3797/stat : 3797 (sh) S 3750 3750 3596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960312 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3797/statm: 1339 232 193 169 0 50 0
[pid=3798] ppid=3797 vsize=297660 CPUtime=3200.92
/proc/3798/stat : 3798 (minisat) R 3797 3750 3596 0 -1 4194304 73233 0 0 0 320005 87 0 0 25 0 1 0 3960312 304803840 73219 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3798/statm: 74415 73219 76 150 0 74262 0
Current children cumulated CPU time (s) 3220.31
Current children cumulated vsize (KiB) 316880

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3953
/proc/meminfo: memFree=1052376/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13864 CPUtime=19.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 1335 86742 0 4 4 1 1821 113 16 0 1 0 3958316 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3466 848 374 3 0 566 0
[pid=3797] ppid=3750 vsize=5356 CPUtime=0
/proc/3797/stat : 3797 (sh) S 3750 3750 3596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960312 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3797/statm: 1339 232 193 169 0 50 0
[pid=3798] ppid=3797 vsize=301000 CPUtime=3260.9
/proc/3798/stat : 3798 (minisat) R 3797 3750 3596 0 -1 4194304 74008 0 0 0 326002 88 0 0 25 0 1 0 3960312 308224000 73986 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/3798/statm: 75250 73986 76 150 0 75097 0
Current children cumulated CPU time (s) 3280.29
Current children cumulated vsize (KiB) 320220

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3953
/proc/meminfo: memFree=1049752/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13864 CPUtime=19.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 1335 86742 0 4 4 1 1821 113 16 0 1 0 3958316 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3466 848 374 3 0 566 0
[pid=3797] ppid=3750 vsize=5356 CPUtime=0
/proc/3797/stat : 3797 (sh) S 3750 3750 3596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960312 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3797/statm: 1339 232 193 169 0 50 0
[pid=3798] ppid=3797 vsize=303608 CPUtime=3320.88
/proc/3798/stat : 3798 (minisat) R 3797 3750 3596 0 -1 4194304 74670 0 0 0 331999 89 0 0 25 0 1 0 3960312 310894592 74648 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/3798/statm: 75902 74648 76 150 0 75749 0
Current children cumulated CPU time (s) 3340.27
Current children cumulated vsize (KiB) 322828

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3953
/proc/meminfo: memFree=1047192/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13864 CPUtime=19.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 1335 86742 0 4 4 1 1821 113 16 0 1 0 3958316 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3466 848 374 3 0 566 0
[pid=3797] ppid=3750 vsize=5356 CPUtime=0
/proc/3797/stat : 3797 (sh) S 3750 3750 3596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960312 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3797/statm: 1339 232 193 169 0 50 0
[pid=3798] ppid=3797 vsize=306008 CPUtime=3380.85
/proc/3798/stat : 3798 (minisat) R 3797 3750 3596 0 -1 4194304 75296 0 0 0 337996 89 0 0 25 0 1 0 3960312 313352192 75274 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3798/statm: 76502 75274 76 150 0 76349 0
Current children cumulated CPU time (s) 3400.24
Current children cumulated vsize (KiB) 325228

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3953
/proc/meminfo: memFree=1044440/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13864 CPUtime=19.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 1335 86742 0 4 4 1 1821 113 16 0 1 0 3958316 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3466 848 374 3 0 566 0
[pid=3797] ppid=3750 vsize=5356 CPUtime=0
/proc/3797/stat : 3797 (sh) S 3750 3750 3596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960312 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3797/statm: 1339 232 193 169 0 50 0
[pid=3798] ppid=3797 vsize=308892 CPUtime=3440.83
/proc/3798/stat : 3798 (minisat) R 3797 3750 3596 0 -1 4194304 75971 0 0 0 343992 91 0 0 25 0 1 0 3960312 316305408 75949 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3798/statm: 77223 75949 76 150 0 77070 0
Current children cumulated CPU time (s) 3460.22
Current children cumulated vsize (KiB) 328112

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3953
/proc/meminfo: memFree=1041752/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13864 CPUtime=19.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 1335 86742 0 4 4 1 1821 113 16 0 1 0 3958316 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3466 848 374 3 0 566 0
[pid=3797] ppid=3750 vsize=5356 CPUtime=0
/proc/3797/stat : 3797 (sh) S 3750 3750 3596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960312 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3797/statm: 1339 232 193 169 0 50 0
[pid=3798] ppid=3797 vsize=311484 CPUtime=3500.8
/proc/3798/stat : 3798 (minisat) R 3797 3750 3596 0 -1 4194304 76638 0 0 0 349988 92 0 0 25 0 1 0 3960312 318959616 76616 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 0 0 0
/proc/3798/statm: 77871 76616 76 150 0 77718 0
Current children cumulated CPU time (s) 3520.19
Current children cumulated vsize (KiB) 330704

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3953
/proc/meminfo: memFree=1039128/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13864 CPUtime=19.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 1335 86742 0 4 4 1 1821 113 16 0 1 0 3958316 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3466 848 374 3 0 566 0
[pid=3797] ppid=3750 vsize=5356 CPUtime=0
/proc/3797/stat : 3797 (sh) S 3750 3750 3596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960312 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3797/statm: 1339 232 193 169 0 50 0
[pid=3798] ppid=3797 vsize=314088 CPUtime=3560.78
/proc/3798/stat : 3798 (minisat) R 3797 3750 3596 0 -1 4194304 77282 0 0 0 355986 92 0 0 25 0 1 0 3960312 321626112 77260 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3798/statm: 78522 77260 76 150 0 78369 0
Current children cumulated CPU time (s) 3580.17
Current children cumulated vsize (KiB) 333308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.2 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 3953
/proc/meminfo: memFree=1038168/2055920 swapFree=4192956/4192956
[pid=3750] ppid=3748 vsize=13864 CPUtime=19.39
/proc/3750/stat : 3750 (sugar) S 3748 3750 3596 0 -1 4194304 1335 86742 0 4 4 1 1821 113 16 0 1 0 3958316 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3750/statm: 3466 848 374 3 0 566 0
[pid=3797] ppid=3750 vsize=5356 CPUtime=0
/proc/3797/stat : 3797 (sh) S 3750 3750 3596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3960312 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3797/statm: 1339 232 193 169 0 50 0
[pid=3798] ppid=3797 vsize=314880 CPUtime=3580.67
/proc/3798/stat : 3798 (minisat) R 3797 3750 3596 0 -1 4194304 77509 0 0 0 357975 92 0 0 25 0 1 0 3960312 322437120 77487 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 0 0 0
/proc/3798/statm: 78720 77487 76 150 0 78567 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 334100

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3750 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=262223
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=183820
# CPU time returned by wait4() is 19.446
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3602.28
CPU time (s): 3600.06
CPU user time (s): 3598
CPU system time (s): 2.06
CPU usage (%): 99.9382
Max. virtual memory (cumulated for all children) (KiB): 887468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.2622
system time used= 1.18382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88418
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16182
involuntary context switches= 16375

runsolver used 4.24136 second user time and 12.1262 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-23 01:18:34
IDJOB=1127428
IDBENCH=63360
IDSOLVER=368
FILE ID=node66/1127428-1216768714
PBS_JOBID= 7974103
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-80-1100-2000/normalized-cnf-3-80-1600-621048_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-1127428-1216768714/watcher-1127428-1216768714 -o /tmp/evaluation-result-1127428-1216768714/solver-1127428-1216768714 -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-1127428-1216768714.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b607337eec6d69654dfd5e792ead8ed9
RANDOM SEED=2113094567

node66.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.235
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.235
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1387856 kB
Buffers:         32644 kB
Cached:         478376 kB
SwapCached:          0 kB
Active:         236108 kB
Inactive:       364912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1387856 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:         110248 kB
Slab:            52380 kB
Committed_AS:   900712 kB
PageTables:       1884 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 node66 at 2008-07-23 02:18:38