Trace number 1060494

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.09 1811.08

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-90.xml
MD5SUM242858ec42c86e732417914a325a0e58
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.525919
Satisfiable
(Un)Satisfiability was proved
Number of variables179
Number of constraints8010
Maximum constraint arity3
Maximum domain size90
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8010
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 01:15:59 2008
0.00/0.04	c 0	PID 4360
0.03/0.05	c 0	HOST node45.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1060494-1215126959.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060494-1215126959.xml' 'HOME/temp.csp'
0.03/0.98	c 1	2 domains, 179 variables, 2 predicates, 0 relations, 8010 constraints
0.03/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.98	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'
0.96/1.07	c 1	Parsing HOME/temp.csp
1.49/1.61	c 2	parsed 8193 expressions
1.49/1.62	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.49/1.62	c 2	Converting to clausal form CSP
1.68/1.81	c 2	converted 820 (10%) expressions
1.68/1.85	c 2	converted 1639 (20%) expressions
1.68/1.87	c 2	converted 2458 (30%) expressions
1.68/1.90	c 2	converted 3278 (40%) expressions
1.78/1.96	c 2	converted 4097 (50%) expressions
1.78/1.98	c 2	converted 4916 (60%) expressions
1.88/2.01	c 2	converted 5736 (70%) expressions
1.88/2.03	c 2	converted 6555 (80%) expressions
1.88/2.05	c 2	converted 7374 (90%) expressions
1.88/2.08	c 2	converted 8193 (100%) expressions
1.88/2.08	c 2	CSP : 179 integers, 0 booleans, 8188 clauses, largest domain size 90
1.88/2.08	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/2.08	c 2	Propagation in CSP
2.07/2.23	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.07/2.23	c 2	CSP : 179 integers, 0 booleans, 8188 clauses, largest domain size 90
2.07/2.23	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.07/2.23	c 2	Simplifing CSP by introducing new Boolean variables
2.17/2.39	c 3	CSP : 179 integers, 16020 booleans, 24208 clauses, largest domain size 90
2.17/2.39	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.27/2.47	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.36/2.50	c 3	18 (10%) CSP integer variables are encoded (1584 clauses, 18469 bytes)
2.36/2.50	c 3	36 (20%) CSP integer variables are encoded (3168 clauses, 39061 bytes)
2.36/2.51	c 3	54 (30%) CSP integer variables are encoded (4752 clauses, 59653 bytes)
2.36/2.51	c 3	72 (40%) CSP integer variables are encoded (6336 clauses, 80245 bytes)
2.36/2.51	c 3	90 (50%) CSP integer variables are encoded (7920 clauses, 100837 bytes)
2.36/2.51	c 3	108 (60%) CSP integer variables are encoded (9486 clauses, 121195 bytes)
2.36/2.51	c 3	126 (70%) CSP integer variables are encoded (11052 clauses, 143884 bytes)
2.36/2.52	c 3	144 (80%) CSP integer variables are encoded (12618 clauses, 167374 bytes)
2.36/2.52	c 3	162 (90%) CSP integer variables are encoded (14184 clauses, 190864 bytes)
2.36/2.52	c 3	179 (100%) CSP integer variables are encoded (15663 clauses, 213049 bytes)
2.67/2.83	c 3	2421 (10%) CSP clauses are encoded (161730 clauses, 2938733 bytes)
2.97/3.11	c 3	4842 (20%) CSP clauses are encoded (307797 clauses, 5813491 bytes)
3.16/3.39	c 4	7263 (30%) CSP clauses are encoded (453864 clauses, 8712235 bytes)
3.45/3.66	c 4	9684 (40%) CSP clauses are encoded (599931 clauses, 11610979 bytes)
3.75/3.92	c 4	12104 (50%) CSP clauses are encoded (745937 clauses, 14509987 bytes)
3.95/4.19	c 4	14525 (60%) CSP clauses are encoded (890390 clauses, 17491833 bytes)
4.24/4.46	c 5	16946 (70%) CSP clauses are encoded (1034843 clauses, 20487793 bytes)
4.54/4.73	c 5	19367 (80%) CSP clauses are encoded (1179296 clauses, 23620589 bytes)
4.75/4.99	c 5	21788 (90%) CSP clauses are encoded (1323749 clauses, 26771117 bytes)
7.89/8.14	c 8	24208 (100%) CSP clauses are encoded (2867401 clauses, 61236283 bytes)
7.89/8.14	c 8	24208 CSP clauses encoded
7.89/8.14	c 8	Writing map file : HOME/temp.map
7.89/8.16	c 8	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.89/8.16	c 8	SAT : 31862 SAT variables, 2867401 SAT clauses, 61236283 bytes
7.89/8.16	c 8	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.89/8.19	c 8	SOLVING HOME/temp.cnf
7.89/8.19	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.89/8.20	c 8	This is MiniSat 2.0 beta
7.89/8.20	c 8	WARNING: for repeatability, setting FPU to use double precision
7.97/8.20	c 8	============================[ Problem Statistics ]=============================
7.97/8.20	c 8	|                                                                             |
7.97/8.20	c 8	|  Number of variables:  31862                                                |
7.97/8.20	c 8	|  Number of clauses:    2867401                                              |
9.34/9.62	c 10	|  Parsing time:         1.23         s                                       |
9.34/9.69	c 10	============================[ Search Statistics ]==============================
9.34/9.69	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.34/9.69	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.34/9.69	c 10	===============================================================================
9.34/9.69	c 10	|         0 |   31862  2867401  9227874 |   955800        0    nan |  0.000 % |
10.13/10.46	c 11	|       100 |   31862  2867401  9227874 |  1051380      100     12 |  0.000 % |
10.44/10.75	c 11	|       251 |   31862  2867401  9227874 |  1156518      251     16 |  0.000 % |
11.12/11.46	c 12	|       477 |   31862  2867401  9227874 |  1272170      477     16 |  0.000 % |
12.31/12.68	c 13	|       814 |   31862  2867401  9227874 |  1399387      814     20 |  0.000 % |
13.59/13.95	c 14	|      1320 |   31862  2867401  9227874 |  1539325     1320     32 |  0.000 % |
16.26/16.65	c 17	|      2079 |   31862  2867401  9227874 |  1693258     2079     45 |  0.000 % |
19.73/20.16	c 20	|      3218 |   31862  2867401  9227874 |  1862584     3218     54 |  0.000 % |
25.58/26.02	c 26	|      4926 |   31862  2867401  9227874 |  2048842     4926     54 |  0.000 % |
35.18/35.74	c 36	|      7489 |   31862  2867401  9227874 |  2253727     7489     58 |  0.000 % |
43.80/44.44	c 45	|     11335 |   31862  2867401  9227874 |  2479099    11335     51 |  0.000 % |
59.84/60.61	c 61	|     17103 |   31862  2867401  9227874 |  2727009    17103     55 |  0.000 % |
88.97/90.00	c 90	|     25753 |   31862  2867401  9227874 |  2999710    25753     52 |  0.000 % |
139.19/140.76	c 141	|     38729 |   31862  2867401  9227874 |  3299681    38729     60 |  0.000 % |
210.50/212.79	c 213	|     58190 |   31862  2867401  9227874 |  3629650    58190     64 |  0.000 % |
327.49/330.87	c 331	|     87382 |   31862  2867401  9227874 |  3992615    87382     70 |  0.000 % |
482.42/487.29	c 487	|    131171 |   31862  2867401  9227874 |  4391876   131171     73 |  0.000 % |
690.16/696.91	c 697	|    196855 |   31862  2867401  9227874 |  4831064   196855     73 |  0.000 % |
1179.59/1190.27	c 1190	|    295381 |   31862  2867401  9227874 |  5314170   295381     75 |  0.000 % |
1800.09/1811.01	c ERROR INTERRUPTED
1800.09/1811.05	s UNKNOWN
1800.09/1811.05	c 1811	CPU 7.4 (0.03 0.01 7.37 0.56)
1800.09/1811.05	c 1811	END Fri Jul  4 01:46:10 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-1060494-1215126959/watcher-1060494-1215126959 -o /tmp/evaluation-result-1060494-1215126959/solver-1060494-1215126959 -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-1060494-1215126959.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 3/72 4360
/proc/meminfo: memFree=1404228/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=12132 CPUtime=0
/proc/4360/stat : 4360 (sugar) R 4358 4360 3763 0 -1 4194304 216 0 0 0 0 0 0 0 20 0 1 0 1991668288 12423168 184 996147200 4194304 4206940 548682068608 18446744073709551615 258938933985 0 0 4224 0 0 0 0 17 1 0 0
/proc/4360/statm: 3033 184 142 3 0 133 0

[startup+0.0497121 s]
/proc/loadavg: 1.91 1.95 1.90 3/72 4360
/proc/meminfo: memFree=1404228/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=0.03
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1991668288 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4360/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102438 s]
/proc/loadavg: 1.91 1.95 1.90 3/72 4360
/proc/meminfo: memFree=1404228/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=0.03
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991668288 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4360/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301469 s]
/proc/loadavg: 1.91 1.95 1.90 3/72 4360
/proc/meminfo: memFree=1404228/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=0.03
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991668288 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4360/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701547 s]
/proc/loadavg: 1.91 1.95 1.90 3/72 4360
/proc/meminfo: memFree=1404228/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=0.03
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991668288 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4360/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50269 s]
/proc/loadavg: 1.91 1.95 1.90 3/76 4375
/proc/meminfo: memFree=1400868/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=0.96
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 973 8432 0 1 3 1 88 4 16 0 1 0 1991668288 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4360/statm: 3400 797 370 3 0 500 0
[pid=4373] ppid=4360 vsize=5356 CPUtime=0
/proc/4373/stat : 4373 (sh) S 4360 4360 3763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991668387 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4373/statm: 1339 233 193 169 0 50 0
[pid=4374] ppid=4373 vsize=864040 CPUtime=0.42
/proc/4374/stat : 4374 (java) S 4373 4360 3763 0 -1 0 3653 0 1 0 41 1 0 0 18 0 9 0 1991668387 884776960 3126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4374/statm: 216010 3126 1669 9 0 210592 0
[pid=4374/tid=4375] ppid=4373 vsize=864040 CPUtime=0.34
/proc/4374/task/4375/stat : 4375 (java) R 4373 4360 3763 0 -1 64 2444 0 1 0 33 1 0 0 18 0 9 0 1991668388 884776960 3126 996147200 134512640 134550740 4294955952 18446744073709551615 4126419241 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 882996

[startup+3.10199 s]
/proc/loadavg: 1.91 1.95 1.90 3/83 4382
/proc/meminfo: memFree=1383916/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=0.96
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 974 8432 0 1 3 1 88 4 15 0 1 0 1991668288 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4360/statm: 3400 797 370 3 0 500 0
[pid=4373] ppid=4360 vsize=5356 CPUtime=0
/proc/4373/stat : 4373 (sh) S 4360 4360 3763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991668387 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4373/statm: 1339 233 193 169 0 50 0
[pid=4374] ppid=4373 vsize=868516 CPUtime=2.01
/proc/4374/stat : 4374 (java) S 4373 4360 3763 0 -1 0 9574 0 1 0 192 9 0 0 18 0 9 0 1991668387 889360384 8618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4374/statm: 217129 8618 2565 9 0 211676 0
[pid=4374/tid=4375] ppid=4373 vsize=868516 CPUtime=1.33
/proc/4374/task/4375/stat : 4375 (java) R 4373 4360 3763 0 -1 64 2983 0 1 0 129 4 0 0 23 0 9 0 1991668388 889360384 8618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4374/tid=4376] ppid=4373 vsize=868516 CPUtime=0.4
/proc/4374/task/4376/stat : 4376 (java) S 4373 4360 3763 0 -1 64 4407 0 0 0 38 2 0 0 16 0 9 0 1991668390 889360384 8618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4374/tid=4377] ppid=4373 vsize=868516 CPUtime=0
/proc/4374/task/4377/stat : 4377 (java) S 4373 4360 3763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991668390 889360384 8618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4374/tid=4378] ppid=4373 vsize=868516 CPUtime=0
/proc/4374/task/4378/stat : 4378 (java) S 4373 4360 3763 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991668390 889360384 8618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4374/tid=4379] ppid=4373 vsize=868516 CPUtime=0
/proc/4374/task/4379/stat : 4379 (java) S 4373 4360 3763 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991668392 889360384 8618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4374/tid=4380] ppid=4373 vsize=868516 CPUtime=0.24
/proc/4374/task/4380/stat : 4380 (java) S 4373 4360 3763 0 -1 64 1492 0 0 0 23 1 0 0 15 0 9 0 1991668392 889360384 8618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4374/tid=4381] ppid=4373 vsize=868516 CPUtime=0
/proc/4374/task/4381/stat : 4381 (java) S 4373 4360 3763 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991668392 889360384 8618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4374/tid=4382] ppid=4373 vsize=868516 CPUtime=0
/proc/4374/task/4382/stat : 4382 (java) S 4373 4360 3763 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991668392 889360384 8618 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) 887472

[startup+6.30257 s]
/proc/loadavg: 1.92 1.95 1.90 3/83 4382
/proc/meminfo: memFree=1346028/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=0.96
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 974 8432 0 1 3 1 88 4 15 0 1 0 1991668288 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4360/statm: 3400 797 370 3 0 500 0
[pid=4373] ppid=4360 vsize=5356 CPUtime=0
/proc/4373/stat : 4373 (sh) S 4360 4360 3763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991668387 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4373/statm: 1339 233 193 169 0 50 0
[pid=4374] ppid=4373 vsize=868516 CPUtime=5.17
/proc/4374/stat : 4374 (java) S 4373 4360 3763 0 -1 0 10165 0 1 0 484 33 0 0 18 0 9 0 1991668387 889360384 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4374/statm: 217129 8623 2565 9 0 211676 0
[pid=4374/tid=4375] ppid=4373 vsize=868516 CPUtime=4.31
/proc/4374/task/4375/stat : 4375 (java) R 4373 4360 3763 0 -1 64 3570 0 1 0 406 25 0 0 25 0 9 0 1991668388 889360384 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4126967145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4374/tid=4376] ppid=4373 vsize=868516 CPUtime=0.59
/proc/4374/task/4376/stat : 4376 (java) S 4373 4360 3763 0 -1 64 4407 0 0 0 53 6 0 0 16 0 9 0 1991668390 889360384 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4374/tid=4377] ppid=4373 vsize=868516 CPUtime=0
/proc/4374/task/4377/stat : 4377 (java) S 4373 4360 3763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991668390 889360384 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4374/tid=4378] ppid=4373 vsize=868516 CPUtime=0
/proc/4374/task/4378/stat : 4378 (java) S 4373 4360 3763 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991668390 889360384 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4374/tid=4379] ppid=4373 vsize=868516 CPUtime=0
/proc/4374/task/4379/stat : 4379 (java) S 4373 4360 3763 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991668392 889360384 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4374/tid=4380] ppid=4373 vsize=868516 CPUtime=0.25
/proc/4374/task/4380/stat : 4380 (java) S 4373 4360 3763 0 -1 64 1496 0 0 0 24 1 0 0 16 0 9 0 1991668392 889360384 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4374/tid=4381] ppid=4373 vsize=868516 CPUtime=0
/proc/4374/task/4381/stat : 4381 (java) S 4373 4360 3763 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991668392 889360384 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4374/tid=4382] ppid=4373 vsize=868516 CPUtime=0
/proc/4374/task/4382/stat : 4382 (java) S 4373 4360 3763 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991668392 889360384 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887472

[startup+12.7017 s]
/proc/loadavg: 1.93 1.95 1.90 3/75 4384
/proc/meminfo: memFree=1212396/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=7.97
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 1032 19237 0 2 3 1 737 56 16 0 1 0 1991668288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4360/statm: 3400 798 370 3 0 500 0
[pid=4383] ppid=4360 vsize=5356 CPUtime=0
/proc/4383/stat : 4383 (sh) S 4360 4360 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991669108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4383/statm: 1339 232 193 169 0 50 0
[pid=4384] ppid=4383 vsize=132844 CPUtime=4.43
/proc/4384/stat : 4384 (minisat) R 4383 4360 3763 0 -1 4194304 32299 0 0 0 422 21 0 0 25 0 1 0 1991669108 136032256 32285 996147200 134512640 135127466 4294956272 18446744073709551615 134521697 0 0 4096 3 0 0 0 17 1 0 0
/proc/4384/statm: 33211 32285 76 150 0 33058 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 151800

[startup+25.5011 s]
/proc/loadavg: 1.94 1.96 1.91 3/75 4384
/proc/meminfo: memFree=1210732/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=7.97
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 1032 19237 0 2 3 1 737 56 16 0 1 0 1991668288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4360/statm: 3400 798 370 3 0 500 0
[pid=4383] ppid=4360 vsize=5356 CPUtime=0
/proc/4383/stat : 4383 (sh) S 4360 4360 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991669108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4383/statm: 1339 232 193 169 0 50 0
[pid=4384] ppid=4383 vsize=134684 CPUtime=17.11
/proc/4384/stat : 4384 (minisat) R 4383 4360 3763 0 -1 4194304 32749 0 0 0 1690 21 0 0 25 0 1 0 1991669108 137916416 32735 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4384/statm: 33671 32735 76 150 0 33518 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 153640

[startup+51.1017 s]
/proc/loadavg: 1.96 1.96 1.91 3/75 4384
/proc/meminfo: memFree=1208940/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=7.97
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 1032 19237 0 2 3 1 737 56 16 0 1 0 1991668288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4360/statm: 3400 798 370 3 0 500 0
[pid=4383] ppid=4360 vsize=5356 CPUtime=0
/proc/4383/stat : 4383 (sh) S 4360 4360 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991669108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4383/statm: 1339 232 193 169 0 50 0
[pid=4384] ppid=4383 vsize=136868 CPUtime=42.46
/proc/4384/stat : 4384 (minisat) R 4383 4360 3763 0 -1 4194304 33269 0 0 0 4225 21 0 0 25 0 1 0 1991669108 140152832 33255 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/4384/statm: 34217 33255 76 150 0 34064 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 155824

[startup+102.306 s]
/proc/loadavg: 1.98 1.96 1.91 3/75 4384
/proc/meminfo: memFree=1204716/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=7.97
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 1032 19237 0 2 3 1 737 56 16 0 1 0 1991668288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4360/statm: 3400 798 370 3 0 500 0
[pid=4383] ppid=4360 vsize=5356 CPUtime=0
/proc/4383/stat : 4383 (sh) S 4360 4360 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991669108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4383/statm: 1339 232 193 169 0 50 0
[pid=4384] ppid=4383 vsize=140776 CPUtime=93.18
/proc/4384/stat : 4384 (minisat) R 4383 4360 3763 0 -1 4194304 34266 0 0 0 9295 23 0 0 25 0 1 0 1991669108 144154624 34252 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/4384/statm: 35194 34252 76 150 0 35041 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 159732

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 4384
/proc/meminfo: memFree=1199788/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=7.97
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 1032 19237 0 2 3 1 737 56 16 0 1 0 1991668288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1059052/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=7.97
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 1032 19237 0 2 3 1 737 56 16 0 1 0 1991668288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4360/statm: 3400 798 370 3 0 500 0
[pid=4383] ppid=4360 vsize=5356 CPUtime=0
/proc/4383/stat : 4383 (sh) S 4360 4360 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991669108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4383/statm: 1339 232 193 169 0 50 0
[pid=4384] ppid=4383 vsize=239940 CPUtime=1283.66
/proc/4384/stat : 4384 (minisat) R 4383 4360 3763 0 -1 4194304 58925 0 0 0 128308 58 0 0 25 0 1 0 1991669108 245698560 58911 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4384/statm: 59985 58911 76 150 0 59832 0
Current children cumulated CPU time (s) 1291.63
Current children cumulated vsize (KiB) 258896

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 4464
/proc/meminfo: memFree=1021788/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=7.97
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 1032 19237 0 2 3 1 737 56 16 0 1 0 1991668288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4360/statm: 3400 798 370 3 0 500 0
[pid=4383] ppid=4360 vsize=5356 CPUtime=0
/proc/4383/stat : 4383 (sh) S 4360 4360 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991669108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4383/statm: 1339 232 193 169 0 50 0
[pid=4384] ppid=4383 vsize=244296 CPUtime=1343.62
/proc/4384/stat : 4384 (minisat) R 4383 4360 3763 0 -1 4194304 60007 0 0 0 134302 60 0 0 25 0 1 0 1991669108 250159104 59993 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4384/statm: 61074 59993 76 150 0 60921 0
Current children cumulated CPU time (s) 1351.59
Current children cumulated vsize (KiB) 263252

[startup+1422.31 s]
/proc/loadavg: 2.03 1.99 1.91 3/83 4465
/proc/meminfo: memFree=1017500/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=7.97
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 1032 19237 0 2 3 1 737 56 16 0 1 0 1991668288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4360/statm: 3400 798 370 3 0 500 0
[pid=4383] ppid=4360 vsize=5356 CPUtime=0
/proc/4383/stat : 4383 (sh) S 4360 4360 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991669108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4383/statm: 1339 232 193 169 0 50 0
[pid=4384] ppid=4383 vsize=248388 CPUtime=1403.6
/proc/4384/stat : 4384 (minisat) R 4383 4360 3763 0 -1 4194304 61065 0 0 0 140299 61 0 0 25 0 1 0 1991669108 254349312 61051 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4384/statm: 62097 61051 76 150 0 61944 0
Current children cumulated CPU time (s) 1411.57
Current children cumulated vsize (KiB) 267344

[startup+1482.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/83 4465
/proc/meminfo: memFree=1013020/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=7.97
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 1032 19237 0 2 3 1 737 56 16 0 1 0 1991668288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4360/statm: 3400 798 370 3 0 500 0
[pid=4383] ppid=4360 vsize=5356 CPUtime=0
/proc/4383/stat : 4383 (sh) S 4360 4360 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991669108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4383/statm: 1339 232 193 169 0 50 0
[pid=4384] ppid=4383 vsize=252888 CPUtime=1463.57
/proc/4384/stat : 4384 (minisat) R 4383 4360 3763 0 -1 4194304 62206 0 0 0 146294 63 0 0 25 0 1 0 1991669108 258957312 62192 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4384/statm: 63222 62192 76 150 0 63069 0
Current children cumulated CPU time (s) 1471.54
Current children cumulated vsize (KiB) 271844

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 4465
/proc/meminfo: memFree=1008732/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=7.97
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 1032 19237 0 2 3 1 737 56 16 0 1 0 1991668288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4360/statm: 3400 798 370 3 0 500 0
[pid=4383] ppid=4360 vsize=5356 CPUtime=0
/proc/4383/stat : 4383 (sh) S 4360 4360 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991669108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4383/statm: 1339 232 193 169 0 50 0
[pid=4384] ppid=4383 vsize=257116 CPUtime=1523.54
/proc/4384/stat : 4384 (minisat) R 4383 4360 3763 0 -1 4194304 63254 0 0 0 152290 64 0 0 25 0 1 0 1991669108 263286784 63240 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4384/statm: 64279 63240 76 150 0 64126 0
Current children cumulated CPU time (s) 1531.51
Current children cumulated vsize (KiB) 276072

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 4465
/proc/meminfo: memFree=1004764/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=7.97
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 1032 19237 0 2 3 1 737 56 16 0 1 0 1991668288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4360/statm: 3400 798 370 3 0 500 0
[pid=4383] ppid=4360 vsize=5356 CPUtime=0
/proc/4383/stat : 4383 (sh) S 4360 4360 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991669108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4383/statm: 1339 232 193 169 0 50 0
[pid=4384] ppid=4383 vsize=261076 CPUtime=1583.51
/proc/4384/stat : 4384 (minisat) R 4383 4360 3763 0 -1 4194304 64261 0 0 0 158286 65 0 0 25 0 1 0 1991669108 267341824 64247 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4384/statm: 65269 64247 76 150 0 65116 0
Current children cumulated CPU time (s) 1591.48
Current children cumulated vsize (KiB) 280032

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 4465
/proc/meminfo: memFree=1001308/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=7.97
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 1032 19237 0 2 3 1 737 56 16 0 1 0 1991668288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4360/statm: 3400 798 370 3 0 500 0
[pid=4383] ppid=4360 vsize=5356 CPUtime=0
/proc/4383/stat : 4383 (sh) S 4360 4360 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991669108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4383/statm: 1339 232 193 169 0 50 0
[pid=4384] ppid=4383 vsize=264376 CPUtime=1643.49
/proc/4384/stat : 4384 (minisat) R 4383 4360 3763 0 -1 4194304 65101 0 0 0 164282 67 0 0 25 0 1 0 1991669108 270721024 65087 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4384/statm: 66094 65087 76 150 0 65941 0
Current children cumulated CPU time (s) 1651.46
Current children cumulated vsize (KiB) 283332

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 4465
/proc/meminfo: memFree=997788/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=7.97
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 1032 19237 0 2 3 1 737 56 16 0 1 0 1991668288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4360/statm: 3400 798 370 3 0 500 0
[pid=4383] ppid=4360 vsize=5356 CPUtime=0
/proc/4383/stat : 4383 (sh) S 4360 4360 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991669108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4383/statm: 1339 232 193 169 0 50 0
[pid=4384] ppid=4383 vsize=267940 CPUtime=1703.47
/proc/4384/stat : 4384 (minisat) R 4383 4360 3763 0 -1 4194304 65990 0 0 0 170279 68 0 0 25 0 1 0 1991669108 274370560 65976 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4384/statm: 66985 65976 76 150 0 66832 0
Current children cumulated CPU time (s) 1711.44
Current children cumulated vsize (KiB) 286896

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 4465
/proc/meminfo: memFree=993116/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=7.97
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 1032 19237 0 2 3 1 737 56 16 0 1 0 1991668288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4360/statm: 3400 798 370 3 0 500 0
[pid=4383] ppid=4360 vsize=5356 CPUtime=0
/proc/4383/stat : 4383 (sh) S 4360 4360 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991669108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4383/statm: 1339 232 193 169 0 50 0
[pid=4384] ppid=4383 vsize=272428 CPUtime=1763.44
/proc/4384/stat : 4384 (minisat) R 4383 4360 3763 0 -1 4194304 67131 0 0 0 176275 69 0 0 25 0 1 0 1991669108 278966272 67117 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4384/statm: 68107 67117 76 150 0 67954 0
Current children cumulated CPU time (s) 1771.41
Current children cumulated vsize (KiB) 291384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 4465
/proc/meminfo: memFree=991004/2055920 swapFree=4179760/4192956
[pid=4360] ppid=4358 vsize=13600 CPUtime=7.97
/proc/4360/stat : 4360 (sugar) S 4358 4360 3763 0 -1 4194304 1032 19237 0 2 3 1 737 56 16 0 1 0 1991668288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4360/statm: 3400 798 370 3 0 500 0
[pid=4383] ppid=4360 vsize=5356 CPUtime=0
/proc/4383/stat : 4383 (sh) S 4360 4360 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991669108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4383/statm: 1339 232 193 169 0 50 0
[pid=4384] ppid=4383 vsize=274408 CPUtime=1792.12
/proc/4384/stat : 4384 (minisat) R 4383 4360 3763 0 -1 4194304 67649 0 0 0 179143 69 0 0 25 0 1 0 1991669108 280993792 67635 996147200 134512640 135127466 4294956272 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 0 0 0
/proc/4384/statm: 68602 67635 76 150 0 68449 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 293364

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4360 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=416872
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=610907
# CPU time returned by wait4() is 8.02778
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.08
CPU time (s): 1800.09
CPU user time (s): 1798.83
CPU system time (s): 1.26
CPU usage (%): 99.3932
Max. virtual memory (cumulated for all children) (KiB): 887548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.41687
system time used= 0.610907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20612
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= 9268
involuntary context switches= 9239

runsolver used 2.56761 second user time and 5.68413 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-04 01:15:59
IDJOB=1060494
IDBENCH=54456
IDSOLVER=346
FILE ID=node45/1060494-1215126959
PBS_JOBID= 7877243
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-90.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-1060494-1215126959/watcher-1060494-1215126959 -o /tmp/evaluation-result-1060494-1215126959/solver-1060494-1215126959 -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-1060494-1215126959.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 242858ec42c86e732417914a325a0e58
RANDOM SEED=1550367697

node45.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.268
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.268
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:       1404836 kB
Buffers:         63064 kB
Cached:         505964 kB
SwapCached:       6932 kB
Active:         219540 kB
Inactive:       360868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1404836 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            2232 kB
Writeback:           0 kB
Mapped:          18712 kB
Slab:            56096 kB
Committed_AS:  3692800 kB
PageTables:       1688 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= 66548 MiB
End job on node45 at 2008-07-04 01:46:12