Trace number 1058104

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 94.9456 96.0454

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-3.xml
MD5SUM3a691b3fedc807051946f22a34b74e5c
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.4557
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7870
Maximum constraint arity15
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6952
Global constraints used (with number of constraints)alldifferent(918)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 21:23:22 2008
0.00/0.05	c 0	PID 14877
0.00/0.05	c 0	HOST node20.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058104-1215113002.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058104-1215113002.xml' 'HOME/temp.csp'
1.05/1.17	c 1	228 domains, 400 variables, 1 predicates, 0 relations, 7870 constraints
1.12/1.21	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.12/1.21	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.12/1.30	c 1	Parsing HOME/temp.csp
1.12/1.73	c 2	parsed 8499 expressions
1.12/1.74	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.74	c 2	Converting to clausal form CSP
1.12/2.04	c 2	converted 850 (10%) expressions
2.37/2.52	c 2	converted 1700 (20%) expressions
2.78/2.99	c 3	converted 2550 (30%) expressions
3.16/3.38	c 3	converted 3400 (40%) expressions
3.76/3.91	c 4	converted 4250 (50%) expressions
4.15/4.31	c 4	converted 5100 (60%) expressions
4.56/4.71	c 5	converted 5950 (70%) expressions
4.85/5.09	c 5	converted 6800 (80%) expressions
7.33/7.57	c 7	converted 7650 (90%) expressions
44.37/44.90	c 45	converted 8499 (100%) expressions
44.37/44.90	c 45	CSP : 400 integers, 0 booleans, 88495 clauses, largest domain size 35
44.37/44.90	c 45	Heap : 406 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
44.37/44.90	c 45	Propagation in CSP
52.40/53.10	c 53	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
52.50/53.10	c 53	CSP : 400 integers, 0 booleans, 88495 clauses, largest domain size 35
52.50/53.10	c 53	Heap : 417 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
52.50/53.18	c 53	Simplifing CSP by introducing new Boolean variables
53.28/53.99	c 54	CSP : 400 integers, 185975 booleans, 274470 clauses, largest domain size 35
53.28/53.99	c 54	Heap : 482 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
55.96/56.67	c 57	Encoding CSP to SAT : HOME/temp.cnf
56.06/56.76	c 57	40 (10%) CSP integer variables are encoded (951 clauses, 10319 bytes)
56.06/56.76	c 57	80 (20%) CSP integer variables are encoded (1878 clauses, 22355 bytes)
56.06/56.77	c 57	120 (30%) CSP integer variables are encoded (2832 clauses, 34757 bytes)
56.06/56.77	c 57	160 (40%) CSP integer variables are encoded (3751 clauses, 46704 bytes)
56.06/56.78	c 57	200 (50%) CSP integer variables are encoded (4664 clauses, 58573 bytes)
56.06/56.78	c 57	240 (60%) CSP integer variables are encoded (4737 clauses, 59522 bytes)
56.06/56.78	c 57	280 (70%) CSP integer variables are encoded (4809 clauses, 60458 bytes)
56.06/56.78	c 57	320 (80%) CSP integer variables are encoded (4868 clauses, 61225 bytes)
56.06/56.78	c 57	360 (90%) CSP integer variables are encoded (4945 clauses, 62226 bytes)
56.06/56.78	c 57	400 (100%) CSP integer variables are encoded (5008 clauses, 63045 bytes)
58.43/59.15	c 59	27447 (10%) CSP clauses are encoded (320869 clauses, 6029682 bytes)
60.42/61.20	c 61	54894 (20%) CSP clauses are encoded (748090 clauses, 14233767 bytes)
62.69/63.40	c 63	82341 (30%) CSP clauses are encoded (1207749 clauses, 23016044 bytes)
64.86/65.60	c 65	109788 (40%) CSP clauses are encoded (1665289 clauses, 31809955 bytes)
66.93/67.78	c 68	137235 (50%) CSP clauses are encoded (2118500 clauses, 40438671 bytes)
69.21/70.02	c 70	164682 (60%) CSP clauses are encoded (2584833 clauses, 49773003 bytes)
71.48/72.30	c 72	192129 (70%) CSP clauses are encoded (3059511 clauses, 59364132 bytes)
73.57/74.44	c 74	219576 (80%) CSP clauses are encoded (3511308 clauses, 68471207 bytes)
75.74/76.68	c 77	247023 (90%) CSP clauses are encoded (3982191 clauses, 77858085 bytes)
78.00/78.93	c 79	274470 (100%) CSP clauses are encoded (4449210 clauses, 87300723 bytes)
78.00/78.93	c 79	274470 CSP clauses encoded
78.00/78.93	c 79	Writing map file : HOME/temp.map
78.00/78.96	c 79	Heap : 508 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
78.00/78.96	c 79	SAT : 191314 SAT variables, 4449210 SAT clauses, 87300723 bytes
78.00/78.96	c 79	Heap : 508 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
78.08/79.09	c 79	SOLVING HOME/temp.cnf
78.08/79.09	c 79	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
78.08/79.09	c 79	This is MiniSat 2.0 beta
78.08/79.09	c 79	WARNING: for repeatability, setting FPU to use double precision
78.08/79.09	c 79	============================[ Problem Statistics ]=============================
78.08/79.09	c 79	|                                                                             |
78.08/79.10	c 79	|  Number of variables:  191314                                               |
78.08/79.10	c 79	|  Number of clauses:    4449210                                              |
80.45/81.49	c 81	|  Parsing time:         2.00         s                                       |
80.65/81.63	c 82	============================[ Search Statistics ]==============================
80.65/81.63	c 82	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
80.65/81.63	c 82	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
80.65/81.63	c 82	===============================================================================
80.65/81.63	c 82	|         0 |  191314  4449210 12980544 |  1483070        0    nan |  0.000 % |
82.92/83.99	c 84	|       101 |  191314  4449210 12980544 |  1631377      101     29 |  0.000 % |
84.61/85.61	c 85	|       251 |  191314  4449210 12980544 |  1794514      251     20 |  0.000 % |
86.88/87.92	c 88	|       477 |  191314  4449210 12980544 |  1973966      477     22 |  0.000 % |
88.47/89.51	c 89	|       814 |  191314  4449210 12980544 |  2171362      814     18 |  0.000 % |
92.33/93.44	c 93	|      1321 |  191314  4449210 12980544 |  2388499     1321     19 |  0.000 % |
94.12/95.22	c 95	===============================================================================
94.12/95.24	c 95	restarts              : 6
94.12/95.24	c 95	conflicts             : 1524           (98 /sec)
94.12/95.24	c 95	decisions             : 11493          (0.92 % random) (739 /sec)
94.12/95.24	c 95	propagations          : 7178590        (461330 /sec)
94.12/95.24	c 95	conflict literals     : 27793          (5.17 % deleted)
94.12/95.24	c 95	Memory used           : 202.23 MB
94.12/95.24	c 95	CPU time              : 15.5606 s
94.12/95.24	c 95	
94.21/95.32	c 95	SATISFIABLE
94.21/95.36	c 95	DECODING HOME/temp.out WITH HOME/temp.map
94.21/95.36	c 95	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
94.29/95.45	c 95	Decoding HOME/temp.out
94.80/95.94	s SATISFIABLE
94.80/95.96	v 17 27 34 20 39 26 10 14 2 43 24 26 24 42 36 38 3 28 4 0 2 39 9 6 4 32 33 42 1 0 25 12 29 21 12 11 36 11 7 17 8 14 10 22 33 32 21 19 35 24 8 32 40 42 37 27 0 9 28 26 15 9 31 34 20 40 35 37 19 29 13 0 16 18 25 36 21 44 44 24 24 4 5 29 7 38 20 35 15 14 0 3 6 8 27 26 8 43 18 41 17 16 30 43 12 34 13 5 13 7 2 30 29 17 13 9 34 26 26 0 23 10 38 4 7 16 31 8 7 22 40 29 39 1 18 41 5 18 26 15 12 16 11 27 37 31 3 23 37 25 34 30 7 41 12 3 9 20 27 1 16 44 19 35 3 44 34 38 31 28 2 1 9 41 33 1 6 17 23 11 38 29 19 44 23 28 2 11 32 43 17 41 44 37 42 22 13 40 35 44 3 2 1 4 2 5 7 8 8 7 1 4 6 6 7 8 9 4 3 7 0 6 5 6 9 1 7 1 8 1 6 5 6 7 7 3 2 6 8 7 5 6 1 7 9 7 6 8 7 8 2 6 5 2 4 6 0 9 7 3 2 6 2 7 7 6 4 0 7 4 5 9 7 4 8 0 4 5 7 4 7 6 6 3 5 0 6 2 1 7 4 1 2 1 4 1 7 4 8 4 4 2 6 1 3 0 6 1 3 7 4 3 2 2 4 8 4 6 7 2 7 2 7 5 4 5 4 6 2 2 7 0 7 5 7 8 7 6 2 4 4 1 9 1 7 7 3 6 6 4 6 4 3 7 2 8 1 1 5 7 4 4 1 6 2 8 3 6 8 6 7 2 4 6 6 9 1 1 8 8 5 7 4 6 5 3 9 7 5 9 5 1 9 3 4 6 7 8 8 2
94.80/95.96	c 96	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
94.80/96.00	c 96	CPU 92.89 (0.04 0.01 92.85 1.98)
94.80/96.00	c 96	END Thu Jul  3 21:24:58 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058104-1215113002/watcher-1058104-1215113002 -o /tmp/evaluation-result-1058104-1215113002/solver-1058104-1215113002 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1058104-1215113002.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 14877
/proc/meminfo: memFree=1475408/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=12268 CPUtime=0
/proc/14877/stat : 14877 (sugar) R 14875 14877 14479 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1299546093 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273952766565 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14877/statm: 3067 316 241 3 0 167 0

[startup+0.0979481 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 14877
/proc/meminfo: memFree=1475408/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=0.03
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1299546093 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102948 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 14877
/proc/meminfo: memFree=1475408/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=0.03
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1299546093 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302981 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 14877
/proc/meminfo: memFree=1475408/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=0.03
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1299546093 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702066 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 14877
/proc/meminfo: memFree=1475408/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=0.03
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1299546093 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50123 s]
/proc/loadavg: 1.91 1.95 1.90 4/84 14889
/proc/meminfo: memFree=1454520/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=1.12
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 973 8616 0 1 3 0 104 5 16 0 1 0 1299546093 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 13600

[startup+3.10447 s]
/proc/loadavg: 2.00 1.97 1.91 3/84 14899
/proc/meminfo: memFree=1456056/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=1.12
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 974 8616 0 1 3 0 104 5 15 0 1 0 1299546093 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 797 370 3 0 500 0
[pid=14890] ppid=14877 vsize=5356 CPUtime=0
/proc/14890/stat : 14890 (sh) S 14877 14877 14479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1299546215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14890/statm: 1339 233 193 169 0 50 0
[pid=14891] ppid=14890 vsize=868388 CPUtime=1.85
/proc/14891/stat : 14891 (java) S 14890 14877 14479 0 -1 0 9890 0 1 0 178 7 0 0 19 0 9 0 1299546215 889229312 9005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14891/statm: 217097 9005 2540 9 0 211672 0
[pid=14891/tid=14892] ppid=14890 vsize=868388 CPUtime=1.25
/proc/14891/task/14892/stat : 14892 (java) R 14890 14877 14479 0 -1 64 2739 0 1 0 123 2 0 0 25 0 9 0 1299546216 889229312 9005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14893] ppid=14890 vsize=868388 CPUtime=0.39
/proc/14891/task/14893/stat : 14893 (java) S 14890 14877 14479 0 -1 64 5004 0 0 0 36 3 0 0 15 0 9 0 1299546218 889229312 9005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14894] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14894/stat : 14894 (java) S 14890 14877 14479 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1299546218 889229312 9005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14895] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14895/stat : 14895 (java) S 14890 14877 14479 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1299546218 889229312 9005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14896] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14896/stat : 14896 (java) S 14890 14877 14479 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1299546220 889229312 9005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14897] ppid=14890 vsize=868388 CPUtime=0.18
/proc/14891/task/14897/stat : 14897 (java) S 14890 14877 14479 0 -1 64 1450 0 0 0 18 0 0 0 15 0 9 0 1299546220 889229312 9005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14898] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14898/stat : 14898 (java) S 14890 14877 14479 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1299546220 889229312 9005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14899] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14899/stat : 14899 (java) R 14890 14877 14479 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1299546220 889229312 9005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887344

[startup+6.30117 s]
/proc/loadavg: 2.00 1.97 1.91 3/84 14899
/proc/meminfo: memFree=1426232/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=1.13
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 974 8616 0 1 4 0 104 5 15 0 1 0 1299546093 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 797 370 3 0 500 0
[pid=14890] ppid=14877 vsize=5356 CPUtime=0
/proc/14890/stat : 14890 (sh) S 14877 14877 14479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1299546215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14890/statm: 1339 233 193 169 0 50 0
[pid=14891] ppid=14890 vsize=868388 CPUtime=5.01
/proc/14891/stat : 14891 (java) S 14890 14877 14479 0 -1 0 17690 0 1 0 489 12 0 0 19 0 9 0 1299546215 889229312 16723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14891/statm: 217097 16723 2540 9 0 211672 0
[pid=14891/tid=14892] ppid=14890 vsize=868388 CPUtime=3.64
/proc/14891/task/14892/stat : 14892 (java) R 14890 14877 14479 0 -1 64 3191 0 1 0 362 2 0 0 25 0 9 0 1299546216 889229312 16723 996147200 134512640 134550740 4294955952 18446744073709551615 4126606033 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14893] ppid=14890 vsize=868388 CPUtime=1.15
/proc/14891/task/14893/stat : 14893 (java) S 14890 14877 14479 0 -1 64 12345 0 0 0 107 8 0 0 16 0 9 0 1299546218 889229312 16723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14894] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14894/stat : 14894 (java) S 14890 14877 14479 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1299546218 889229312 16723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14895] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14895/stat : 14895 (java) S 14890 14877 14479 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1299546218 889229312 16723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14896] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14896/stat : 14896 (java) S 14890 14877 14479 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1299546220 889229312 16723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14897] ppid=14890 vsize=868388 CPUtime=0.19
/proc/14891/task/14897/stat : 14897 (java) S 14890 14877 14479 0 -1 64 1457 0 0 0 19 0 0 0 16 0 9 0 1299546220 889229312 16723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14898] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14898/stat : 14898 (java) S 14890 14877 14479 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1299546220 889229312 16723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14899] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14899/stat : 14899 (java) S 14890 14877 14479 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1299546220 889229312 16723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887344

[startup+12.7024 s]
/proc/loadavg: 2.08 1.99 1.91 4/84 14899
/proc/meminfo: memFree=1350072/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=1.13
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 974 8616 0 1 4 0 104 5 16 0 1 0 1299546093 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 797 370 3 0 500 0
[pid=14890] ppid=14877 vsize=5356 CPUtime=0
/proc/14890/stat : 14890 (sh) S 14877 14877 14479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1299546215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14890/statm: 1339 233 193 169 0 50 0
[pid=14891] ppid=14890 vsize=868388 CPUtime=11.35
/proc/14891/stat : 14891 (java) S 14890 14877 14479 0 -1 0 40597 0 1 0 1110 25 0 0 19 0 9 0 1299546215 889229312 31906 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14891/statm: 217097 31906 2540 9 0 211672 0
[pid=14891/tid=14892] ppid=14890 vsize=868388 CPUtime=7.91
/proc/14891/task/14892/stat : 14892 (java) R 14890 14877 14479 0 -1 64 4283 0 1 0 789 2 0 0 25 0 9 0 1299546216 889229312 31906 996147200 134512640 134550740 4294955952 18446744073709551615 4126570720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14893] ppid=14890 vsize=868388 CPUtime=3.21
/proc/14891/task/14893/stat : 14893 (java) S 14890 14877 14479 0 -1 64 34160 0 0 0 301 20 0 0 16 0 9 0 1299546218 889229312 31906 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14894] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14894/stat : 14894 (java) S 14890 14877 14479 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1299546218 889229312 31906 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14895] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14895/stat : 14895 (java) S 14890 14877 14479 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1299546218 889229312 31906 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14896] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14896/stat : 14896 (java) S 14890 14877 14479 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1299546220 889229312 31906 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14897] ppid=14890 vsize=868388 CPUtime=0.19
/proc/14891/task/14897/stat : 14897 (java) S 14890 14877 14479 0 -1 64 1457 0 0 0 19 0 0 0 16 0 9 0 1299546220 889229312 31906 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14898] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14898/stat : 14898 (java) S 14890 14877 14479 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1299546220 889229312 31906 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14899] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14899/stat : 14899 (java) S 14890 14877 14479 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1299546220 889229312 31906 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887344

[startup+25.5029 s]
/proc/loadavg: 2.07 1.99 1.91 3/84 14899
/proc/meminfo: memFree=1228088/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=1.13
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 974 8616 0 1 4 0 104 5 16 0 1 0 1299546093 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 797 370 3 0 500 0
[pid=14890] ppid=14877 vsize=5356 CPUtime=0
/proc/14890/stat : 14890 (sh) S 14877 14877 14479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1299546215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14890/statm: 1339 233 193 169 0 50 0
[pid=14891] ppid=14890 vsize=868388 CPUtime=24.02
/proc/14891/stat : 14891 (java) S 14890 14877 14479 0 -1 0 76944 0 1 0 2362 40 0 0 19 0 9 0 1299546215 889229312 64695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14891/statm: 217097 64695 2540 9 0 211672 0
[pid=14891/tid=14892] ppid=14890 vsize=868388 CPUtime=17.3
/proc/14891/task/14892/stat : 14892 (java) R 14890 14877 14479 0 -1 64 5437 0 1 0 1727 3 0 0 25 0 9 0 1299546216 889229312 64695 996147200 134512640 134550740 4294955952 18446744073709551615 4126418688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14893] ppid=14890 vsize=868388 CPUtime=6.5
/proc/14891/task/14893/stat : 14893 (java) S 14890 14877 14479 0 -1 64 69353 0 0 0 615 35 0 0 16 0 9 0 1299546218 889229312 64695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14894] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14894/stat : 14894 (java) S 14890 14877 14479 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1299546218 889229312 64695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14895] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14895/stat : 14895 (java) S 14890 14877 14479 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1299546218 889229312 64695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14896] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14896/stat : 14896 (java) S 14890 14877 14479 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1299546220 889229312 64695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14897] ppid=14890 vsize=868388 CPUtime=0.19
/proc/14891/task/14897/stat : 14897 (java) S 14890 14877 14479 0 -1 64 1457 0 0 0 19 0 0 0 16 0 9 0 1299546220 889229312 64695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14898] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14898/stat : 14898 (java) S 14890 14877 14479 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1299546220 889229312 64695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14899] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14899/stat : 14899 (java) S 14890 14877 14479 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1299546220 889229312 64695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887344

[startup+51.103 s]
/proc/loadavg: 2.17 2.02 1.93 3/84 14899
/proc/meminfo: memFree=1022840/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=1.14
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 974 8616 0 1 4 1 104 5 16 0 1 0 1299546093 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 797 370 3 0 500 0
[pid=14890] ppid=14877 vsize=5356 CPUtime=0
/proc/14890/stat : 14890 (sh) S 14877 14877 14479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1299546215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14890/statm: 1339 233 193 169 0 50 0
[pid=14891] ppid=14890 vsize=868388 CPUtime=49.38
/proc/14891/stat : 14891 (java) S 14890 14877 14479 0 -1 0 131345 0 1 0 4870 68 0 0 19 0 9 0 1299546215 889229312 114880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14891/statm: 217097 114880 2540 9 0 211672 0
[pid=14891/tid=14892] ppid=14890 vsize=868388 CPUtime=37.48
/proc/14891/task/14892/stat : 14892 (java) R 14890 14877 14479 0 -1 64 7424 0 1 0 3743 5 0 0 25 0 9 0 1299546216 889229312 114880 996147200 134512640 134550740 4294955952 18446744073709551615 4126569130 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14893] ppid=14890 vsize=868388 CPUtime=11.66
/proc/14891/task/14893/stat : 14893 (java) S 14890 14877 14479 0 -1 64 121761 0 0 0 1105 61 0 0 16 0 9 0 1299546218 889229312 114880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14894] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14894/stat : 14894 (java) S 14890 14877 14479 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1299546218 889229312 114880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14895] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14895/stat : 14895 (java) S 14890 14877 14479 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1299546218 889229312 114880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14896] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14896/stat : 14896 (java) S 14890 14877 14479 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1299546220 889229312 114880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14897] ppid=14890 vsize=868388 CPUtime=0.2
/proc/14891/task/14897/stat : 14897 (java) S 14890 14877 14479 0 -1 64 1463 0 0 0 20 0 0 0 16 0 9 0 1299546220 889229312 114880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14898] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14898/stat : 14898 (java) S 14890 14877 14479 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1299546220 889229312 114880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14899] ppid=14890 vsize=868388 CPUtime=0
/proc/14891/task/14899/stat : 14899 (java) S 14890 14877 14479 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1299546220 889229312 114880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 887344

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

[startup+76.7061 s]
/proc/loadavg: 2.33 2.07 1.94 3/84 14899
/proc/meminfo: memFree=879992/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=1.14
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 974 8616 0 1 4 1 104 5 16 0 1 0 1299546093 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 797 370 3 0 500 0
[pid=14890] ppid=14877 vsize=5356 CPUtime=0
/proc/14890/stat : 14890 (sh) S 14877 14877 14479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1299546215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14890/statm: 1339 233 193 169 0 50 0
[pid=14891] ppid=14890 vsize=868500 CPUtime=74.7
/proc/14891/stat : 14891 (java) S 14890 14877 14479 0 -1 0 150460 0 1 0 7342 128 0 0 19 0 9 0 1299546215 889344000 132116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14891/statm: 217125 132116 2566 9 0 211672 0
[pid=14891/tid=14892] ppid=14890 vsize=868500 CPUtime=58.59
/proc/14891/task/14892/stat : 14892 (java) R 14890 14877 14479 0 -1 64 9376 0 1 0 5804 55 0 0 25 0 9 0 1299546216 889344000 132116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14893] ppid=14890 vsize=868500 CPUtime=15.79
/proc/14891/task/14893/stat : 14893 (java) S 14890 14877 14479 0 -1 64 138877 0 0 0 1509 70 0 0 16 0 9 0 1299546218 889344000 132116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14894] ppid=14890 vsize=868500 CPUtime=0
/proc/14891/task/14894/stat : 14894 (java) S 14890 14877 14479 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1299546218 889344000 132116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14895] ppid=14890 vsize=868500 CPUtime=0
/proc/14891/task/14895/stat : 14895 (java) S 14890 14877 14479 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1299546218 889344000 132116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14896] ppid=14890 vsize=868500 CPUtime=0
/proc/14891/task/14896/stat : 14896 (java) S 14890 14877 14479 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1299546220 889344000 132116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14897] ppid=14890 vsize=868500 CPUtime=0.28
/proc/14891/task/14897/stat : 14897 (java) S 14890 14877 14479 0 -1 64 1510 0 0 0 27 1 0 0 15 0 9 0 1299546220 889344000 132116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14898] ppid=14890 vsize=868500 CPUtime=0
/proc/14891/task/14898/stat : 14898 (java) S 14890 14877 14479 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1299546220 889344000 132116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14891/tid=14899] ppid=14890 vsize=868500 CPUtime=0
/proc/14891/task/14899/stat : 14899 (java) S 14890 14877 14479 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1299546220 889344000 132116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.84
Current children cumulated vsize (KiB) 887456

[startup+89.5015 s]
/proc/loadavg: 2.40 2.09 1.95 3/76 14901
/proc/meminfo: memFree=1186680/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=78.18
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 1033 159391 0 2 4 1 7665 148 16 0 1 0 1299546093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 799 370 3 0 500 0
[pid=14900] ppid=14877 vsize=5356 CPUtime=0
/proc/14900/stat : 14900 (sh) S 14877 14877 14479 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1299554002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14900/statm: 1339 232 193 169 0 50 0
[pid=14901] ppid=14900 vsize=205120 CPUtime=10.29
/proc/14901/stat : 14901 (minisat) R 14900 14877 14479 0 -1 4194304 49997 0 0 0 988 41 0 0 25 0 1 0 1299554003 210042880 49983 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14901/statm: 51280 49983 76 150 0 51127 0
Current children cumulated CPU time (s) 88.47
Current children cumulated vsize (KiB) 224076

[startup+92.7011 s]
/proc/loadavg: 2.37 2.09 1.95 3/76 14901
/proc/meminfo: memFree=1186360/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=78.18
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 1033 159391 0 2 4 1 7665 148 16 0 1 0 1299546093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 799 370 3 0 500 0
[pid=14900] ppid=14877 vsize=5356 CPUtime=0
/proc/14900/stat : 14900 (sh) S 14877 14877 14479 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1299554002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14900/statm: 1339 232 193 169 0 50 0
[pid=14901] ppid=14900 vsize=205516 CPUtime=13.45
/proc/14901/stat : 14901 (minisat) R 14900 14877 14479 0 -1 4194304 50073 0 0 0 1304 41 0 0 25 0 1 0 1299554003 210448384 50059 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/14901/statm: 51379 50059 76 150 0 51226 0
Current children cumulated CPU time (s) 91.63
Current children cumulated vsize (KiB) 224472

[startup+94.3015 s]
/proc/loadavg: 2.37 2.09 1.95 3/76 14901
/proc/meminfo: memFree=1186360/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=78.18
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 1033 159391 0 2 4 1 7665 148 16 0 1 0 1299546093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 799 370 3 0 500 0
[pid=14900] ppid=14877 vsize=5356 CPUtime=0
/proc/14900/stat : 14900 (sh) S 14877 14877 14479 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1299554002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14900/statm: 1339 232 193 169 0 50 0
[pid=14901] ppid=14900 vsize=205780 CPUtime=15.04
/proc/14901/stat : 14901 (minisat) R 14900 14877 14479 0 -1 4194304 50134 0 0 0 1463 41 0 0 25 0 1 0 1299554003 210718720 50120 996147200 134512640 135127466 4294956272 18446744073709551615 134528655 0 0 4096 3 0 0 0 17 1 0 0
/proc/14901/statm: 51445 50120 76 150 0 51292 0
Current children cumulated CPU time (s) 93.22
Current children cumulated vsize (KiB) 224736

[startup+95.1016 s]
/proc/loadavg: 2.37 2.09 1.95 3/76 14901
/proc/meminfo: memFree=1186168/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=78.18
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 1033 159391 0 2 4 1 7665 148 16 0 1 0 1299546093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 799 370 3 0 500 0
[pid=14900] ppid=14877 vsize=5356 CPUtime=0
/proc/14900/stat : 14900 (sh) S 14877 14877 14479 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1299554002 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14900/statm: 1339 232 193 169 0 50 0
[pid=14901] ppid=14900 vsize=206624 CPUtime=15.83
/proc/14901/stat : 14901 (minisat) R 14900 14877 14479 0 -1 4194304 50318 0 0 0 1542 41 0 0 25 0 1 0 1299554003 211582976 50304 996147200 134512640 135127466 4294956272 18446744073709551615 134531250 0 0 4096 3 0 0 0 17 1 0 0
/proc/14901/statm: 51656 50304 76 150 0 51503 0
Current children cumulated CPU time (s) 94.01
Current children cumulated vsize (KiB) 225580

[startup+95.5017 s]
/proc/loadavg: 2.37 2.09 1.95 3/76 14901
/proc/meminfo: memFree=1186168/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=94.29
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 1090 210143 0 2 4 1 9229 195 16 0 1 0 1299546093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 94.29
Current children cumulated vsize (KiB) 13600

[startup+95.9028 s]
/proc/loadavg: 2.37 2.09 1.95 4/84 14911
/proc/meminfo: memFree=1380088/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=94.29
/proc/14877/stat : 14877 (sugar) S 14875 14877 14479 0 -1 4194304 1090 210143 0 2 4 1 9229 195 16 0 1 0 1299546093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14877/statm: 3400 799 370 3 0 500 0
[pid=14902] ppid=14877 vsize=5356 CPUtime=0
/proc/14902/stat : 14902 (sh) S 14877 14877 14479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1299555630 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14902/statm: 1339 233 193 169 0 50 0
[pid=14903] ppid=14902 vsize=864040 CPUtime=0.51
/proc/14903/stat : 14903 (java) S 14902 14877 14479 0 -1 0 3575 0 1 0 49 2 0 0 18 0 9 0 1299555630 884776960 3044 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14903/statm: 216010 3044 1673 9 0 210592 0
[pid=14903/tid=14904] ppid=14902 vsize=864040 CPUtime=0.44
/proc/14903/task/14904/stat : 14904 (java) R 14902 14877 14479 0 -1 64 2473 0 1 0 43 1 0 0 21 0 9 0 1299555631 884776960 3044 996147200 134512640 134550740 4294956000 18446744073709551615 4126488349 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14903/tid=14905] ppid=14902 vsize=864040 CPUtime=0
/proc/14903/task/14905/stat : 14905 (java) S 14902 14877 14479 0 -1 64 110 0 0 0 0 0 0 0 16 0 9 0 1299555632 884776960 3044 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14903/tid=14906] ppid=14902 vsize=864040 CPUtime=0
/proc/14903/task/14906/stat : 14906 (java) S 14902 14877 14479 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1299555633 884776960 3044 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14903/tid=14907] ppid=14902 vsize=864040 CPUtime=0
/proc/14903/task/14907/stat : 14907 (java) S 14902 14877 14479 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1299555633 884776960 3044 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14903/tid=14908] ppid=14902 vsize=864040 CPUtime=0
/proc/14903/task/14908/stat : 14908 (java) S 14902 14877 14479 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1299555635 884776960 3044 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14903/tid=14909] ppid=14902 vsize=864040 CPUtime=0.04
/proc/14903/task/14909/stat : 14909 (java) S 14902 14877 14479 0 -1 64 301 0 0 0 4 0 0 0 16 0 9 0 1299555635 884776960 3044 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14903/tid=14910] ppid=14902 vsize=864040 CPUtime=0
/proc/14903/task/14910/stat : 14910 (java) S 14902 14877 14479 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1299555635 884776960 3044 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14903/tid=14911] ppid=14902 vsize=864040 CPUtime=0
/proc/14903/task/14911/stat : 14911 (java) S 14902 14877 14479 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1299555635 884776960 3044 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.8
Current children cumulated vsize (KiB) 882996

[startup+96.0049 s]
/proc/loadavg: 2.37 2.09 1.95 4/84 14911
/proc/meminfo: memFree=1380088/2055920 swapFree=4121016/4192956
[pid=14877] ppid=14875 vsize=13600 CPUtime=94.89
/proc/14877/stat : 14877 (sugar) R 14875 14877 14479 0 -1 4194304 1119 214076 0 3 4 2 9285 198 16 0 1 0 1299546093 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14877/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 94.89
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 96.0454
CPU time (s): 94.9456
CPU user time (s): 92.8969
CPU system time (s): 2.04869
CPU usage (%): 98.8549
Max. virtual memory (cumulated for all children) (KiB): 900156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.8969
system time used= 2.04869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215225
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= 6961
involuntary context switches= 8692

runsolver used 0.115982 second user time and 0.351946 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-03 21:23:22
IDJOB=1058104
IDBENCH=54107
IDSOLVER=346
FILE ID=node20/1058104-1215113002
PBS_JOBID= 7877163
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-3.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058104-1215113002/watcher-1058104-1215113002 -o /tmp/evaluation-result-1058104-1215113002/solver-1058104-1215113002 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1058104-1215113002.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a691b3fedc807051946f22a34b74e5c
RANDOM SEED=1524444765

node20.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:       1475888 kB
Buffers:         51800 kB
Cached:         311100 kB
SwapCached:      65840 kB
Active:         300596 kB
Inactive:       206272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1475888 kB
SwapTotal:     4192956 kB
SwapFree:      4121016 kB
Dirty:            2508 kB
Writeback:           0 kB
Mapped:         149588 kB
Slab:            58232 kB
Committed_AS:  2687704 kB
PageTables:       2024 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= 66532 MiB
End job on node20 at 2008-07-03 21:24:58