Trace number 1109596

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (TO) 3600.13 3604.1

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-100-9-mod.xml
MD5SUM3386f4f322a7a484b46b823c691cf5d8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints374
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2450
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2450
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 Fri Jul 11 21:48:54 2008
0.00/0.05	c 0	PID 15390
0.00/0.05	c 0	HOST node16.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1109596-1215805734.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-1109596-1215805734.xml' 'HOME/temp.csp'
0.03/0.75	c 1	1 domains, 100 variables, 1 predicates, 0 relations, 2450 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.72/0.86	c 1	Parsing HOME/temp.csp
0.92/1.10	c 1	parsed 2552 expressions
0.92/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.13	c 1	MAX CSP: 2450 constraints
1.02/1.13	c 1	Converting to clausal form CSP
1.22/1.33	c 1	converted 501 (10%) expressions
1.22/1.37	c 1	converted 1001 (20%) expressions
1.31/1.40	c 1	converted 1502 (30%) expressions
1.31/1.43	c 1	converted 2002 (40%) expressions
1.42/1.50	c 1	converted 2503 (50%) expressions
1.42/1.54	c 1	converted 3003 (60%) expressions
1.42/1.57	c 2	converted 3504 (70%) expressions
1.42/1.60	c 2	converted 4004 (80%) expressions
1.51/1.62	c 2	converted 4505 (90%) expressions
1.81/1.90	c 2	converted 5005 (100%) expressions
1.81/1.90	c 2	CSP : 5000 integers, 2450 booleans, 14699 clauses, largest domain size 3676
1.81/1.90	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.91	c 2	Propagation in CSP
1.91/2.08	c 2	2445 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.91/2.09	c 2	CSP : 5000 integers, 2450 booleans, 14699 clauses, largest domain size 2451
1.91/2.09	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.10	c 2	Simplifing CSP by introducing new Boolean variables
2.11/2.25	c 2	CSP : 5000 integers, 17150 booleans, 29399 clauses, largest domain size 2451
2.11/2.25	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.20/2.35	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.20/2.39	c 2	500 (10%) CSP integer variables are encoded (700 clauses, 7576 bytes)
2.20/2.39	c 2	1000 (20%) CSP integer variables are encoded (700 clauses, 7576 bytes)
2.20/2.39	c 2	1500 (30%) CSP integer variables are encoded (700 clauses, 7576 bytes)
2.20/2.39	c 2	2000 (40%) CSP integer variables are encoded (700 clauses, 7576 bytes)
2.20/2.40	c 2	2500 (50%) CSP integer variables are encoded (700 clauses, 7576 bytes)
2.30/2.40	c 2	3000 (60%) CSP integer variables are encoded (6071 clauses, 77399 bytes)
2.30/2.44	c 2	3500 (70%) CSP integer variables are encoded (32039 clauses, 465299 bytes)
2.30/2.45	c 2	4000 (80%) CSP integer variables are encoded (40329 clauses, 589649 bytes)
2.30/2.45	c 2	4500 (90%) CSP integer variables are encoded (44729 clauses, 655649 bytes)
2.30/2.46	c 2	5000 (100%) CSP integer variables are encoded (50510 clauses, 742364 bytes)
2.40/2.55	c 3	2940 (10%) CSP clauses are encoded (67562 clauses, 1019631 bytes)
2.40/2.60	c 3	5880 (20%) CSP clauses are encoded (84614 clauses, 1301977 bytes)
2.50/2.65	c 3	8820 (30%) CSP clauses are encoded (101666 clauses, 1584775 bytes)
2.50/2.69	c 3	11760 (40%) CSP clauses are encoded (118718 clauses, 1871177 bytes)
2.60/2.74	c 3	14700 (50%) CSP clauses are encoded (135770 clauses, 2163707 bytes)
2.60/2.79	c 3	17640 (60%) CSP clauses are encoded (152822 clauses, 2456237 bytes)
2.69/2.83	c 3	20580 (70%) CSP clauses are encoded (169874 clauses, 2748767 bytes)
2.69/2.88	c 3	23520 (80%) CSP clauses are encoded (186926 clauses, 3041297 bytes)
7.13/7.30	c 7	26460 (90%) CSP clauses are encoded (2129052 clauses, 43717099 bytes)
17.79/18.38	c 18	29399 (100%) CSP clauses are encoded (7795355 clauses, 165262883 bytes)
17.79/18.38	c 18	29399 CSP clauses encoded
17.79/18.38	c 18	Writing map file : HOME/temp.map
17.89/18.43	c 18	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.89/18.43	c 18	SAT : 72660 SAT variables, 7795355 SAT clauses, 165262883 bytes
17.89/18.43	c 18	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.89/18.46	c 18	OBJECTIVE minimize _COST
17.89/18.46	c 18	OBJECTIVE BOUND: 0 <= _COST <= 
17.89/18.46	c 18	SEARCHING: _COST <= 1225
17.89/18.46	c 18	SOLVING HOME/temp.cnf
17.89/18.46	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.89/18.46	c 18	This is MiniSat 2.0 beta
17.89/18.46	c 18	WARNING: for repeatability, setting FPU to use double precision
17.89/18.46	c 18	============================[ Problem Statistics ]=============================
17.89/18.46	c 18	|                                                                             |
17.89/18.46	c 18	|  Number of variables:  72660                                                |
17.89/18.46	c 18	|  Number of clauses:    7795356                                              |
21.72/22.35	c 22	|  Parsing time:         3.39         s                                       |
33.62/34.32	c 34	============================[ Search Statistics ]==============================
33.62/34.32	c 34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.62/34.32	c 34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
33.62/34.32	c 34	===============================================================================
33.62/34.32	c 34	|         0 |   57960  5002182 14864991 |  1667394        0    nan |  0.000 % |
34.11/34.86	c 35	|       101 |   57960  5002182 14864991 |  1834133      101     14 | 20.231 % |
34.61/35.30	c 35	|       251 |   57960  5002182 14864991 |  2017546      251     28 | 20.231 % |
35.70/36.43	c 36	|       477 |   57960  5002182 14864991 |  2219301      477     33 | 20.231 % |
36.09/36.87	c 37	|       814 |   57960  5002182 14864991 |  2441231      814     30 | 20.231 % |
38.57/39.32	c 39	|      1322 |   57960  5002182 14864991 |  2685354     1322     52 | 20.231 % |
38.97/39.74	c 40	|      2083 |   57960  5002182 14864991 |  2953890     2083     44 | 20.231 % |
42.24/43.09	c 43	|      3222 |   57960  5002182 14864991 |  3249279     3222     43 | 20.231 % |
49.87/50.76	c 51	|      4932 |   57960  5002182 14864991 |  3574207     4932     57 | 20.231 % |
51.06/51.95	c 52	|      7494 |   57960  5002182 14864991 |  3931627     7494     48 | 20.231 % |
55.52/56.45	c 56	|     11338 |   57960  5002182 14864991 |  4324790    11338     45 | 20.231 % |
78.71/79.88	c 80	|     17107 |   57960  5002182 14864991 |  4757269    17107     48 | 20.231 % |
84.85/86.05	c 86	|     25757 |   57960  5002182 14864991 |  5232996    25757     52 | 20.231 % |
91.20/92.47	c 92	|     38732 |   57960  5002182 14864991 |  5756296    38732     52 | 20.231 % |
180.18/182.28	c 182	|     58193 |   57960  5002182 14864991 |  6331925    58193     77 | 20.231 % |
270.37/273.21	c 273	|     87387 |   57960  5002182 14864991 |  6965118    87387     84 | 20.231 % |
318.13/321.49	c 321	|    131176 |   57960  5002182 14864991 |  7661630   131176     86 | 20.231 % |
437.97/441.77	c 442	|    196860 |   57960  5002182 14864991 |  8427793   196860     82 | 20.231 % |
1033.24/1037.05	c 1037	|    295386 |   57960  5002182 14864991 |  9270572   295386     87 | 20.231 % |
1505.22/1509.03	c 1509	|    443176 |   57960  5002182 14864991 | 10197630   443176     98 | 20.231 % |
2342.98/2346.80	c 2347	|    664860 |   57960  5002182 14864991 | 11217393   664860    121 | 20.231 % |
3600.04/3603.92	c ERROR INTERRUPTED
3600.04/3604.01	s UNKNOWN
3600.04/3604.01	c 3604	CPU 16.64 (0.05 0 16.59 1.33)
3600.04/3604.01	c 3604	END Fri Jul 11 22:48:58 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1109596-1215805734/watcher-1109596-1215805734 -o /tmp/evaluation-result-1109596-1215805734/solver-1109596-1215805734 -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-1109596-1215805734.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.14 2.06 2.01 4/81 15390
/proc/meminfo: memFree=1775608/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=18572 CPUtime=0
/proc/15390/stat : 15390 (runsolver) R 15388 15390 14061 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 37275963 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15390/statm: 4643 292 257 25 0 2626 0

[startup+0.0543689 s]
/proc/loadavg: 2.14 2.06 2.01 4/81 15390
/proc/meminfo: memFree=1775608/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13600 CPUtime=0.03
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37275963 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15390/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101358 s]
/proc/loadavg: 2.14 2.06 2.01 4/81 15390
/proc/meminfo: memFree=1775608/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13600 CPUtime=0.03
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37275963 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15390/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.3013 s]
/proc/loadavg: 2.14 2.06 2.01 4/81 15390
/proc/meminfo: memFree=1775608/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13600 CPUtime=0.03
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37275963 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15390/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701201 s]
/proc/loadavg: 2.14 2.06 2.01 4/81 15390
/proc/meminfo: memFree=1775608/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13600 CPUtime=0.03
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37275963 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15390/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50199 s]
/proc/loadavg: 2.14 2.06 2.01 3/92 15412
/proc/meminfo: memFree=1767648/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13600 CPUtime=0.72
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 974 5285 0 1 3 0 65 4 15 0 1 0 37275963 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15390/statm: 3400 797 370 3 0 500 0
[pid=15403] ppid=15390 vsize=5356 CPUtime=0
/proc/15403/stat : 15403 (sh) S 15390 15390 14061 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37276041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15403/statm: 1339 233 193 169 0 50 0
[pid=15404] ppid=15403 vsize=868364 CPUtime=0.7
/proc/15404/stat : 15404 (java) S 15403 15390 14061 0 -1 0 7166 0 1 0 67 3 0 0 19 0 9 0 37276042 889204736 6396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15404/statm: 217091 6396 2540 9 0 211666 0
[pid=15404/tid=15405] ppid=15403 vsize=868364 CPUtime=0.39
/proc/15404/task/15405/stat : 15405 (java) R 15403 15390 14061 0 -1 64 2665 0 1 0 38 1 0 0 19 0 9 0 37276043 889204736 6396 996147200 134512640 134550740 4294955936 18446744073709551615 4126567031 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15406] ppid=15403 vsize=868364 CPUtime=0.09
/proc/15404/task/15406/stat : 15406 (java) S 15403 15390 14061 0 -1 64 2350 0 0 0 9 0 0 0 16 0 9 0 37276044 889204736 6396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15407] ppid=15403 vsize=868364 CPUtime=0
/proc/15404/task/15407/stat : 15407 (java) S 15403 15390 14061 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37276044 889204736 6396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15408] ppid=15403 vsize=868364 CPUtime=0
/proc/15404/task/15408/stat : 15408 (java) S 15403 15390 14061 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37276044 889204736 6396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15409] ppid=15403 vsize=868364 CPUtime=0
/proc/15404/task/15409/stat : 15409 (java) S 15403 15390 14061 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37276046 889204736 6396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15410] ppid=15403 vsize=868364 CPUtime=0.19
/proc/15404/task/15410/stat : 15410 (java) S 15403 15390 14061 0 -1 64 1459 0 0 0 19 0 0 0 16 0 9 0 37276046 889204736 6396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15411] ppid=15403 vsize=868364 CPUtime=0
/proc/15404/task/15411/stat : 15411 (java) S 15403 15390 14061 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37276046 889204736 6396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15412] ppid=15403 vsize=868364 CPUtime=0
/proc/15404/task/15412/stat : 15412 (java) S 15403 15390 14061 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37276046 889204736 6396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887320

[startup+3.10258 s]
/proc/loadavg: 2.14 2.06 2.01 3/92 15412
/proc/meminfo: memFree=1750752/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13600 CPUtime=0.72
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 974 5285 0 1 3 0 65 4 15 0 1 0 37275963 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15390/statm: 3400 797 370 3 0 500 0
[pid=15403] ppid=15390 vsize=5356 CPUtime=0
/proc/15403/stat : 15403 (sh) S 15390 15390 14061 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37276041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15403/statm: 1339 233 193 169 0 50 0
[pid=15404] ppid=15403 vsize=868476 CPUtime=2.27
/proc/15404/stat : 15404 (java) S 15403 15390 14061 0 -1 0 10416 0 1 0 218 9 0 0 19 0 9 0 37276042 889319424 9303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15404/statm: 217119 9303 2565 9 0 211666 0
[pid=15404/tid=15405] ppid=15403 vsize=868476 CPUtime=1.47
/proc/15404/task/15405/stat : 15405 (java) R 15403 15390 14061 0 -1 64 3004 0 1 0 142 5 0 0 25 0 9 0 37276043 889319424 9303 996147200 134512640 134550740 4294955936 18446744073709551615 4126914076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15406] ppid=15403 vsize=868476 CPUtime=0.48
/proc/15404/task/15406/stat : 15406 (java) S 15403 15390 14061 0 -1 64 5199 0 0 0 46 2 0 0 16 0 9 0 37276044 889319424 9303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15407] ppid=15403 vsize=868476 CPUtime=0
/proc/15404/task/15407/stat : 15407 (java) S 15403 15390 14061 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37276044 889319424 9303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15408] ppid=15403 vsize=868476 CPUtime=0
/proc/15404/task/15408/stat : 15408 (java) S 15403 15390 14061 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37276044 889319424 9303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15409] ppid=15403 vsize=868476 CPUtime=0
/proc/15404/task/15409/stat : 15409 (java) S 15403 15390 14061 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37276046 889319424 9303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15410] ppid=15403 vsize=868476 CPUtime=0.28
/proc/15404/task/15410/stat : 15410 (java) S 15403 15390 14061 0 -1 64 1521 0 0 0 28 0 0 0 16 0 9 0 37276046 889319424 9303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15411] ppid=15403 vsize=868476 CPUtime=0
/proc/15404/task/15411/stat : 15411 (java) S 15403 15390 14061 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37276046 889319424 9303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15412] ppid=15403 vsize=868476 CPUtime=0
/proc/15404/task/15412/stat : 15412 (java) S 15403 15390 14061 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37276046 889319424 9303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887432

[startup+6.30174 s]
/proc/loadavg: 2.13 2.06 2.01 3/92 15412
/proc/meminfo: memFree=1724576/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13600 CPUtime=0.72
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 974 5285 0 1 3 0 65 4 15 0 1 0 37275963 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15390/statm: 3400 797 370 3 0 500 0
[pid=15403] ppid=15390 vsize=5356 CPUtime=0
/proc/15403/stat : 15403 (sh) S 15390 15390 14061 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37276041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15403/statm: 1339 233 193 169 0 50 0
[pid=15404] ppid=15403 vsize=868476 CPUtime=5.42
/proc/15404/stat : 15404 (java) S 15403 15390 14061 0 -1 0 10915 0 1 0 516 26 0 0 19 0 9 0 37276042 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15404/statm: 217119 9308 2565 9 0 211666 0
[pid=15404/tid=15405] ppid=15403 vsize=868476 CPUtime=4.46
/proc/15404/task/15405/stat : 15405 (java) R 15403 15390 14061 0 -1 64 3499 0 1 0 426 20 0 0 25 0 9 0 37276043 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 102064640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15406] ppid=15403 vsize=868476 CPUtime=0.65
/proc/15404/task/15406/stat : 15406 (java) S 15403 15390 14061 0 -1 64 5199 0 0 0 60 5 0 0 16 0 9 0 37276044 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15407] ppid=15403 vsize=868476 CPUtime=0
/proc/15404/task/15407/stat : 15407 (java) S 15403 15390 14061 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37276044 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15408] ppid=15403 vsize=868476 CPUtime=0
/proc/15404/task/15408/stat : 15408 (java) S 15403 15390 14061 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37276044 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15409] ppid=15403 vsize=868476 CPUtime=0
/proc/15404/task/15409/stat : 15409 (java) S 15403 15390 14061 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37276046 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15410] ppid=15403 vsize=868476 CPUtime=0.29
/proc/15404/task/15410/stat : 15410 (java) S 15403 15390 14061 0 -1 64 1525 0 0 0 29 0 0 0 16 0 9 0 37276046 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15411] ppid=15403 vsize=868476 CPUtime=0
/proc/15404/task/15411/stat : 15411 (java) S 15403 15390 14061 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37276046 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15412] ppid=15403 vsize=868476 CPUtime=0
/proc/15404/task/15412/stat : 15412 (java) S 15403 15390 14061 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37276046 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887432

[startup+12.7021 s]
/proc/loadavg: 2.12 2.05 2.01 3/92 15412
/proc/meminfo: memFree=1646432/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13600 CPUtime=0.72
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 974 5285 0 1 3 0 65 4 16 0 1 0 37275963 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15390/statm: 3400 797 370 3 0 500 0
[pid=15403] ppid=15390 vsize=5356 CPUtime=0
/proc/15403/stat : 15403 (sh) S 15390 15390 14061 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37276041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15403/statm: 1339 233 193 169 0 50 0
[pid=15404] ppid=15403 vsize=868476 CPUtime=11.74
/proc/15404/stat : 15404 (java) S 15403 15390 14061 0 -1 0 12127 0 1 0 1092 82 0 0 19 0 9 0 37276042 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15404/statm: 217119 9308 2565 9 0 211666 0
[pid=15404/tid=15405] ppid=15403 vsize=868476 CPUtime=10.4
/proc/15404/task/15405/stat : 15405 (java) R 15403 15390 14061 0 -1 64 4711 0 1 0 972 68 0 0 25 0 9 0 37276043 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4127057905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15406] ppid=15403 vsize=868476 CPUtime=1.02
/proc/15404/task/15406/stat : 15406 (java) S 15403 15390 14061 0 -1 64 5199 0 0 0 90 12 0 0 16 0 9 0 37276044 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15407] ppid=15403 vsize=868476 CPUtime=0
/proc/15404/task/15407/stat : 15407 (java) S 15403 15390 14061 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37276044 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15408] ppid=15403 vsize=868476 CPUtime=0
/proc/15404/task/15408/stat : 15408 (java) S 15403 15390 14061 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37276044 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15409] ppid=15403 vsize=868476 CPUtime=0
/proc/15404/task/15409/stat : 15409 (java) S 15403 15390 14061 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37276046 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15410] ppid=15403 vsize=868476 CPUtime=0.29
/proc/15404/task/15410/stat : 15410 (java) S 15403 15390 14061 0 -1 64 1525 0 0 0 29 0 0 0 16 0 9 0 37276046 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15411] ppid=15403 vsize=868476 CPUtime=0
/proc/15404/task/15411/stat : 15411 (java) S 15403 15390 14061 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37276046 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15404/tid=15412] ppid=15403 vsize=868476 CPUtime=0
/proc/15404/task/15412/stat : 15412 (java) S 15403 15390 14061 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37276046 889319424 9308 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887432

[startup+25.5017 s]
/proc/loadavg: 2.09 2.05 2.01 3/84 15414
/proc/meminfo: memFree=1307232/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13992 CPUtime=17.95
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 1129 18748 0 2 4 0 1659 132 16 0 1 0 37275963 14327808 877 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15390/statm: 3498 877 374 3 0 598 0
[pid=15413] ppid=15390 vsize=5356 CPUtime=0
/proc/15413/stat : 15413 (sh) S 15390 15390 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37277809 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15413/statm: 1339 232 193 169 0 50 0
[pid=15414] ppid=15413 vsize=304044 CPUtime=6.94
/proc/15414/stat : 15414 (minisat) R 15413 15390 14061 0 -1 4194304 75373 0 0 0 649 45 0 0 25 0 1 0 37277809 311341056 75359 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 1 0 0
/proc/15414/statm: 76011 75359 71 150 0 75858 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 323392

[startup+51.1011 s]
/proc/loadavg: 2.06 2.05 2.00 3/84 15414
/proc/meminfo: memFree=1307488/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13992 CPUtime=17.95
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 1129 18748 0 2 4 0 1659 132 16 0 1 0 37275963 14327808 877 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=15413] ppid=15390 vsize=5356 CPUtime=0
/proc/15413/stat : 15413 (sh) S 15390 15390 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37277809 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15413/statm: 1339 232 193 169 0 50 0
[pid=15414] ppid=15413 vsize=697308 CPUtime=3200.49
/proc/15414/stat : 15414 (minisat) R 15413 15390 14061 0 -1 4194304 173216 0 0 0 319884 165 0 0 25 0 1 0 37277809 714043392 173202 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15414/statm: 174327 173202 76 150 0 174174 0
Current children cumulated CPU time (s) 3218.45
Current children cumulated vsize (KiB) 716656

[startup+3282.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/76 15523
/proc/meminfo: memFree=917472/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13992 CPUtime=17.96
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 1129 18748 0 2 5 0 1659 132 16 0 1 0 37275963 14327808 877 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15390/statm: 3498 877 374 3 0 598 0
[pid=15413] ppid=15390 vsize=5356 CPUtime=0
/proc/15413/stat : 15413 (sh) S 15390 15390 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37277809 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15413/statm: 1339 232 193 169 0 50 0
[pid=15414] ppid=15413 vsize=703824 CPUtime=3260.49
/proc/15414/stat : 15414 (minisat) R 15413 15390 14061 0 -1 4194304 174871 0 0 0 325883 166 0 0 25 0 1 0 37277809 720715776 174857 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15414/statm: 175956 174857 76 150 0 175803 0
Current children cumulated CPU time (s) 3278.45
Current children cumulated vsize (KiB) 723172

[startup+3342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 15523
/proc/meminfo: memFree=910560/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13992 CPUtime=17.96
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 1129 18748 0 2 5 0 1659 132 16 0 1 0 37275963 14327808 877 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15390/statm: 3498 877 374 3 0 598 0
[pid=15413] ppid=15390 vsize=5356 CPUtime=0
/proc/15413/stat : 15413 (sh) S 15390 15390 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37277809 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15413/statm: 1339 232 193 169 0 50 0
[pid=15414] ppid=15413 vsize=710688 CPUtime=3320.49
/proc/15414/stat : 15414 (minisat) R 15413 15390 14061 0 -1 4194304 176599 0 0 0 331881 168 0 0 25 0 1 0 37277809 727744512 176585 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15414/statm: 177672 176585 76 150 0 177519 0
Current children cumulated CPU time (s) 3338.45
Current children cumulated vsize (KiB) 730036

[startup+3402.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 15523
/proc/meminfo: memFree=903712/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13992 CPUtime=17.96
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 1129 18748 0 2 5 0 1659 132 16 0 1 0 37275963 14327808 877 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15390/statm: 3498 877 374 3 0 598 0
[pid=15413] ppid=15390 vsize=5356 CPUtime=0
/proc/15413/stat : 15413 (sh) S 15390 15390 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37277809 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15413/statm: 1339 232 193 169 0 50 0
[pid=15414] ppid=15413 vsize=717584 CPUtime=3380.49
/proc/15414/stat : 15414 (minisat) R 15413 15390 14061 0 -1 4194304 178305 0 0 0 337880 169 0 0 25 0 1 0 37277809 734806016 178291 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 0 0 0
/proc/15414/statm: 179396 178291 76 150 0 179243 0
Current children cumulated CPU time (s) 3398.45
Current children cumulated vsize (KiB) 736932

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15523
/proc/meminfo: memFree=896800/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13992 CPUtime=17.96
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 1129 18748 0 2 5 0 1659 132 16 0 1 0 37275963 14327808 877 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15390/statm: 3498 877 374 3 0 598 0
[pid=15413] ppid=15390 vsize=5356 CPUtime=0
/proc/15413/stat : 15413 (sh) S 15390 15390 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37277809 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15413/statm: 1339 232 193 169 0 50 0
[pid=15414] ppid=15413 vsize=724504 CPUtime=3440.48
/proc/15414/stat : 15414 (minisat) R 15413 15390 14061 0 -1 4194304 180034 0 0 0 343877 171 0 0 25 0 1 0 37277809 741892096 180020 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15414/statm: 181126 180020 76 150 0 180973 0
Current children cumulated CPU time (s) 3458.44
Current children cumulated vsize (KiB) 743852

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15523
/proc/meminfo: memFree=890464/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13992 CPUtime=17.96
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 1129 18748 0 2 5 0 1659 132 16 0 1 0 37275963 14327808 877 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15390/statm: 3498 877 374 3 0 598 0
[pid=15413] ppid=15390 vsize=5356 CPUtime=0
/proc/15413/stat : 15413 (sh) S 15390 15390 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37277809 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15413/statm: 1339 232 193 169 0 50 0
[pid=15414] ppid=15413 vsize=730732 CPUtime=3500.48
/proc/15414/stat : 15414 (minisat) R 15413 15390 14061 0 -1 4194304 181598 0 0 0 349875 173 0 0 25 0 1 0 37277809 748269568 181584 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/15414/statm: 182683 181584 76 150 0 182530 0
Current children cumulated CPU time (s) 3518.44
Current children cumulated vsize (KiB) 750080

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15523
/proc/meminfo: memFree=883872/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13992 CPUtime=17.96
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 1129 18748 0 2 5 0 1659 132 16 0 1 0 37275963 14327808 877 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15390/statm: 3498 877 374 3 0 598 0
[pid=15413] ppid=15390 vsize=5356 CPUtime=0
/proc/15413/stat : 15413 (sh) S 15390 15390 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37277809 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15413/statm: 1339 232 193 169 0 50 0
[pid=15414] ppid=15413 vsize=737248 CPUtime=3560.48
/proc/15414/stat : 15414 (minisat) R 15413 15390 14061 0 -1 4194304 183217 0 0 0 355873 175 0 0 25 0 1 0 37277809 754941952 183203 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15414/statm: 184312 183203 76 150 0 184159 0
Current children cumulated CPU time (s) 3578.44
Current children cumulated vsize (KiB) 756596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15523
/proc/meminfo: memFree=881184/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13992 CPUtime=17.96
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 1129 18748 0 2 5 0 1659 132 16 0 1 0 37275963 14327808 877 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15390/statm: 3498 877 374 3 0 598 0
[pid=15413] ppid=15390 vsize=5356 CPUtime=0
/proc/15413/stat : 15413 (sh) S 15390 15390 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37277809 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15413/statm: 1339 232 193 169 0 50 0
[pid=15414] ppid=15413 vsize=739756 CPUtime=3582.08
/proc/15414/stat : 15414 (minisat) R 15413 15390 14061 0 -1 4194304 183859 0 0 0 358032 176 0 0 25 0 1 0 37277809 757510144 183845 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15414/statm: 184939 183845 76 150 0 184786 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 759104

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

[startup+3603.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15523
/proc/meminfo: memFree=881184/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13992 CPUtime=17.96
/proc/15390/stat : 15390 (sugar) S 15388 15390 14061 0 -1 4194304 1129 18748 0 2 5 0 1659 132 16 0 1 0 37275963 14327808 877 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15390/statm: 3498 877 374 3 0 598 0
[pid=15413] ppid=15390 vsize=5356 CPUtime=0
/proc/15413/stat : 15413 (sh) S 15390 15390 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37277809 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15413/statm: 1339 232 193 169 0 50 0
[pid=15414] ppid=15413 vsize=739756 CPUtime=3582.08
/proc/15414/stat : 15414 (minisat) R 15413 15390 14061 0 -1 4194304 183859 0 0 0 358032 176 0 0 25 0 1 0 37277809 757510144 183845 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15414/statm: 184939 183845 76 150 0 184786 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 759104

# WARNING:
# current cumulated CPU time (17.98 s) is less than in the last sample (3600.04 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (3582.06 s) to the 'lost time'.

[startup+3604.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15523
/proc/meminfo: memFree=881184/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13992 CPUtime=17.98
/proc/15390/stat : 15390 (sugar) R 15388 15390 14061 0 -1 4194304 1167 19025 0 2 5 1 1659 133 17 0 1 0 37275963 14327808 878 996147200 4194304 4206940 548682068592 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15390/statm: 3498 878 375 3 0 598 0
Current children cumulated CPU time (s) 17.98
Current children cumulated vsize (KiB) 13992

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

[startup+3604.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15523
/proc/meminfo: memFree=881184/2055920 swapFree=4179412/4192956
[pid=15390] ppid=15388 vsize=13992 CPUtime=17.98
/proc/15390/stat : 15390 (sugar) R 15388 15390 14061 0 -1 4194304 1167 19025 0 2 5 1 1659 133 17 0 1 0 37275963 14327808 878 996147200 4194304 4206940 548682068592 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15390/statm: 3498 878 375 3 0 598 0
Current children cumulated CPU time (s) 17.98
Current children cumulated vsize (KiB) 13992

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3582.06
#  lost CPU user time (s): 3580.32
#  lost CPU system time (s): 1.74

Real time (s): 3604.1
CPU time (s): 3600.13
CPU user time (s): 3596.97
CPU system time (s): 3.15778
CPU usage (%): 99.8899
Max. virtual memory (cumulated for all children) (KiB): 887572

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

runsolver used 4.27035 second user time and 10.8933 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-11 21:48:54
IDJOB=1109596
IDBENCH=60988
IDSOLVER=368
FILE ID=node16/1109596-1215805734
PBS_JOBID= 7903245
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-100-9-mod.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-1109596-1215805734/watcher-1109596-1215805734 -o /tmp/evaluation-result-1109596-1215805734/solver-1109596-1215805734 -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-1109596-1215805734.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3386f4f322a7a484b46b823c691cf5d8
RANDOM SEED=1866833857

node16.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.218
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.218
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:       1776088 kB
Buffers:         40708 kB
Cached:         157412 kB
SwapCached:       8124 kB
Active:          84104 kB
Inactive:       152352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776088 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:          52268 kB
Slab:            28480 kB
Committed_AS:   207728 kB
PageTables:       1952 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= 66516 MiB
End job on node16 at 2008-07-11 22:49:00