Trace number 1058136

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+minisat? (TO) 1800.03 1816.59

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-4.xml
MD5SUM4cd54922d836889c49a4e7e21135e1e1
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark133.767
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints6186
Maximum constraint arity15
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5307
Global constraints used (with number of constraints)alldifferent(879)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 21:24:41 2008
0.00/0.04	c 0	PID 22734
0.00/0.05	c 0	HOST node9.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058136-1215113081.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-1058136-1215113081.xml' 'HOME/temp.csp'
0.95/1.08	c 1	224 domains, 400 variables, 1 predicates, 0 relations, 6186 constraints
0.95/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.10	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.04/1.18	c 1	Parsing HOME/temp.csp
1.04/1.53	c 1	parsed 6811 expressions
1.04/1.53	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.53	c 1	Converting to clausal form CSP
1.04/1.66	c 1	converted 682 (10%) expressions
2.12/2.23	c 2	converted 1363 (20%) expressions
2.41/2.57	c 2	converted 2044 (30%) expressions
2.90/3.00	c 3	converted 2725 (40%) expressions
3.21/3.36	c 3	converted 3406 (50%) expressions
3.70/3.83	c 4	converted 4087 (60%) expressions
4.00/4.18	c 4	converted 4768 (70%) expressions
4.38/4.51	c 4	converted 5449 (80%) expressions
11.52/11.76	c 11	converted 6130 (90%) expressions
43.11/43.60	c 43	converted 6811 (100%) expressions
43.11/43.60	c 43	CSP : 400 integers, 0 booleans, 83530 clauses, largest domain size 35
43.11/43.60	c 43	Heap : 405 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.11/43.60	c 43	Propagation in CSP
50.73/51.30	c 51	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
50.73/51.30	c 51	CSP : 400 integers, 0 booleans, 83530 clauses, largest domain size 35
50.73/51.30	c 51	Heap : 416 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
50.73/51.37	c 51	Simplifing CSP by introducing new Boolean variables
51.42/52.08	c 52	CSP : 400 integers, 172863 booleans, 256393 clauses, largest domain size 35
51.42/52.08	c 52	Heap : 473 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
53.80/54.48	c 54	Encoding CSP to SAT : HOME/temp.cnf
53.90/54.56	c 54	40 (10%) CSP integer variables are encoded (963 clauses, 10458 bytes)
53.90/54.56	c 54	80 (20%) CSP integer variables are encoded (1924 clauses, 22951 bytes)
53.90/54.57	c 54	120 (30%) CSP integer variables are encoded (2865 clauses, 35184 bytes)
53.90/54.58	c 54	160 (40%) CSP integer variables are encoded (3797 clauses, 47300 bytes)
53.90/54.58	c 54	200 (50%) CSP integer variables are encoded (4734 clauses, 59481 bytes)
53.90/54.58	c 54	240 (60%) CSP integer variables are encoded (4799 clauses, 60326 bytes)
53.90/54.58	c 54	280 (70%) CSP integer variables are encoded (4853 clauses, 61028 bytes)
53.90/54.58	c 54	320 (80%) CSP integer variables are encoded (4922 clauses, 61925 bytes)
53.90/54.58	c 54	360 (90%) CSP integer variables are encoded (5011 clauses, 63082 bytes)
53.90/54.58	c 54	400 (100%) CSP integer variables are encoded (5062 clauses, 63745 bytes)
55.38/56.07	c 56	25640 (10%) CSP clauses are encoded (318580 clauses, 5980547 bytes)
57.26/57.97	c 58	51279 (20%) CSP clauses are encoded (759866 clauses, 14429401 bytes)
59.14/59.84	c 60	76918 (30%) CSP clauses are encoded (1194898 clauses, 22726027 bytes)
61.01/61.75	c 61	102558 (40%) CSP clauses are encoded (1637486 clauses, 31219522 bytes)
62.90/63.60	c 63	128197 (50%) CSP clauses are encoded (2075078 clauses, 39490285 bytes)
64.68/65.46	c 65	153836 (60%) CSP clauses are encoded (2506764 clauses, 47981571 bytes)
66.55/67.37	c 67	179476 (70%) CSP clauses are encoded (2940928 clauses, 56745655 bytes)
68.44/69.26	c 69	205115 (80%) CSP clauses are encoded (3380766 clauses, 65635999 bytes)
70.31/71.16	c 71	230754 (90%) CSP clauses are encoded (3819538 clauses, 74422053 bytes)
72.19/73.05	c 73	256393 (100%) CSP clauses are encoded (4253717 clauses, 83228758 bytes)
72.19/73.05	c 73	256393 CSP clauses encoded
72.19/73.06	c 73	Writing map file : HOME/temp.map
72.19/73.09	c 73	Heap : 505 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
72.19/73.09	c 73	SAT : 178268 SAT variables, 4253717 SAT clauses, 83228758 bytes
72.19/73.09	c 73	Heap : 505 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
72.36/73.20	c 73	SOLVING HOME/temp.cnf
72.36/73.20	c 73	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
72.36/73.21	c 73	This is MiniSat 2.0 beta
72.36/73.21	c 73	WARNING: for repeatability, setting FPU to use double precision
72.36/73.21	c 73	============================[ Problem Statistics ]=============================
72.36/73.21	c 73	|                                                                             |
72.36/73.21	c 73	|  Number of variables:  178268                                               |
72.36/73.21	c 73	|  Number of clauses:    4253717                                              |
74.42/75.39	c 75	|  Parsing time:         1.89         s                                       |
74.62/75.52	c 75	============================[ Search Statistics ]==============================
74.62/75.52	c 75	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
74.62/75.52	c 75	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
74.62/75.52	c 75	===============================================================================
74.62/75.52	c 75	|         0 |  178268  4253717 12410330 |  1417905        0    nan |  0.000 % |
77.10/78.01	c 78	|       104 |  178268  4253717 12410330 |  1559696      104     46 |  0.000 % |
78.49/79.47	c 79	|       255 |  178268  4253717 12410330 |  1715665      255     30 |  0.000 % |
80.46/81.42	c 81	|       481 |  178268  4253717 12410330 |  1887232      481     26 |  0.000 % |
83.74/84.75	c 84	|       818 |  178268  4253717 12410330 |  2075955      818     33 |  0.000 % |
86.91/87.99	c 88	|      1325 |  178268  4253717 12410330 |  2283551     1325     26 |  0.000 % |
94.14/95.20	c 95	|      2084 |  178268  4253717 12410330 |  2511906     2084     30 |  0.000 % |
102.16/103.36	c 103	|      3224 |  178268  4253717 12410330 |  2763097     3224     29 |  0.000 % |
121.47/122.83	c 123	|      4932 |  178268  4253717 12410330 |  3039406     4932     37 |  0.000 % |
141.48/143.06	c 143	|      7495 |  178268  4253717 12410330 |  3343347     7495     37 |  0.000 % |
168.42/170.29	c 170	|     11341 |  178268  4253717 12410330 |  3677682    11341     32 |  0.000 % |
198.83/200.97	c 201	|     17107 |  178268  4253717 12410330 |  4045450    17107     30 |  0.000 % |
224.69/227.10	c 227	|     25756 |  178268  4253717 12410330 |  4449995    25756     26 |  0.000 % |
290.95/293.93	c 294	|     38732 |  178268  4253717 12410330 |  4894994    38732     26 |  0.000 % |
402.40/406.47	c 406	|     58194 |  178268  4253717 12410330 |  5384494    58194     25 |  0.000 % |
506.97/512.64	c 512	|     87386 |  178268  4253717 12410330 |  5922943    87386     24 |  0.000 % |
775.54/786.55	c 786	|    131175 |  178268  4253717 12410330 |  6515238   131175     26 |  0.000 % |
1059.36/1074.99	c 1075	|    196861 |  178268  4253717 12410330 |  7166762   196861     26 |  0.000 % |
1653.77/1670.14	c 1670	|    295387 |  178268  4253717 12410330 |  7883438   295387     31 |  0.000 % |
1800.03/1816.52	c ERROR INTERRUPTED
1800.03/1816.55	s UNKNOWN
1800.03/1816.55	c 1816	CPU 71.12 (0.04 0 71.08 1.26)
1800.03/1816.55	c 1816	END Thu Jul  3 21:54:57 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1058136-1215113081/watcher-1058136-1215113081 -o /tmp/evaluation-result-1058136-1215113081/solver-1058136-1215113081 -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-1058136-1215113081.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.94 1.99 1.99 4/81 22734
/proc/meminfo: memFree=845392/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=12000 CPUtime=0
/proc/22734/stat : 22734 (sugar) R 22732 22734 21863 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 1540984308 12288000 175 996147200 4194304 4206940 548682068608 18446744073709551615 215436768832 0 0 4224 0 0 0 0 17 1 0 0
/proc/22734/statm: 3000 175 136 3 0 100 0

[startup+0.0907539 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 22734
/proc/meminfo: memFree=845392/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=0.03
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1540984308 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22734/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101757 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 22734
/proc/meminfo: memFree=845392/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=0.03
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1540984308 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22734/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301788 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 22734
/proc/meminfo: memFree=845392/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=0.03
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1540984308 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22734/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701871 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 22734
/proc/meminfo: memFree=845392/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=0.03
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1540984308 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22734/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50202 s]
/proc/loadavg: 1.94 1.99 1.99 4/92 22746
/proc/meminfo: memFree=826488/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=1.04
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 973 7963 0 1 3 0 96 5 16 0 1 0 1540984308 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22734/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13600

[startup+3.10233 s]
/proc/loadavg: 1.94 1.99 1.99 3/92 22756
/proc/meminfo: memFree=825080/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=1.04
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 974 7963 0 1 3 0 96 5 15 0 1 0 1540984308 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22734/statm: 3400 797 370 3 0 500 0
[pid=22747] ppid=22734 vsize=5356 CPUtime=0
/proc/22747/stat : 22747 (sh) S 22734 22734 21863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1540984418 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22747/statm: 1339 233 193 169 0 50 0
[pid=22748] ppid=22747 vsize=868388 CPUtime=1.97
/proc/22748/stat : 22748 (java) S 22747 22734 21863 0 -1 0 10099 0 1 0 192 5 0 0 18 0 9 0 1540984419 889229312 9278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22748/statm: 217097 9278 2540 9 0 211672 0
[pid=22748/tid=22749] ppid=22747 vsize=868388 CPUtime=1.38
/proc/22748/task/22749/stat : 22749 (java) R 22747 22734 21863 0 -1 64 2835 0 1 0 137 1 0 0 25 0 9 0 1540984420 889229312 9278 996147200 134512640 134550740 4294955952 18446744073709551615 4126446768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22750] ppid=22747 vsize=868388 CPUtime=0.37
/proc/22748/task/22750/stat : 22750 (java) S 22747 22734 21863 0 -1 64 5116 0 0 0 36 1 0 0 16 0 9 0 1540984421 889229312 9278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22751] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22751/stat : 22751 (java) S 22747 22734 21863 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1540984421 889229312 9278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22752] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22752/stat : 22752 (java) S 22747 22734 21863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1540984421 889229312 9278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22753] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22753/stat : 22753 (java) S 22747 22734 21863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1540984423 889229312 9278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22754] ppid=22747 vsize=868388 CPUtime=0.18
/proc/22748/task/22754/stat : 22754 (java) S 22747 22734 21863 0 -1 64 1456 0 0 0 18 0 0 0 15 0 9 0 1540984423 889229312 9278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22755] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22755/stat : 22755 (java) S 22747 22734 21863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1540984423 889229312 9278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22756] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22756/stat : 22756 (java) S 22747 22734 21863 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1540984423 889229312 9278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887344

[startup+6.30295 s]
/proc/loadavg: 1.95 1.99 1.99 3/92 22756
/proc/meminfo: memFree=793720/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=1.04
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 974 7963 0 1 3 0 96 5 15 0 1 0 1540984308 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22734/statm: 3400 797 370 3 0 500 0
[pid=22747] ppid=22734 vsize=5356 CPUtime=0
/proc/22747/stat : 22747 (sh) S 22734 22734 21863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1540984418 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22747/statm: 1339 233 193 169 0 50 0
[pid=22748] ppid=22747 vsize=868388 CPUtime=5.13
/proc/22748/stat : 22748 (java) S 22747 22734 21863 0 -1 0 17675 0 1 0 505 8 0 0 18 0 9 0 1540984419 889229312 16808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22748/statm: 217097 16808 2540 9 0 211672 0
[pid=22748/tid=22749] ppid=22747 vsize=868388 CPUtime=3.83
/proc/22748/task/22749/stat : 22749 (java) R 22747 22734 21863 0 -1 64 3281 0 1 0 381 2 0 0 25 0 9 0 1540984420 889229312 16808 996147200 134512640 134550740 4294955952 18446744073709551615 4126418651 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22750] ppid=22747 vsize=868388 CPUtime=1.08
/proc/22748/task/22750/stat : 22750 (java) S 22747 22734 21863 0 -1 64 12238 0 0 0 104 4 0 0 16 0 9 0 1540984421 889229312 16808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22751] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22751/stat : 22751 (java) S 22747 22734 21863 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1540984421 889229312 16808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22752] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22752/stat : 22752 (java) S 22747 22734 21863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1540984421 889229312 16808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22753] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22753/stat : 22753 (java) S 22747 22734 21863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1540984423 889229312 16808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22754] ppid=22747 vsize=868388 CPUtime=0.19
/proc/22748/task/22754/stat : 22754 (java) S 22747 22734 21863 0 -1 64 1464 0 0 0 19 0 0 0 16 0 9 0 1540984423 889229312 16808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22755] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22755/stat : 22755 (java) S 22747 22734 21863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1540984423 889229312 16808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22756] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22756/stat : 22756 (java) S 22747 22734 21863 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1540984423 889229312 16808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887344

[startup+12.7022 s]
/proc/loadavg: 1.95 1.99 1.99 3/92 22756
/proc/meminfo: memFree=728696/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=1.04
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 974 7963 0 1 3 0 96 5 16 0 1 0 1540984308 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22734/statm: 3400 797 370 3 0 500 0
[pid=22747] ppid=22734 vsize=5356 CPUtime=0
/proc/22747/stat : 22747 (sh) S 22734 22734 21863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1540984418 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22747/statm: 1339 233 193 169 0 50 0
[pid=22748] ppid=22747 vsize=868388 CPUtime=11.47
/proc/22748/stat : 22748 (java) S 22747 22734 21863 0 -1 0 39908 0 1 0 1129 18 0 0 18 0 9 0 1540984419 889229312 31316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22748/statm: 217097 31316 2540 9 0 211672 0
[pid=22748/tid=22749] ppid=22747 vsize=868388 CPUtime=8.38
/proc/22748/task/22749/stat : 22749 (java) R 22747 22734 21863 0 -1 64 3750 0 1 0 836 2 0 0 25 0 9 0 1540984420 889229312 31316 996147200 134512640 134550740 4294955952 18446744073709551615 103301659 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22750] ppid=22747 vsize=868388 CPUtime=2.87
/proc/22748/task/22750/stat : 22750 (java) S 22747 22734 21863 0 -1 64 34002 0 0 0 273 14 0 0 16 0 9 0 1540984421 889229312 31316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22751] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22751/stat : 22751 (java) S 22747 22734 21863 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1540984421 889229312 31316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22752] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22752/stat : 22752 (java) S 22747 22734 21863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1540984421 889229312 31316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22753] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22753/stat : 22753 (java) S 22747 22734 21863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1540984423 889229312 31316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22754] ppid=22747 vsize=868388 CPUtime=0.19
/proc/22748/task/22754/stat : 22754 (java) S 22747 22734 21863 0 -1 64 1464 0 0 0 19 0 0 0 16 0 9 0 1540984423 889229312 31316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22755] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22755/stat : 22755 (java) S 22747 22734 21863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1540984423 889229312 31316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22756] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22756/stat : 22756 (java) S 22747 22734 21863 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1540984423 889229312 31316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887344

[startup+25.5016 s]
/proc/loadavg: 2.04 2.01 2.00 4/92 22756
/proc/meminfo: memFree=599544/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=1.04
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 974 7963 0 1 3 0 96 5 16 0 1 0 1540984308 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22734/statm: 3400 797 370 3 0 500 0
[pid=22747] ppid=22734 vsize=5356 CPUtime=0
/proc/22747/stat : 22747 (sh) S 22734 22734 21863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1540984418 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22747/statm: 1339 233 193 169 0 50 0
[pid=22748] ppid=22747 vsize=868388 CPUtime=24.14
/proc/22748/stat : 22748 (java) S 22747 22734 21863 0 -1 0 75909 0 1 0 2382 32 0 0 18 0 9 0 1540984419 889229312 63441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22748/statm: 217097 63441 2540 9 0 211672 0
[pid=22748/tid=22749] ppid=22747 vsize=868388 CPUtime=17.98
/proc/22748/task/22749/stat : 22749 (java) R 22747 22734 21863 0 -1 64 5622 0 1 0 1795 3 0 0 25 0 9 0 1540984420 889229312 63441 996147200 134512640 134550740 4294955952 18446744073709551615 4126570755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22750] ppid=22747 vsize=868388 CPUtime=5.94
/proc/22748/task/22750/stat : 22750 (java) S 22747 22734 21863 0 -1 64 68131 0 0 0 567 27 0 0 16 0 9 0 1540984421 889229312 63441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22751] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22751/stat : 22751 (java) S 22747 22734 21863 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1540984421 889229312 63441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22752] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22752/stat : 22752 (java) S 22747 22734 21863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1540984421 889229312 63441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22753] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22753/stat : 22753 (java) S 22747 22734 21863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1540984423 889229312 63441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22754] ppid=22747 vsize=868388 CPUtime=0.19
/proc/22748/task/22754/stat : 22754 (java) S 22747 22734 21863 0 -1 64 1464 0 0 0 19 0 0 0 16 0 9 0 1540984423 889229312 63441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22755] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22755/stat : 22755 (java) S 22747 22734 21863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1540984423 889229312 63441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22748/tid=22756] ppid=22747 vsize=868388 CPUtime=0
/proc/22748/task/22756/stat : 22756 (java) S 22747 22734 21863 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1540984423 889229312 63441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 887344

[startup+51.1106 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 22756
/proc/meminfo: memFree=393848/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=1.04
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 974 7963 0 1 3 0 96 5 16 0 1 0 1540984308 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22734/statm: 3400 797 370 3 0 500 0
[pid=22747] ppid=22734 vsize=5356 CPUtime=0
/proc/22747/stat : 22747 (sh) S 22734 22734 21863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1540984418 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22747/statm: 1339 233 193 169 0 50 0
[pid=22748] ppid=22747 vsize=868388 CPUtime=49.51
/proc/22748/stat : 22748 (java) S 22747 22734 21863 0 -1 0 131302 0 1 0 4895 56 0 0 18 0 9 0 1540984419 889229312 114614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/meminfo: memFree=712760/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=72.37
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 1033 156357 0 2 4 0 7108 125 16 0 1 0 1540984308 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22734/statm: 3400 799 370 3 0 500 0
[pid=22757] ppid=22734 vsize=5356 CPUtime=0
/proc/22757/stat : 22757 (sh) S 22734 22734 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1540991629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22757/statm: 1339 232 193 169 0 50 0
[pid=22758] ppid=22757 vsize=234488 CPUtime=1273.91
/proc/22758/stat : 22758 (minisat) R 22757 22734 21863 0 -1 4194304 56816 0 0 0 127343 48 0 0 25 0 1 0 1540991630 240115712 56802 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/22758/statm: 58622 56802 76 150 0 58469 0
Current children cumulated CPU time (s) 1346.28
Current children cumulated vsize (KiB) 253444

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 22870
/proc/meminfo: memFree=705080/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=72.37
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 1033 156357 0 2 4 0 7108 125 16 0 1 0 1540984308 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22734/statm: 3400 799 370 3 0 500 0
[pid=22757] ppid=22734 vsize=5356 CPUtime=0
/proc/22757/stat : 22757 (sh) S 22734 22734 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1540991629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22757/statm: 1339 232 193 169 0 50 0
[pid=22758] ppid=22757 vsize=236360 CPUtime=1333.86
/proc/22758/stat : 22758 (minisat) R 22757 22734 21863 0 -1 4194304 57300 0 0 0 133337 49 0 0 25 0 1 0 1540991630 242032640 57286 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22758/statm: 59090 57286 76 150 0 58937 0
Current children cumulated CPU time (s) 1406.23
Current children cumulated vsize (KiB) 255316

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 22870
/proc/meminfo: memFree=691064/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=72.37
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 1033 156357 0 2 4 0 7108 125 16 0 1 0 1540984308 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22734/statm: 3400 799 370 3 0 500 0
[pid=22757] ppid=22734 vsize=5356 CPUtime=0
/proc/22757/stat : 22757 (sh) S 22734 22734 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1540991629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22757/statm: 1339 232 193 169 0 50 0
[pid=22758] ppid=22757 vsize=238556 CPUtime=1393.79
/proc/22758/stat : 22758 (minisat) R 22757 22734 21863 0 -1 4194304 57846 0 0 0 139330 49 0 0 25 0 1 0 1540991630 244281344 57832 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22758/statm: 59639 57832 76 150 0 59486 0
Current children cumulated CPU time (s) 1466.16
Current children cumulated vsize (KiB) 257512

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 22870
/proc/meminfo: memFree=682424/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=72.37
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 1033 156357 0 2 4 0 7108 125 16 0 1 0 1540984308 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22734/statm: 3400 799 370 3 0 500 0
[pid=22757] ppid=22734 vsize=5356 CPUtime=0
/proc/22757/stat : 22757 (sh) S 22734 22734 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1540991629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22757/statm: 1339 232 193 169 0 50 0
[pid=22758] ppid=22757 vsize=240676 CPUtime=1453.73
/proc/22758/stat : 22758 (minisat) R 22757 22734 21863 0 -1 4194304 58408 0 0 0 145323 50 0 0 25 0 1 0 1540991630 246452224 58394 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22758/statm: 60169 58394 76 150 0 60016 0
Current children cumulated CPU time (s) 1526.1
Current children cumulated vsize (KiB) 259632

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 22870
/proc/meminfo: memFree=677240/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=72.37
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 1033 156357 0 2 4 0 7108 125 16 0 1 0 1540984308 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22734/statm: 3400 799 370 3 0 500 0
[pid=22757] ppid=22734 vsize=5356 CPUtime=0
/proc/22757/stat : 22757 (sh) S 22734 22734 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1540991629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22757/statm: 1339 232 193 169 0 50 0
[pid=22758] ppid=22757 vsize=242868 CPUtime=1513.68
/proc/22758/stat : 22758 (minisat) R 22757 22734 21863 0 -1 4194304 58950 0 0 0 151317 51 0 0 25 0 1 0 1540991630 248696832 58936 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22758/statm: 60717 58936 76 150 0 60564 0
Current children cumulated CPU time (s) 1586.05
Current children cumulated vsize (KiB) 261824

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 22870
/proc/meminfo: memFree=669560/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=72.37
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 1033 156357 0 2 4 0 7108 125 16 0 1 0 1540984308 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22734/statm: 3400 799 370 3 0 500 0
[pid=22757] ppid=22734 vsize=5356 CPUtime=0
/proc/22757/stat : 22757 (sh) S 22734 22734 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1540991629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22757/statm: 1339 232 193 169 0 50 0
[pid=22758] ppid=22757 vsize=244480 CPUtime=1573.61
/proc/22758/stat : 22758 (minisat) R 22757 22734 21863 0 -1 4194304 59342 0 0 0 157310 51 0 0 25 0 1 0 1540991630 250347520 59328 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22758/statm: 61120 59328 76 150 0 60967 0
Current children cumulated CPU time (s) 1645.98
Current children cumulated vsize (KiB) 263436

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 22870
/proc/meminfo: memFree=663032/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=72.37
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 1033 156357 0 2 4 0 7108 125 16 0 1 0 1540984308 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22734/statm: 3400 799 370 3 0 500 0
[pid=22757] ppid=22734 vsize=5356 CPUtime=0
/proc/22757/stat : 22757 (sh) S 22734 22734 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1540991629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22757/statm: 1339 232 193 169 0 50 0
[pid=22758] ppid=22757 vsize=245832 CPUtime=1633.56
/proc/22758/stat : 22758 (minisat) R 22757 22734 21863 0 -1 4194304 59699 0 0 0 163304 52 0 0 25 0 1 0 1540991630 251731968 59685 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22758/statm: 61458 59685 76 150 0 61305 0
Current children cumulated CPU time (s) 1705.93
Current children cumulated vsize (KiB) 264788

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 22870
/proc/meminfo: memFree=658104/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=72.37
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 1033 156357 0 2 4 0 7108 125 16 0 1 0 1540984308 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22734/statm: 3400 799 370 3 0 500 0
[pid=22757] ppid=22734 vsize=5356 CPUtime=0
/proc/22757/stat : 22757 (sh) S 22734 22734 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1540991629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22757/statm: 1339 232 193 169 0 50 0
[pid=22758] ppid=22757 vsize=247628 CPUtime=1693.5
/proc/22758/stat : 22758 (minisat) R 22757 22734 21863 0 -1 4194304 60007 0 0 0 169298 52 0 0 25 0 1 0 1540991630 253571072 59993 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22758/statm: 61907 59993 76 150 0 61754 0
Current children cumulated CPU time (s) 1765.87
Current children cumulated vsize (KiB) 266584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 22870
/proc/meminfo: memFree=656568/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=72.37
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 1033 156357 0 2 4 0 7108 125 16 0 1 0 1540984308 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22734/statm: 3400 799 370 3 0 500 0
[pid=22757] ppid=22734 vsize=5356 CPUtime=0
/proc/22757/stat : 22757 (sh) S 22734 22734 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1540991629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22757/statm: 1339 232 193 169 0 50 0
[pid=22758] ppid=22757 vsize=248560 CPUtime=1727.66
/proc/22758/stat : 22758 (minisat) R 22757 22734 21863 0 -1 4194304 60243 0 0 0 172713 53 0 0 25 0 1 0 1540991630 254525440 60229 996147200 134512640 135127466 4294956272 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/22758/statm: 62140 60229 76 150 0 61987 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 267516

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

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

[startup+1816.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 22870
/proc/meminfo: memFree=656568/2055920 swapFree=4113920/4192956
[pid=22734] ppid=22732 vsize=13600 CPUtime=72.37
/proc/22734/stat : 22734 (sugar) S 22732 22734 21863 0 -1 4194304 1033 156357 0 2 4 0 7108 125 16 0 1 0 1540984308 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22734/statm: 3400 799 370 3 0 500 0
[pid=22757] ppid=22734 vsize=5356 CPUtime=0
/proc/22757/stat : 22757 (sh) S 22734 22734 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1540991629 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22757/statm: 1339 232 193 169 0 50 0
[pid=22758] ppid=22757 vsize=248560 CPUtime=1727.66
/proc/22758/stat : 22758 (minisat) R 22757 22734 21863 0 -1 4194304 60243 0 0 0 172713 53 0 0 25 0 1 0 1540991630 254525440 60229 996147200 134512640 135127466 4294956272 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/22758/statm: 62140 60229 76 150 0 61987 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 267516

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22734 and gives
#  childrusage.ru_utime.tv_sec=71
#  childrusage.ru_utime.tv_usec=132186
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=314800
# CPU time returned by wait4() is 72.447
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.59
CPU time (s): 1800.03
CPU user time (s): 1798.25
CPU system time (s): 1.78
CPU usage (%): 99.0885
Max. virtual memory (cumulated for all children) (KiB): 897592

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

runsolver used 2.21466 second user time and 6.07508 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-03 21:24:41
IDJOB=1058136
IDBENCH=54109
IDSOLVER=346
FILE ID=node9/1058136-1215113081
PBS_JOBID= 7877185
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4cd54922d836889c49a4e7e21135e1e1
RANDOM SEED=827692323

node9.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.265
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	: 5931.00
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.265
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:        845872 kB
Buffers:         48872 kB
Cached:         318012 kB
SwapCached:      72940 kB
Active:         940124 kB
Inactive:       201220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        845872 kB
SwapTotal:     4192956 kB
SwapFree:      4113920 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:         790540 kB
Slab:            52116 kB
Committed_AS:  3624932 kB
PageTables:       3580 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= 66384 MiB
End job on node9 at 2008-07-03 21:54:59