Trace number 2063998

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.14.6+minisatSAT 464.562 467.094

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-14.xml
MD5SUM11f6902a1becd1ad9a2f18db7aea4eb7
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark104.91
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints33340
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32990
Global constraints used (with number of constraints)alldifferent(350)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:33:24 2009
0.00/0.08	c 0	PID 15657
0.06/0.08	c 0	HOST node49.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2063998-1247333604.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063998-1247333604.xml' 'HOME/temp.csp'
2.25/2.33	c 3	25 domains, 700 variables, 1 predicates, 0 relations, 33340 constraints
2.25/2.38	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.25/2.38	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.30/2.46	c 3	Parsing HOME/temp.csp
2.30/2.63	c 3	parsed 10000 expressions
2.30/2.77	c 3	parsed 20000 expressions
2.30/2.94	c 3	parsed 30000 expressions
2.30/2.98	c 3	parsed 34066 expressions
2.30/2.99	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.30/2.99	c 3	Converting to clausal form CSP
3.39/3.52	c 4	converted 3407 (10%) expressions
3.59/3.78	c 4	converted 6814 (20%) expressions
3.98/4.19	c 5	converted 10220 (30%) expressions
4.28/4.47	c 5	converted 13627 (40%) expressions
4.58/4.74	c 5	converted 17033 (50%) expressions
5.08/5.26	c 6	converted 20440 (60%) expressions
5.38/5.53	c 6	converted 23847 (70%) expressions
5.57/5.79	c 6	converted 27253 (80%) expressions
5.88/6.07	c 6	converted 30660 (90%) expressions
8.06/8.23	c 9	converted 34066 (100%) expressions
8.06/8.23	c 9	CSP : 700 integers, 0 booleans, 83951 clauses, largest domain size 45
8.06/8.23	c 9	Heap : 96 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.06/8.23	c 9	Propagation in CSP
8.36/8.52	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.36/8.52	c 9	CSP : 700 integers, 0 booleans, 83951 clauses, largest domain size 45
8.36/8.52	c 9	Heap : 97 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.36/8.55	c 9	Simplifing CSP by introducing new Boolean variables
10.35/10.51	c 11	CSP : 700 integers, 225397 booleans, 309348 clauses, largest domain size 45
10.35/10.51	c 11	Heap : 164 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.23/11.47	c 12	Encoding CSP to SAT : HOME/temp.cnf
11.34/11.52	c 12	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
11.34/11.52	c 12	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
11.34/11.53	c 12	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
11.34/11.53	c 12	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
11.34/11.53	c 12	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
11.34/11.54	c 12	420 (60%) CSP integer variables are encoded (15167 clauses, 205863 bytes)
11.34/11.54	c 12	490 (70%) CSP integer variables are encoded (15273 clauses, 207453 bytes)
11.34/11.55	c 12	560 (80%) CSP integer variables are encoded (15377 clauses, 209013 bytes)
11.34/11.55	c 12	630 (90%) CSP integer variables are encoded (15451 clauses, 210123 bytes)
11.34/11.55	c 12	700 (100%) CSP integer variables are encoded (15531 clauses, 211323 bytes)
12.73/12.90	c 13	30935 (10%) CSP clauses are encoded (640466 clauses, 12336241 bytes)
13.92/14.16	c 15	61870 (20%) CSP clauses are encoded (1255420 clauses, 24715998 bytes)
15.22/15.42	c 16	92805 (30%) CSP clauses are encoded (1869217 clauses, 37115668 bytes)
16.49/16.74	c 17	123740 (40%) CSP clauses are encoded (2482262 clauses, 49938778 bytes)
17.78/18.10	c 19	154674 (50%) CSP clauses are encoded (3095087 clauses, 63485357 bytes)
19.57/19.86	c 20	185609 (60%) CSP clauses are encoded (3995526 clauses, 82680505 bytes)
21.34/21.66	c 22	216544 (70%) CSP clauses are encoded (4929517 clauses, 102531314 bytes)
23.13/23.45	c 24	247479 (80%) CSP clauses are encoded (5863860 clauses, 122378324 bytes)
24.92/25.23	c 26	278414 (90%) CSP clauses are encoded (6798247 clauses, 142224148 bytes)
26.68/27.03	c 27	309348 (100%) CSP clauses are encoded (7732985 clauses, 162042384 bytes)
26.68/27.03	c 27	309348 CSP clauses encoded
26.68/27.03	c 27	Writing map file : HOME/temp.map
26.68/27.07	c 27	Heap : 128 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.68/27.07	c 27	SAT : 241524 SAT variables, 7732985 SAT clauses, 162042384 bytes
26.68/27.07	c 27	Heap : 128 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.76/27.13	c 28	SOLVING HOME/temp.cnf
26.76/27.13	c 28	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
26.76/27.13	c 28	This is MiniSat 2.0 beta
26.76/27.13	c 28	WARNING: for repeatability, setting FPU to use double precision
26.76/27.13	c 28	============================[ Problem Statistics ]=============================
26.76/27.13	c 28	|                                                                             |
26.76/27.14	c 28	|  Number of variables:  241524                                               |
26.76/27.14	c 28	|  Number of clauses:    7732985                                              |
30.73/31.20	c 32	|  Parsing time:         3.55         s                                       |
30.92/31.38	c 32	============================[ Search Statistics ]==============================
30.92/31.38	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.92/31.38	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.92/31.38	c 32	===============================================================================
30.92/31.38	c 32	|         0 |  241524  7732985 22759273 |  2577661        0    nan |  0.000 % |
33.61/34.10	c 35	|       101 |  241524  7732985 22759273 |  2835427      101     14 |  0.000 % |
34.51/34.99	c 35	|       251 |  241524  7732985 22759273 |  3118970      251     12 |  0.000 % |
35.99/36.47	c 37	|       476 |  241524  7732985 22759273 |  3430867      476     12 |  0.000 % |
38.99/39.47	c 40	|       813 |  241524  7732985 22759273 |  3773954      813     14 |  0.000 % |
40.48/40.98	c 41	|      1320 |  241524  7732985 22759273 |  4151349     1320     14 |  0.000 % |
42.17/42.69	c 43	|      2079 |  241524  7732985 22759273 |  4566484     2079     13 |  0.000 % |
46.64/47.13	c 48	|      3219 |  241524  7732985 22759273 |  5023133     3219     13 |  0.000 % |
50.22/50.73	c 51	|      4927 |  241524  7732985 22759273 |  5525446     4927     14 |  0.000 % |
60.18/60.77	c 61	|      7489 |  241524  7732985 22759273 |  6077991     7489     15 |  0.000 % |
65.55/66.14	c 67	|     11333 |  241524  7732985 22759273 |  6685790    11333     17 |  0.000 % |
69.64/70.23	c 71	|     17100 |  241524  7732985 22759273 |  7354369    17100     22 |  0.000 % |
74.31/74.96	c 75	|     25750 |  241524  7732985 22759273 |  8089806    25750     25 |  0.000 % |
97.59/98.32	c 99	|     38724 |  241524  7732985 22759273 |  8898787    38724     26 |  0.000 % |
115.20/116.06	c 116	|     58187 |  241524  7732985 22759273 |  9788665    58187     43 |  0.000 % |
129.94/130.87	c 131	|     87379 |  241524  7732985 22759273 | 10767532    87379     42 |  0.000 % |
184.67/185.81	c 186	|    131169 |  241524  7732985 22759273 | 11844285   131169     52 |  0.000 % |
361.20/363.22	c 364	|    196853 |  241524  7732985 22759273 | 13028714   196853     48 |  0.000 % |
463.60/466.17	c 467	===============================================================================
463.70/466.21	c 467	restarts              : 18
463.70/466.21	c 467	conflicts             : 210787         (483 /sec)
463.70/466.21	c 467	decisions             : 2734165        (1.21 % random) (6267 /sec)
463.70/466.21	c 467	propagations          : 205090674      (470111 /sec)
463.70/466.21	c 467	conflict literals     : 9933999        (2.40 % deleted)
463.70/466.21	c 467	Memory used           : 387.48 MB
463.70/466.21	c 467	CPU time              : 436.26 s
463.70/466.21	c 467	
463.80/466.32	c 467	SATISFIABLE
463.80/466.39	c 467	DECODING HOME/temp.out WITH HOME/temp.map
463.80/466.39	c 467	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
463.89/466.47	c 467	Decoding HOME/temp.out
463.89/466.91	s SATISFIABLE
463.89/466.94	v 14 9 22 14 44 42 35 9 31 37 30 31 39 5 36 6 15 34 3 5 25 32 4 21 31 4 21 35 35 41 12 33 38 25 9 15 34 32 27 22 15 37 6 6 13 37 44 24 12 23 11 39 39 2 12 37 5 8 3 40 14 11 40 30 26 44 0 40 44 23 14 12 29 16 16 23 22 9 14 43 36 32 18 10 27 33 5 25 43 11 5 37 19 26 34 19 2 21 29 24 37 18 1 31 37 20 36 28 25 38 2 23 21 13 8 35 44 16 2 37 28 22 17 42 18 21 4 6 1 17 11 0 7 41 31 44 43 20 35 28 8 34 10 40 14 3 15 22 42 27 34 41 36 8 36 18 0 17 32 43 12 20 18 38 6 24 24 15 35 12 32 28 33 7 31 26 7 39 17 20 34 24 20 4 31 36 44 19 1 41 25 14 44 33 34 4 2 17 39 11 22 29 27 18 13 4 42 32 22 44 3 20 38 0 9 17 6 3 36 21 0 30 1 40 13 40 19 38 30 37 23 8 23 26 39 39 43 29 10 9 1 42 27 1 43 25 44 28 9 41 7 41 28 13 18 6 8 35 32 27 33 29 21 2 8 16 41 32 43 16 26 13 13 15 29 33 2 0 30 24 33 14 40 36 19 7 35 15 28 20 39 43 29 14 9 3 43 38 15 25 29 10 42 30 8 32 25 33 42 42 23 10 30 22 38 41 17 7 36 34 5 30 0 7 38 42 26 31 10 40 39 12 16 40 40 12 20 6 37 3 19 33 10 23 35 21 26 24 42 43 7 7 0 4 2 6 1 0 6 6 7 0 1 7 1 2 6 7 2 4 9 1 6 1 5 9 5 0 4 0 0 0 4 0 9 4 1 2 7 6 1 0 4 6 9 7 5 3 8 4 7 8 0 4 1 1 1 9 9 9 2 1 0 0 4 1 7 4 7 7 5 9 3 7 6 6 1 8 9 4 4 4 6 4 0 2 6 2 6 0 2 9 8 0 9 2 1 9 0 0 3 1 0 3 2 8 7 7 5 6 9 0 7 2 5 9 4 8 8 4 6 8 2 4 9 0 8 1 4 7 6 1 9 4 9 6 7 2 5 8 0 6 0 5 0 8 0 2 1 1 8 7 9 7 3 7 3 1 9 9 2 9 4 5 8 8 4 7 2 7 6 4 5 7 7 7 0 4 9 6 5 6 0 1 8 0 8 1 8 8 6 8 0 4 3 2 6 0 7 8 3 9 8 8 4 0 5 3 4 3 7 5 9 2 4 8 7 6 8 8 8 3 6 7 6 1 7 2 5 5 8 8 9 9 2 5 5 7 8 2 1 7 6 9 0 7 9 0 1 5 2 6 1 7 0 0 4 6 7 2 7 6 6 0 6 1 9 8 1 0 6 8 0 9 2 6 7 9 9 1 9 1 2 6 0 6 8 3 9 1 9 2 8 6 6 0 8 8 8 1 4 6 2 1 1 0 8 1 9 3 1 9 8 7 0 2 6 8 2 0 0 6 6 1 7 8 1 2 2 8 6 4 9 6 3 6 7 9 8 1 6 8 7 2 7 2 8 7 0 3
463.89/466.95	c 467	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
463.91/467.01	c 467	CPU 464.46 (0.07 0.02 462.25 2.12)
463.91/467.01	c 467	END Sat Jul 11 19:41:11 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2063998-1247333604/watcher-2063998-1247333604 -o /tmp/evaluation-result-2063998-1247333604/solver-2063998-1247333604 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2063998-1247333604.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.97 2.00 3/73 15657
/proc/meminfo: memFree=1933040/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=4708 CPUtime=0
/proc/15657/stat : 15657 (sugar) R 15655 15657 15620 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 20420782 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 224624965001 0 0 4096 0 0 0 0 17 1 0 0
/proc/15657/statm: 1177 43 33 3 0 8 0

[startup+0.0816869 s]
/proc/loadavg: 1.85 1.97 2.00 3/73 15657
/proc/meminfo: memFree=1933040/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16740 CPUtime=0.06
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1152 0 0 0 6 0 0 0 18 0 1 0 20420782 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102519 s]
/proc/loadavg: 1.85 1.97 2.00 3/73 15657
/proc/meminfo: memFree=1933040/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=0.06
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 20420782 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30154 s]
/proc/loadavg: 1.85 1.97 2.00 3/73 15657
/proc/meminfo: memFree=1933040/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=0.06
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 20420782 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701601 s]
/proc/loadavg: 1.85 1.97 2.00 3/73 15657
/proc/meminfo: memFree=1933040/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=0.06
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 20420782 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50272 s]
/proc/loadavg: 1.85 1.97 2.00 4/84 15669
/proc/meminfo: memFree=1907024/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=0.06
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 20420782 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1111 409 3 0 796 0
[pid=15660] ppid=15657 vsize=5356 CPUtime=0
/proc/15660/stat : 15660 (sh) S 15657 15657 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20420790 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15660/statm: 1339 233 193 169 0 50 0
[pid=15661] ppid=15660 vsize=864756 CPUtime=1.39
/proc/15661/stat : 15661 (java) S 15660 15657 15620 0 -1 0 15184 0 1 0 132 7 0 0 18 0 9 0 20420790 885510144 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15661/statm: 216189 13209 2556 9 0 210701 0
[pid=15661/tid=15662] ppid=15660 vsize=864756 CPUtime=0.83
/proc/15661/task/15662/stat : 15662 (java) R 15660 15657 15620 0 -1 64 3054 0 1 0 81 2 0 0 22 0 9 0 20420791 885510144 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4126685936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15661/tid=15663] ppid=15660 vsize=864756 CPUtime=0.42
/proc/15661/task/15663/stat : 15663 (java) S 15660 15657 15620 0 -1 64 10915 0 0 0 38 4 0 0 16 0 9 0 20420793 885510144 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15661/tid=15664] ppid=15660 vsize=864756 CPUtime=0
/proc/15661/task/15664/stat : 15664 (java) S 15660 15657 15620 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20420793 885510144 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15661/tid=15665] ppid=15660 vsize=864756 CPUtime=0
/proc/15661/task/15665/stat : 15665 (java) S 15660 15657 15620 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20420793 885510144 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15661/tid=15666] ppid=15660 vsize=864756 CPUtime=0
/proc/15661/task/15666/stat : 15666 (java) S 15660 15657 15620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20420795 885510144 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15661/tid=15667] ppid=15660 vsize=864756 CPUtime=0.11
/proc/15661/task/15667/stat : 15667 (java) S 15660 15657 15620 0 -1 64 510 0 0 0 11 0 0 0 16 0 9 0 20420795 885510144 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15661/tid=15668] ppid=15660 vsize=864756 CPUtime=0
/proc/15661/task/15668/stat : 15668 (java) S 15660 15657 15620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20420795 885510144 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15661/tid=15669] ppid=15660 vsize=864756 CPUtime=0
/proc/15661/task/15669/stat : 15669 (java) S 15660 15657 15620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20420795 885510144 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886980

[startup+3.10294 s]
/proc/loadavg: 1.86 1.97 2.00 3/84 15669
/proc/meminfo: memFree=1875664/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=2.3
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1309 19392 0 1 6 1 213 10 15 0 1 0 20420782 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.3024 s]
/proc/loadavg: 1.86 1.97 2.00 3/84 15679
/proc/meminfo: memFree=1867984/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=2.3
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1309 19392 0 1 6 1 213 10 15 0 1 0 20420782 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1111 409 3 0 796 0
[pid=15670] ppid=15657 vsize=5356 CPUtime=0
/proc/15670/stat : 15670 (sh) S 15657 15657 15620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20421020 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15670/statm: 1339 233 193 169 0 50 0
[pid=15671] ppid=15670 vsize=868616 CPUtime=3.87
/proc/15671/stat : 15671 (java) S 15670 15657 15620 0 -1 0 23367 0 1 0 377 10 0 0 18 0 9 0 20421021 889462784 21776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15671/statm: 217154 21776 2566 9 0 211659 0
[pid=15671/tid=15672] ppid=15670 vsize=868616 CPUtime=2.39
/proc/15671/task/15672/stat : 15672 (java) R 15670 15657 15620 0 -1 64 3181 0 1 0 237 2 0 0 25 0 9 0 20421022 889462784 21776 996147200 134512640 134550932 4294955936 18446744073709551615 102094174 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15673] ppid=15670 vsize=868616 CPUtime=1.29
/proc/15671/task/15673/stat : 15673 (java) S 15670 15657 15620 0 -1 64 18016 0 0 0 123 6 0 0 16 0 9 0 20421023 889462784 21776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15674] ppid=15670 vsize=868616 CPUtime=0
/proc/15671/task/15674/stat : 15674 (java) S 15670 15657 15620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20421023 889462784 21776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15675] ppid=15670 vsize=868616 CPUtime=0
/proc/15671/task/15675/stat : 15675 (java) S 15670 15657 15620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20421023 889462784 21776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15676] ppid=15670 vsize=868616 CPUtime=0
/proc/15671/task/15676/stat : 15676 (java) S 15670 15657 15620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20421025 889462784 21776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15677] ppid=15670 vsize=868616 CPUtime=0.16
/proc/15671/task/15677/stat : 15677 (java) S 15670 15657 15620 0 -1 64 1468 0 0 0 16 0 0 0 16 0 9 0 20421025 889462784 21776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15678] ppid=15670 vsize=868616 CPUtime=0
/proc/15671/task/15678/stat : 15678 (java) S 15670 15657 15620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20421025 889462784 21776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15679] ppid=15670 vsize=868616 CPUtime=0
/proc/15671/task/15679/stat : 15679 (java) S 15670 15657 15620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20421025 889462784 21776 996147200 134512640 134550932 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) 890840

[startup+12.7013 s]
/proc/loadavg: 1.95 1.98 2.00 3/84 15679
/proc/meminfo: memFree=1732304/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=2.3
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1310 19392 0 1 6 1 213 10 15 0 1 0 20420782 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1111 409 3 0 796 0
[pid=15670] ppid=15657 vsize=5356 CPUtime=0
/proc/15670/stat : 15670 (sh) S 15657 15657 15620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20421020 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15670/statm: 1339 233 193 169 0 50 0
[pid=15671] ppid=15670 vsize=868728 CPUtime=10.23
/proc/15671/stat : 15671 (java) S 15670 15657 15620 0 -1 0 66197 0 2 0 989 34 0 0 18 0 9 0 20421021 889577472 50389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15671/statm: 217182 50389 2594 9 0 211659 0
[pid=15671/tid=15672] ppid=15670 vsize=868728 CPUtime=5.18
/proc/15671/task/15672/stat : 15672 (java) R 15670 15657 15620 0 -1 64 4576 0 1 0 509 9 0 0 25 0 9 0 20421022 889577472 50389 996147200 134512640 134550932 4294955936 18446744073709551615 4126994594 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15673] ppid=15670 vsize=868728 CPUtime=4.79
/proc/15671/task/15673/stat : 15673 (java) S 15670 15657 15620 0 -1 64 59381 0 1 0 455 24 0 0 16 0 9 0 20421023 889577472 50389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15674] ppid=15670 vsize=868728 CPUtime=0
/proc/15671/task/15674/stat : 15674 (java) S 15670 15657 15620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20421023 889577472 50389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15675] ppid=15670 vsize=868728 CPUtime=0
/proc/15671/task/15675/stat : 15675 (java) S 15670 15657 15620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20421023 889577472 50389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15676] ppid=15670 vsize=868728 CPUtime=0
/proc/15671/task/15676/stat : 15676 (java) S 15670 15657 15620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20421025 889577472 50389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15677] ppid=15670 vsize=868728 CPUtime=0.24
/proc/15671/task/15677/stat : 15677 (java) S 15670 15657 15620 0 -1 64 1538 0 0 0 24 0 0 0 16 0 9 0 20421025 889577472 50389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15678] ppid=15670 vsize=868728 CPUtime=0
/proc/15671/task/15678/stat : 15678 (java) S 15670 15657 15620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20421025 889577472 50389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15679] ppid=15670 vsize=868728 CPUtime=0
/proc/15671/task/15679/stat : 15679 (java) S 15670 15657 15620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20421025 889577472 50389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890952

[startup+25.5021 s]
/proc/loadavg: 2.11 2.02 2.01 3/84 15679
/proc/meminfo: memFree=1594768/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=2.3
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1310 19392 0 1 6 1 213 10 16 0 1 0 20420782 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1111 409 3 0 796 0
[pid=15670] ppid=15657 vsize=5356 CPUtime=0
/proc/15670/stat : 15670 (sh) S 15657 15657 15620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20421020 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15670/statm: 1339 233 193 169 0 50 0
[pid=15671] ppid=15670 vsize=868728 CPUtime=22.91
/proc/15671/stat : 15671 (java) S 15670 15657 15620 0 -1 0 66445 0 2 0 2180 111 0 0 18 0 9 0 20421021 889577472 50390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15671/statm: 217182 50390 2594 9 0 211659 0
[pid=15671/tid=15672] ppid=15670 vsize=868728 CPUtime=17.66
/proc/15671/task/15672/stat : 15672 (java) R 15670 15657 15620 0 -1 64 4823 0 1 0 1681 85 0 0 25 0 9 0 20421022 889577472 50390 996147200 134512640 134550932 4294955936 18446744073709551615 4126432804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15673] ppid=15670 vsize=868728 CPUtime=4.99
/proc/15671/task/15673/stat : 15673 (java) S 15670 15657 15620 0 -1 64 59381 0 1 0 474 25 0 0 16 0 9 0 20421023 889577472 50390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15674] ppid=15670 vsize=868728 CPUtime=0
/proc/15671/task/15674/stat : 15674 (java) S 15670 15657 15620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20421023 889577472 50390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15675] ppid=15670 vsize=868728 CPUtime=0
/proc/15671/task/15675/stat : 15675 (java) S 15670 15657 15620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20421023 889577472 50390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15676] ppid=15670 vsize=868728 CPUtime=0
/proc/15671/task/15676/stat : 15676 (java) S 15670 15657 15620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20421025 889577472 50390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15677] ppid=15670 vsize=868728 CPUtime=0.24
/proc/15671/task/15677/stat : 15677 (java) S 15670 15657 15620 0 -1 64 1539 0 0 0 24 0 0 0 16 0 9 0 20421025 889577472 50390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15678] ppid=15670 vsize=868728 CPUtime=0
/proc/15671/task/15678/stat : 15678 (java) S 15670 15657 15620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20421025 889577472 50390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15671/tid=15679] ppid=15670 vsize=868728 CPUtime=0
/proc/15671/task/15679/stat : 15679 (java) S 15670 15657 15620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20421025 889577472 50390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 890952

[startup+51.1018 s]
/proc/loadavg: 2.13 2.03 2.02 3/77 15682
/proc/meminfo: memFree=1419656/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=26.81
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1376 86177 0 3 6 1 2538 136 16 0 1 0 20420782 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1113 409 3 0 796 0
[pid=15680] ppid=15657 vsize=5356 CPUtime=0
/proc/15680/stat : 15680 (sh) S 15657 15657 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20423495 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15680/statm: 1339 232 193 169 0 50 0
[pid=15681] ppid=15680 vsize=353428 CPUtime=23.81
/proc/15681/stat : 15681 (minisat) R 15680 15657 15620 0 -1 4194304 86882 0 0 0 2328 53 0 0 25 0 1 0 20423495 361910272 86868 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/15680/statm: 1339 232 193 169 0 50 0
[pid=15681] ppid=15680 vsize=356092 CPUtime=74.77
/proc/15681/stat : 15681 (minisat) R 15680 15657 15620 0 -1 4194304 87530 0 0 0 7423 54 0 0 25 0 1 0 20423495 364638208 87516 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15681/statm: 89023 87516 76 150 0 88870 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 378316

[startup+162.302 s]
/proc/loadavg: 2.02 2.02 2.01 3/77 15682
/proc/meminfo: memFree=1399496/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=26.81
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1376 86177 0 3 6 1 2538 136 16 0 1 0 20420782 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1113 409 3 0 796 0
[pid=15680] ppid=15657 vsize=5356 CPUtime=0
/proc/15680/stat : 15680 (sh) S 15657 15657 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20423495 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15680/statm: 1339 232 193 169 0 50 0
[pid=15681] ppid=15680 vsize=373984 CPUtime=134.47
/proc/15681/stat : 15681 (minisat) R 15680 15657 15620 0 -1 4194304 92000 0 0 0 13388 59 0 0 25 0 1 0 20423495 382959616 91986 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15681/statm: 93496 91986 76 150 0 93343 0
Current children cumulated CPU time (s) 161.28
Current children cumulated vsize (KiB) 396208

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 15682
/proc/meminfo: memFree=1391432/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=26.81
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1376 86177 0 3 6 1 2538 136 16 0 1 0 20420782 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1113 409 3 0 796 0
[pid=15680] ppid=15657 vsize=5356 CPUtime=0
/proc/15680/stat : 15680 (sh) S 15657 15657 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20423495 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15680/statm: 1339 232 193 169 0 50 0
[pid=15681] ppid=15680 vsize=381908 CPUtime=194.18
/proc/15681/stat : 15681 (minisat) R 15680 15657 15620 0 -1 4194304 93954 0 0 0 19357 61 0 0 25 0 1 0 20423495 391073792 93940 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/15681/statm: 95477 93940 76 150 0 95324 0
Current children cumulated CPU time (s) 220.99
Current children cumulated vsize (KiB) 404132

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 15682
/proc/meminfo: memFree=1387144/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=26.81
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1376 86177 0 3 6 1 2538 136 16 0 1 0 20420782 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1113 409 3 0 796 0
[pid=15680] ppid=15657 vsize=5356 CPUtime=0
/proc/15680/stat : 15680 (sh) S 15657 15657 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20423495 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15680/statm: 1339 232 193 169 0 50 0
[pid=15681] ppid=15680 vsize=386420 CPUtime=253.88
/proc/15681/stat : 15681 (minisat) R 15680 15657 15620 0 -1 4194304 95107 0 0 0 25326 62 0 0 25 0 1 0 20423495 395694080 95093 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/15681/statm: 96605 95093 76 150 0 96452 0
Current children cumulated CPU time (s) 280.69
Current children cumulated vsize (KiB) 408644

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15682
/proc/meminfo: memFree=1380424/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=26.81
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1376 86177 0 3 6 1 2538 136 16 0 1 0 20420782 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1113 409 3 0 796 0
[pid=15680] ppid=15657 vsize=5356 CPUtime=0
/proc/15680/stat : 15680 (sh) S 15657 15657 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20423495 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15680/statm: 1339 232 193 169 0 50 0
[pid=15681] ppid=15680 vsize=392532 CPUtime=313.59
/proc/15681/stat : 15681 (minisat) R 15680 15657 15620 0 -1 4194304 96682 0 0 0 31295 64 0 0 25 0 1 0 20423495 401952768 96668 996147200 134512640 135127466 4294956256 18446744073709551615 134530967 0 0 4096 3 0 0 0 17 1 0 0
/proc/15681/statm: 98133 96668 76 150 0 97980 0
Current children cumulated CPU time (s) 340.4
Current children cumulated vsize (KiB) 414756

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15682
/proc/meminfo: memFree=1378568/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=26.81
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1376 86177 0 3 6 1 2538 136 16 0 1 0 20420782 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1113 409 3 0 796 0
[pid=15680] ppid=15657 vsize=5356 CPUtime=0
/proc/15680/stat : 15680 (sh) S 15657 15657 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20423495 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15680/statm: 1339 232 193 169 0 50 0
[pid=15681] ppid=15680 vsize=394248 CPUtime=373.3
/proc/15681/stat : 15681 (minisat) R 15680 15657 15620 0 -1 4194304 97116 0 0 0 37265 65 0 0 25 0 1 0 20423495 403709952 97102 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/15681/statm: 98562 97102 76 150 0 98409 0
Current children cumulated CPU time (s) 400.11
Current children cumulated vsize (KiB) 416472

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15682
/proc/meminfo: memFree=1377224/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=26.81
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1376 86177 0 3 6 1 2538 136 16 0 1 0 20420782 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1113 409 3 0 796 0
[pid=15680] ppid=15657 vsize=5356 CPUtime=0
/proc/15680/stat : 15680 (sh) S 15657 15657 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20423495 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15680/statm: 1339 232 193 169 0 50 0
[pid=15681] ppid=15680 vsize=396244 CPUtime=433.01
/proc/15681/stat : 15681 (minisat) R 15680 15657 15620 0 -1 4194304 97432 0 0 0 43236 65 0 0 25 0 1 0 20423495 405753856 97418 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/15681/statm: 99061 97418 76 150 0 98908 0
Current children cumulated CPU time (s) 459.82
Current children cumulated vsize (KiB) 418468

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

[startup+463.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15682
/proc/meminfo: memFree=1377224/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=26.81
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1376 86177 0 3 6 1 2538 136 16 0 1 0 20420782 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1113 409 3 0 796 0
[pid=15680] ppid=15657 vsize=5356 CPUtime=0
/proc/15680/stat : 15680 (sh) S 15657 15657 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20423495 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15680/statm: 1339 232 193 169 0 50 0
[pid=15681] ppid=15680 vsize=396244 CPUtime=434.6
/proc/15681/stat : 15681 (minisat) R 15680 15657 15620 0 -1 4194304 97437 0 0 0 43395 65 0 0 25 0 1 0 20423495 405753856 97423 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/15681/statm: 99061 97423 76 150 0 98908 0
Current children cumulated CPU time (s) 461.41
Current children cumulated vsize (KiB) 418468

[startup+465.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15682
/proc/meminfo: memFree=1377160/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=26.81
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1376 86177 0 3 6 1 2538 136 16 0 1 0 20420782 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1113 409 3 0 796 0
[pid=15680] ppid=15657 vsize=5356 CPUtime=0
/proc/15680/stat : 15680 (sh) S 15657 15657 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20423495 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15680/statm: 1339 232 193 169 0 50 0
[pid=15681] ppid=15680 vsize=396244 CPUtime=436.19
/proc/15681/stat : 15681 (minisat) R 15680 15657 15620 0 -1 4194304 97448 0 0 0 43554 65 0 0 25 0 1 0 20423495 405753856 97434 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15681/statm: 99061 97434 76 150 0 98908 0
Current children cumulated CPU time (s) 463
Current children cumulated vsize (KiB) 418468

[startup+466.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15682
/proc/meminfo: memFree=1375176/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=26.81
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1376 86177 0 3 6 1 2538 136 16 0 1 0 20420782 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1113 409 3 0 796 0
[pid=15680] ppid=15657 vsize=5356 CPUtime=0
/proc/15680/stat : 15680 (sh) S 15657 15657 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20423495 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15680/statm: 1339 232 193 169 0 50 0
[pid=15681] ppid=15680 vsize=396788 CPUtime=436.99
/proc/15681/stat : 15681 (minisat) R 15680 15657 15620 0 -1 4194304 97609 0 0 0 43633 66 0 0 25 0 1 0 20423495 406310912 97594 996147200 134512640 135127466 4294956256 18446744073709551615 134519305 0 0 4096 3 0 0 0 17 1 0 0
/proc/15681/statm: 99197 97594 82 150 0 99044 0
Current children cumulated CPU time (s) 463.8
Current children cumulated vsize (KiB) 419012

[startup+466.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15682
/proc/meminfo: memFree=1375176/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=463.89
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1448 184071 0 3 6 1 46173 209 16 0 1 0 20420782 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 463.89
Current children cumulated vsize (KiB) 16868

[startup+466.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15682
/proc/meminfo: memFree=1375176/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=463.89
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1448 184071 0 3 6 1 46173 209 16 0 1 0 20420782 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 463.89
Current children cumulated vsize (KiB) 16868

[startup+467.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15682
/proc/meminfo: memFree=1375176/2055920 swapFree=4192812/4192956
[pid=15657] ppid=15655 vsize=16868 CPUtime=463.91
/proc/15657/stat : 15657 (sugar) S 15655 15657 15620 0 -1 4194304 1450 184071 0 3 7 2 46173 209 15 0 1 0 20420782 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15657/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 463.91
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 467.094
CPU time (s): 464.562
CPU user time (s): 462.326
CPU system time (s): 2.23666
CPU usage (%): 99.458
Max. virtual memory (cumulated for all children) (KiB): 911328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 462.326
system time used= 2.23666
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189554
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= 7720
involuntary context switches= 12651

runsolver used 0.574912 second user time and 1.57876 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-11 19:33:24
IDJOB=2063998
IDBENCH=54113
IDSOLVER=739
FILE ID=node49/2063998-1247333604
PBS_JOBID= 9506709
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-14.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063998-1247333604/watcher-2063998-1247333604 -o /tmp/evaluation-result-2063998-1247333604/solver-2063998-1247333604 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2063998-1247333604.xml

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

MD5SUM BENCH= 11f6902a1becd1ad9a2f18db7aea4eb7
RANDOM SEED=2126303406

node49.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.232
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.232
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:       1933520 kB
Buffers:          5076 kB
Cached:          46060 kB
SwapCached:          0 kB
Active:          58272 kB
Inactive:        14072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1933520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6132 kB
Writeback:           0 kB
Mapped:          31872 kB
Slab:            35304 kB
Committed_AS:   229260 kB
PageTables:       1744 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66372 MiB
End job on node49 at 2009-07-11 19:41:12