Trace number 2063965

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 89.5684 90.6946

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-10.xml
MD5SUM3a46901a8ea2c192a6f5d5f8c9f3ac47
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.07783
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints6793
Maximum constraint arity15
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5889
Global constraints used (with number of constraints)alldifferent(904)

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:30:51 2009
0.00/0.08	c 0	PID 14115
0.06/0.08	c 0	HOST node59.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2063965-1247333451.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-2063965-1247333451.xml' 'HOME/temp.csp'
1.05/1.15	c 1	271 domains, 400 variables, 1 predicates, 0 relations, 6793 constraints
1.05/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.19	c 1	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'
1.11/1.27	c 2	Parsing HOME/temp.csp
1.11/1.44	c 2	parsed 7465 expressions
1.11/1.45	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.45	c 2	Converting to clausal form CSP
1.11/1.64	c 2	converted 747 (10%) expressions
2.09/2.21	c 2	converted 1493 (20%) expressions
2.40/2.59	c 3	converted 2240 (30%) expressions
2.89/3.04	c 3	converted 2986 (40%) expressions
3.29/3.41	c 4	converted 3733 (50%) expressions
3.78/3.96	c 4	converted 4479 (60%) expressions
4.18/4.33	c 5	converted 5226 (70%) expressions
4.48/4.69	c 5	converted 5972 (80%) expressions
10.60/10.88	c 11	converted 6719 (90%) expressions
49.28/49.94	c 50	converted 7465 (100%) expressions
49.28/49.94	c 50	CSP : 400 integers, 0 booleans, 83360 clauses, largest domain size 33
49.28/49.94	c 50	Heap : 428 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
49.28/49.94	c 50	Propagation in CSP
56.50/57.24	c 58	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
56.50/57.24	c 58	CSP : 400 integers, 0 booleans, 83360 clauses, largest domain size 33
56.50/57.24	c 58	Heap : 412 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
56.60/57.32	c 58	Simplifing CSP by introducing new Boolean variables
59.87/60.67	c 61	CSP : 400 integers, 174316 booleans, 257676 clauses, largest domain size 33
59.87/60.67	c 61	Heap : 457 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
62.24/63.03	c 63	Encoding CSP to SAT : HOME/temp.cnf
62.24/63.10	c 63	40 (10%) CSP integer variables are encoded (966 clauses, 10495 bytes)
62.34/63.10	c 63	80 (20%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
62.34/63.11	c 63	120 (30%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
62.34/63.11	c 63	160 (40%) CSP integer variables are encoded (3739 clauses, 46544 bytes)
62.34/63.12	c 63	200 (50%) CSP integer variables are encoded (4707 clauses, 59128 bytes)
62.34/63.12	c 63	240 (60%) CSP integer variables are encoded (4801 clauses, 60350 bytes)
62.34/63.12	c 63	280 (70%) CSP integer variables are encoded (4914 clauses, 61819 bytes)
62.34/63.12	c 63	320 (80%) CSP integer variables are encoded (5079 clauses, 63964 bytes)
62.34/63.12	c 63	360 (90%) CSP integer variables are encoded (5227 clauses, 65888 bytes)
62.34/63.12	c 63	400 (100%) CSP integer variables are encoded (5366 clauses, 67695 bytes)
63.72/64.50	c 65	25768 (10%) CSP clauses are encoded (295001 clauses, 5562496 bytes)
65.30/66.15	c 66	51536 (20%) CSP clauses are encoded (683289 clauses, 12994418 bytes)
67.00/67.89	c 68	77303 (30%) CSP clauses are encoded (1097781 clauses, 20931022 bytes)
68.76/69.61	c 70	103071 (40%) CSP clauses are encoded (1502834 clauses, 28629705 bytes)
70.44/71.35	c 72	128838 (50%) CSP clauses are encoded (1914521 clauses, 36570192 bytes)
72.21/73.15	c 73	154606 (60%) CSP clauses are encoded (2332009 clauses, 44777680 bytes)
73.99/74.91	c 75	180374 (70%) CSP clauses are encoded (2739047 clauses, 52942361 bytes)
75.68/76.70	c 77	206141 (80%) CSP clauses are encoded (3150233 clauses, 61258622 bytes)
77.45/78.48	c 79	231909 (90%) CSP clauses are encoded (3562062 clauses, 69499179 bytes)
79.23/80.25	c 81	257676 (100%) CSP clauses are encoded (3969144 clauses, 77710513 bytes)
79.23/80.25	c 81	257676 CSP clauses encoded
79.23/80.25	c 81	Writing map file : HOME/temp.map
79.23/80.28	c 81	Heap : 466 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
79.23/80.28	c 81	SAT : 180032 SAT variables, 3969144 SAT clauses, 77710513 bytes
79.23/80.28	c 81	Heap : 466 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
79.39/80.41	c 81	SOLVING HOME/temp.cnf
79.39/80.41	c 81	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
79.39/80.41	c 81	This is MiniSat 2.0 beta
79.39/80.41	c 81	WARNING: for repeatability, setting FPU to use double precision
79.39/80.41	c 81	============================[ Problem Statistics ]=============================
79.39/80.41	c 81	|                                                                             |
79.39/80.41	c 81	|  Number of variables:  180032                                               |
79.39/80.41	c 81	|  Number of clauses:    3969144                                              |
81.46/82.53	c 83	|  Parsing time:         1.84         s                                       |
81.56/82.64	c 83	============================[ Search Statistics ]==============================
81.56/82.64	c 83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
81.56/82.64	c 83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
81.56/82.64	c 83	===============================================================================
81.56/82.64	c 83	|         0 |  180032  3969144 11564006 |  1323048        0    nan |  0.000 % |
83.73/84.86	c 85	|       101 |  180032  3969144 11564006 |  1455352      101     37 |  0.000 % |
85.52/86.61	c 87	|       251 |  180032  3969144 11564006 |  1600888      251     26 |  0.000 % |
86.51/87.64	c 88	|       476 |  180032  3969144 11564006 |  1760976      476     22 |  0.000 % |
88.00/89.18	c 89	|       813 |  180032  3969144 11564006 |  1937074      813     19 |  0.000 % |
88.89/90.09	c 90	===============================================================================
88.99/90.11	c 90	restarts              : 5
88.99/90.11	c 90	conflicts             : 896            (96 /sec)
88.99/90.11	c 90	decisions             : 10395          (0.71 % random) (1116 /sec)
88.99/90.11	c 90	propagations          : 4151250        (445768 /sec)
88.99/90.11	c 90	conflict literals     : 16096          (5.35 % deleted)
88.99/90.11	c 90	Memory used           : 184.47 MB
88.99/90.11	c 90	CPU time              : 9.31258 s
88.99/90.11	c 90	
88.99/90.19	c 90	SATISFIABLE
89.09/90.22	c 90	DECODING HOME/temp.out WITH HOME/temp.map
89.09/90.22	c 90	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'
89.12/90.30	c 91	Decoding HOME/temp.out
89.12/90.58	s SATISFIABLE
89.12/90.60	v 7 1 17 37 26 36 12 27 24 29 10 30 30 38 18 20 22 42 17 25 31 31 19 36 14 39 7 20 33 5 34 6 44 43 36 20 42 42 32 26 17 21 10 27 12 6 41 11 26 44 19 25 4 19 38 7 18 16 25 0 3 40 2 44 9 40 17 23 33 18 0 43 30 44 14 29 32 34 21 0 30 16 8 1 36 29 3 35 22 15 17 30 35 1 23 21 39 13 42 44 31 20 33 35 20 44 37 11 4 15 30 7 16 16 40 26 23 4 28 12 28 5 44 9 6 23 24 34 41 44 34 13 21 14 18 0 16 31 42 42 8 19 36 25 27 43 22 9 27 27 11 39 15 4 3 8 1 35 40 26 38 4 41 34 43 8 8 19 24 2 3 43 9 17 5 32 21 31 21 2 15 27 10 37 14 3 31 38 22 32 10 12 32 3 0 29 43 35 28 30 15 3 6 18 18 15 15 9 18 3 13 6 17 17 19 16 18 11 2 5 4 19 3 5 10 16 12 9 18 9 7 10 7 15 9 4 1 5 15 19 15 6 16 14 7 17 5 18 13 13 15 16 5 11 16 10 13 15 13 18 10 14 18 3 9 18 10 11 15 5 9 1 12 8 19 9 3 13 3 12 15 17 7 14 8 13 13 18 11 15 11 9 7 11 18 1 6 13 18 11 7 15 7 8 18 15 16 5 14 16 4 4 9 7 13 5 7 11 17 1 6 19 2 5 11 17 15 17 7 5 5 11 15 14 6 14 8 17 14 6 11 10 17 10 2 2 15 18 17 18 17 17 14 19 18 10 5 6 19 16 7 18 6 16 18 16 14 5 16 11 11 19 16 8 13 13 7 9 16 16 7 16 17 17 16 16 18 11 13 18 18 11 11 1 3 5 16 15 16 7
89.12/90.61	c 91	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
89.12/90.66	c 91	CPU 89.51 (0.05 0.03 87.78 1.65)
89.12/90.66	c 91	END Sat Jul 11 19:32:22 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-2063965-1247333451/watcher-2063965-1247333451 -o /tmp/evaluation-result-2063965-1247333451/solver-2063965-1247333451 -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-2063965-1247333451.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.89 1.97 1.96 4/82 14115
/proc/meminfo: memFree=1805312/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=12132 CPUtime=0
/proc/14115/stat : 14115 (sugar) R 14113 14115 14078 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 20408246 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 217071547190 0 0 4224 0 0 0 0 17 1 0 0
/proc/14115/statm: 3033 183 142 3 0 133 0

[startup+0.0837921 s]
/proc/loadavg: 1.89 1.97 1.96 4/82 14115
/proc/meminfo: memFree=1805312/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16872 CPUtime=0.06
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1159 0 0 0 4 2 0 0 18 0 1 0 20408246 17276928 1108 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4218 1108 406 3 0 797 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16872

[startup+0.102203 s]
/proc/loadavg: 1.89 1.97 1.96 4/82 14115
/proc/meminfo: memFree=1805312/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=0.06
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 20408246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301832 s]
/proc/loadavg: 1.89 1.97 1.96 4/82 14115
/proc/meminfo: memFree=1805312/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=0.06
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 20408246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701915 s]
/proc/loadavg: 1.89 1.97 1.96 4/82 14115
/proc/meminfo: memFree=1805312/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=0.06
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 20408246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50107 s]
/proc/loadavg: 1.89 1.97 1.96 4/93 14127
/proc/meminfo: memFree=1784552/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=1.11
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1309 8248 0 1 4 2 100 5 15 0 1 0 20408246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 16868

[startup+3.10137 s]
/proc/loadavg: 1.82 1.95 1.95 4/93 14137
/proc/meminfo: memFree=1783080/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=1.12
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1309 8248 0 1 5 2 100 5 16 0 1 0 20408246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1111 409 3 0 796 0
[pid=14128] ppid=14115 vsize=5356 CPUtime=0
/proc/14128/stat : 14128 (sh) S 14115 14115 14078 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20408366 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14128/statm: 1339 233 193 169 0 50 0
[pid=14129] ppid=14128 vsize=868564 CPUtime=1.87
/proc/14129/stat : 14129 (java) S 14128 14115 14078 0 -1 0 10334 0 1 0 183 4 0 0 18 0 9 0 20408366 889409536 9536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14129/statm: 217141 9536 2566 9 0 211646 0
[pid=14129/tid=14130] ppid=14128 vsize=868564 CPUtime=1.34
/proc/14129/task/14130/stat : 14130 (java) R 14128 14115 14078 0 -1 64 2816 0 1 0 134 0 0 0 25 0 9 0 20408367 889409536 9536 996147200 134512640 134550932 4294955936 18446744073709551615 4126546579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14131] ppid=14128 vsize=868564 CPUtime=0.33
/proc/14129/task/14131/stat : 14131 (java) S 14128 14115 14078 0 -1 64 5346 0 0 0 32 1 0 0 16 0 9 0 20408368 889409536 9536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14132] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14132/stat : 14132 (java) S 14128 14115 14078 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20408368 889409536 9536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14133] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14133/stat : 14133 (java) S 14128 14115 14078 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20408368 889409536 9536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14134] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14134/stat : 14134 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20408370 889409536 9536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14135] ppid=14128 vsize=868564 CPUtime=0.16
/proc/14129/task/14135/stat : 14135 (java) S 14128 14115 14078 0 -1 64 1473 0 0 0 15 1 0 0 16 0 9 0 20408370 889409536 9536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14136] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14136/stat : 14136 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20408370 889409536 9536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14137] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14137/stat : 14137 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20408370 889409536 9536 996147200 134512640 134550932 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) 890788

[startup+6.30298 s]
/proc/loadavg: 1.82 1.95 1.95 3/93 14137
/proc/meminfo: memFree=1748456/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=1.12
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1309 8248 0 1 5 2 100 5 15 0 1 0 20408246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1111 409 3 0 796 0
[pid=14128] ppid=14115 vsize=5356 CPUtime=0
/proc/14128/stat : 14128 (sh) S 14115 14115 14078 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20408366 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14128/statm: 1339 233 193 169 0 50 0
[pid=14129] ppid=14128 vsize=868564 CPUtime=5.04
/proc/14129/stat : 14129 (java) S 14128 14115 14078 0 -1 0 18658 0 1 0 496 8 0 0 18 0 9 0 20408366 889409536 17795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14129/statm: 217141 17795 2566 9 0 211646 0
[pid=14129/tid=14130] ppid=14128 vsize=868564 CPUtime=3.77
/proc/14129/task/14130/stat : 14130 (java) R 14128 14115 14078 0 -1 64 3284 0 1 0 376 1 0 0 25 0 9 0 20408367 889409536 17795 996147200 134512640 134550932 4294955936 18446744073709551615 4126511280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14131] ppid=14128 vsize=868564 CPUtime=1.07
/proc/14129/task/14131/stat : 14131 (java) S 14128 14115 14078 0 -1 64 13182 0 0 0 102 5 0 0 16 0 9 0 20408368 889409536 17795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14132] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14132/stat : 14132 (java) S 14128 14115 14078 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20408368 889409536 17795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14133] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14133/stat : 14133 (java) S 14128 14115 14078 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20408368 889409536 17795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14134] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14134/stat : 14134 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20408370 889409536 17795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14135] ppid=14128 vsize=868564 CPUtime=0.17
/proc/14129/task/14135/stat : 14135 (java) S 14128 14115 14078 0 -1 64 1493 0 0 0 16 1 0 0 16 0 9 0 20408370 889409536 17795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14136] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14136/stat : 14136 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20408370 889409536 17795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14137] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14137/stat : 14137 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20408370 889409536 17795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890788

[startup+12.7022 s]
/proc/loadavg: 1.93 1.97 1.96 4/93 14137
/proc/meminfo: memFree=1686328/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=1.12
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1309 8248 0 1 5 2 100 5 16 0 1 0 20408246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1111 409 3 0 796 0
[pid=14128] ppid=14115 vsize=5356 CPUtime=0
/proc/14128/stat : 14128 (sh) S 14115 14115 14078 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20408366 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14128/statm: 1339 233 193 169 0 50 0
[pid=14129] ppid=14128 vsize=868564 CPUtime=11.35
/proc/14129/stat : 14129 (java) S 14128 14115 14078 0 -1 0 41544 0 1 0 1117 18 0 0 18 0 9 0 20408366 889409536 31979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14129/statm: 217141 31979 2567 9 0 211646 0
[pid=14129/tid=14130] ppid=14128 vsize=868564 CPUtime=8.36
/proc/14129/task/14130/stat : 14130 (java) R 14128 14115 14078 0 -1 64 4455 0 1 0 834 2 0 0 25 0 9 0 20408367 889409536 31979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14131] ppid=14128 vsize=868564 CPUtime=2.8
/proc/14129/task/14131/stat : 14131 (java) R 14128 14115 14078 0 -1 64 34897 0 0 0 266 14 0 0 16 0 9 0 20408368 889409536 31979 996147200 134512640 134550932 4294955936 18446744073709551615 102759532 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14132] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14132/stat : 14132 (java) S 14128 14115 14078 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20408368 889409536 31979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14133] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14133/stat : 14133 (java) S 14128 14115 14078 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20408368 889409536 31979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14134] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14134/stat : 14134 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20408370 889409536 31979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14135] ppid=14128 vsize=868564 CPUtime=0.17
/proc/14129/task/14135/stat : 14135 (java) S 14128 14115 14078 0 -1 64 1493 0 0 0 16 1 0 0 16 0 9 0 20408370 889409536 31979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14136] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14136/stat : 14136 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20408370 889409536 31979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14137] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14137/stat : 14137 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20408370 889409536 31979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890788

[startup+25.5027 s]
/proc/loadavg: 2.02 1.99 1.96 3/93 14137
/proc/meminfo: memFree=1568312/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=1.12
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1309 8248 0 1 5 2 100 5 16 0 1 0 20408246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1111 409 3 0 796 0
[pid=14128] ppid=14115 vsize=5356 CPUtime=0
/proc/14128/stat : 14128 (sh) S 14115 14115 14078 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20408366 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14128/statm: 1339 233 193 169 0 50 0
[pid=14129] ppid=14128 vsize=868564 CPUtime=24.02
/proc/14129/stat : 14129 (java) S 14128 14115 14078 0 -1 0 75303 0 1 0 2370 32 0 0 18 0 9 0 20408366 889409536 61526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14129/statm: 217141 61526 2567 9 0 211646 0
[pid=14129/tid=14130] ppid=14128 vsize=868564 CPUtime=18.14
/proc/14129/task/14130/stat : 14130 (java) R 14128 14115 14078 0 -1 64 5654 0 1 0 1812 2 0 0 25 0 9 0 20408367 889409536 61526 996147200 134512640 134550932 4294955936 18446744073709551615 4126511364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14131] ppid=14128 vsize=868564 CPUtime=5.68
/proc/14129/task/14131/stat : 14131 (java) S 14128 14115 14078 0 -1 64 67457 0 0 0 541 27 0 0 16 0 9 0 20408368 889409536 61526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14132] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14132/stat : 14132 (java) S 14128 14115 14078 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20408368 889409536 61526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14133] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14133/stat : 14133 (java) S 14128 14115 14078 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20408368 889409536 61526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14134] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14134/stat : 14134 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20408370 889409536 61526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14135] ppid=14128 vsize=868564 CPUtime=0.17
/proc/14129/task/14135/stat : 14135 (java) S 14128 14115 14078 0 -1 64 1493 0 0 0 16 1 0 0 16 0 9 0 20408370 889409536 61526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14136] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14136/stat : 14136 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20408370 889409536 61526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14137] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14137/stat : 14137 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20408370 889409536 61526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 890788

[startup+51.1026 s]
/proc/loadavg: 2.01 1.99 1.96 3/93 14137
/proc/meminfo: memFree=1336824/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=1.12
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1310 8248 0 1 5 2 100 5 16 0 1 0 20408246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1111 409 3 0 796 0
[pid=14128] ppid=14115 vsize=5356 CPUtime=0
/proc/14128/stat : 14128 (sh) S 14115 14115 14078 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20408366 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14128/statm: 1339 233 193 169 0 50 0
[pid=14129] ppid=14128 vsize=868564 CPUtime=49.35
/proc/14129/stat : 14129 (java) S 14128 14115 14078 0 -1 0 136388 0 1 0 4879 56 0 0 18 0 9 0 20408366 889409536 118393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14129/statm: 217141 118393 2567 9 0 211646 0
[pid=14129/tid=14130] ppid=14128 vsize=868564 CPUtime=38.58
/proc/14129/task/14130/stat : 14130 (java) R 14128 14115 14078 0 -1 64 7579 0 1 0 3854 4 0 0 25 0 9 0 20408367 889409536 118393 996147200 134512640 134550932 4294955936 18446744073709551615 4126513251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14131] ppid=14128 vsize=868564 CPUtime=10.57
/proc/14129/task/14131/stat : 14131 (java) S 14128 14115 14078 0 -1 64 126614 0 0 0 1007 50 0 0 16 0 9 0 20408368 889409536 118393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14132] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14132/stat : 14132 (java) S 14128 14115 14078 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20408368 889409536 118393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14133] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14133/stat : 14133 (java) S 14128 14115 14078 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20408368 889409536 118393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14134] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14134/stat : 14134 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20408370 889409536 118393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14135] ppid=14128 vsize=868564 CPUtime=0.18
/proc/14129/task/14135/stat : 14135 (java) S 14128 14115 14078 0 -1 64 1496 0 0 0 17 1 0 0 15 0 9 0 20408370 889409536 118393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14136] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14136/stat : 14136 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20408370 889409536 118393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14137] ppid=14128 vsize=868564 CPUtime=0
/proc/14129/task/14137/stat : 14137 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20408370 889409536 118393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 890788

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

[startup+76.7024 s]
/proc/loadavg: 2.01 1.99 1.96 3/93 14137
/proc/meminfo: memFree=1214200/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=1.12
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1310 8248 0 1 5 2 100 5 16 0 1 0 20408246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1111 409 3 0 796 0
[pid=14128] ppid=14115 vsize=5356 CPUtime=0
/proc/14128/stat : 14128 (sh) S 14115 14115 14078 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20408366 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14128/statm: 1339 233 193 169 0 50 0
[pid=14129] ppid=14128 vsize=868676 CPUtime=74.66
/proc/14129/stat : 14129 (java) S 14128 14115 14078 0 -1 0 160481 0 1 0 7362 104 0 0 18 0 9 0 20408366 889524224 134975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14129/statm: 217169 134975 2593 9 0 211646 0
[pid=14129/tid=14130] ppid=14128 vsize=868676 CPUtime=58.29
/proc/14129/task/14130/stat : 14130 (java) R 14128 14115 14078 0 -1 64 9407 0 1 0 5787 42 0 0 25 0 9 0 20408367 889524224 134975 996147200 134512640 134550932 4294955936 18446744073709551615 4126999408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14131] ppid=14128 vsize=868676 CPUtime=16.09
/proc/14129/task/14131/stat : 14131 (java) S 14128 14115 14078 0 -1 64 148829 0 0 0 1550 59 0 0 16 0 9 0 20408368 889524224 134975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14132] ppid=14128 vsize=868676 CPUtime=0
/proc/14129/task/14132/stat : 14132 (java) S 14128 14115 14078 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20408368 889524224 134975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14133] ppid=14128 vsize=868676 CPUtime=0
/proc/14129/task/14133/stat : 14133 (java) S 14128 14115 14078 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20408368 889524224 134975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14134] ppid=14128 vsize=868676 CPUtime=0
/proc/14129/task/14134/stat : 14134 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20408370 889524224 134975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14135] ppid=14128 vsize=868676 CPUtime=0.25
/proc/14129/task/14135/stat : 14135 (java) S 14128 14115 14078 0 -1 64 1546 0 0 0 24 1 0 0 15 0 9 0 20408370 889524224 134975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14136] ppid=14128 vsize=868676 CPUtime=0
/proc/14129/task/14136/stat : 14136 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20408370 889524224 134975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14129/tid=14137] ppid=14128 vsize=868676 CPUtime=0
/proc/14129/task/14137/stat : 14137 (java) S 14128 14115 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20408370 889524224 134975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.78
Current children cumulated vsize (KiB) 890900

[startup+83.1027 s]
/proc/loadavg: 2.00 1.99 1.96 3/85 14139
/proc/meminfo: memFree=1573560/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=79.41
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1376 169053 0 2 5 2 7805 129 15 0 1 0 20408246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1113 409 3 0 796 0
[pid=14138] ppid=14115 vsize=5356 CPUtime=0
/proc/14138/stat : 14138 (sh) S 14115 14115 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20416288 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14138/statm: 1339 232 193 169 0 50 0
[pid=14139] ppid=14138 vsize=175264 CPUtime=2.65
/proc/14139/stat : 14139 (minisat) R 14138 14115 14078 0 -1 4194304 41922 0 0 0 239 26 0 0 25 0 1 0 20416288 179470336 41908 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14139/statm: 43816 41908 72 150 0 43663 0
Current children cumulated CPU time (s) 82.06
Current children cumulated vsize (KiB) 197488

[startup+86.3013 s]
/proc/loadavg: 2.00 1.99 1.96 3/85 14139
/proc/meminfo: memFree=1547576/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=79.41
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1376 169053 0 2 5 2 7805 129 16 0 1 0 20408246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1113 409 3 0 796 0
[pid=14138] ppid=14115 vsize=5356 CPUtime=0
/proc/14138/stat : 14138 (sh) S 14115 14115 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20416288 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14138/statm: 1339 232 193 169 0 50 0
[pid=14139] ppid=14138 vsize=186468 CPUtime=5.82
/proc/14139/stat : 14139 (minisat) R 14138 14115 14078 0 -1 4194304 44670 0 0 0 554 28 0 0 25 0 1 0 20416288 190943232 44656 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14139/statm: 46617 44656 76 150 0 46464 0
Current children cumulated CPU time (s) 85.23
Current children cumulated vsize (KiB) 208692

[startup+87.9026 s]
/proc/loadavg: 2.00 1.99 1.96 3/85 14139
/proc/meminfo: memFree=1544952/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=79.41
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1376 169053 0 2 5 2 7805 129 16 0 1 0 20408246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1113 409 3 0 796 0
[pid=14138] ppid=14115 vsize=5356 CPUtime=0
/proc/14138/stat : 14138 (sh) S 14115 14115 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20416288 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14138/statm: 1339 232 193 169 0 50 0
[pid=14139] ppid=14138 vsize=187656 CPUtime=7.4
/proc/14139/stat : 14139 (minisat) R 14138 14115 14078 0 -1 4194304 44993 0 0 0 712 28 0 0 25 0 1 0 20416288 192159744 44979 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/14139/statm: 46914 44979 76 150 0 46761 0
Current children cumulated CPU time (s) 86.81
Current children cumulated vsize (KiB) 209880

[startup+89.5019 s]
/proc/loadavg: 2.00 1.99 1.96 3/85 14139
/proc/meminfo: memFree=1544760/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=79.41
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1376 169053 0 2 5 2 7805 129 16 0 1 0 20408246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1113 409 3 0 796 0
[pid=14138] ppid=14115 vsize=5356 CPUtime=0
/proc/14138/stat : 14138 (sh) S 14115 14115 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20416288 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14138/statm: 1339 232 193 169 0 50 0
[pid=14139] ppid=14138 vsize=188052 CPUtime=8.98
/proc/14139/stat : 14139 (minisat) R 14138 14115 14078 0 -1 4194304 45076 0 0 0 870 28 0 0 25 0 1 0 20416288 192565248 45062 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14139/statm: 47013 45062 76 150 0 46860 0
Current children cumulated CPU time (s) 88.39
Current children cumulated vsize (KiB) 210276

[startup+90.301 s]
/proc/loadavg: 2.00 1.99 1.96 3/85 14139
/proc/meminfo: memFree=1543736/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=89.12
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1430 214635 0 2 5 2 8743 162 16 0 1 0 20408246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 89.12
Current children cumulated vsize (KiB) 16868

[startup+90.5011 s]
/proc/loadavg: 2.00 1.99 1.96 3/85 14139
/proc/meminfo: memFree=1543736/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=89.12
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1448 214635 0 2 5 2 8743 162 16 0 1 0 20408246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 89.12
Current children cumulated vsize (KiB) 16868

[startup+90.6011 s]
/proc/loadavg: 2.00 1.99 1.96 3/85 14139
/proc/meminfo: memFree=1543736/2055920 swapFree=4192812/4192956
[pid=14115] ppid=14113 vsize=16868 CPUtime=89.12
/proc/14115/stat : 14115 (sugar) S 14113 14115 14078 0 -1 4194304 1449 214635 0 2 5 2 8743 162 15 0 1 0 20408246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14115/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 89.12
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 90.6946
CPU time (s): 89.5684
CPU user time (s): 87.8426
CPU system time (s): 1.72574
CPU usage (%): 98.7582
Max. virtual memory (cumulated for all children) (KiB): 903040

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

runsolver used 0.113982 second user time and 0.32295 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-11 19:30:51
IDJOB=2063965
IDBENCH=54110
IDSOLVER=739
FILE ID=node59/2063965-1247333451
PBS_JOBID= 9506701
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-10.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-2063965-1247333451/watcher-2063965-1247333451 -o /tmp/evaluation-result-2063965-1247333451/solver-2063965-1247333451 -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-2063965-1247333451.xml

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

MD5SUM BENCH= 3a46901a8ea2c192a6f5d5f8c9f3ac47
RANDOM SEED=330003258

node59.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.263
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.263
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:       1805792 kB
Buffers:         14476 kB
Cached:          66648 kB
SwapCached:          0 kB
Active:         174584 kB
Inactive:        25760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2448 kB
Writeback:           0 kB
Mapped:         139668 kB
Slab:            34628 kB
Committed_AS:   310244 kB
PageTables:       2136 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= 66368 MiB
End job on node59 at 2009-07-11 19:32:22