Trace number 1080957

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.01 1815.66

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-0.xml
MD5SUM3316fb6d9502bdc5e45b3fbdaa4097b4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1375
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 01:31:48 2008
0.00/0.05	c 0	PID 22935
0.00/0.05	c 0	HOST node23.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1080957-1215214308.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-1080957-1215214308.xml' 'HOME/temp.csp'
0.04/0.88	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	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.86/0.97	c 1	Parsing HOME/temp.csp
1.14/1.23	c 1	parsed 3732 expressions
1.14/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.23	c 1	Converting to clausal form CSP
1.14/1.26	c 1	converted 374 (10%) expressions
1.24/1.31	c 1	converted 747 (20%) expressions
1.34/1.43	c 2	converted 1120 (30%) expressions
1.34/1.46	c 2	converted 1493 (40%) expressions
1.34/1.48	c 2	converted 1866 (50%) expressions
1.34/1.49	c 2	converted 2240 (60%) expressions
1.34/1.50	c 2	converted 2613 (70%) expressions
1.44/1.51	c 2	converted 2986 (80%) expressions
1.44/1.52	c 2	converted 3359 (90%) expressions
1.44/1.53	c 2	converted 3732 (100%) expressions
1.44/1.53	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1375
1.44/1.53	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.53	c 2	Propagation in CSP
1.63/1.70	c 2	202258 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.63/1.70	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 928
1.63/1.70	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.71	c 2	Simplifing CSP by introducing new Boolean variables
1.63/1.79	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 928
1.63/1.79	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.74/1.84	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.74/1.89	c 2	30 (10%) CSP integer variables are encoded (22275 clauses, 312011 bytes)
1.83/1.92	c 2	60 (20%) CSP integer variables are encoded (44655 clauses, 647711 bytes)
1.83/1.94	c 2	90 (30%) CSP integer variables are encoded (66825 clauses, 980261 bytes)
1.83/1.97	c 2	120 (40%) CSP integer variables are encoded (84900 clauses, 1251386 bytes)
1.83/1.99	c 2	150 (50%) CSP integer variables are encoded (100440 clauses, 1485667 bytes)
1.93/2.01	c 2	180 (60%) CSP integer variables are encoded (116190 clauses, 1753417 bytes)
1.93/2.03	c 2	210 (70%) CSP integer variables are encoded (134655 clauses, 2067322 bytes)
1.93/2.06	c 2	240 (80%) CSP integer variables are encoded (156900 clauses, 2445487 bytes)
1.93/2.09	c 2	270 (90%) CSP integer variables are encoded (174600 clauses, 2746387 bytes)
2.03/2.12	c 2	300 (100%) CSP integer variables are encoded (195795 clauses, 3106702 bytes)
2.52/2.67	c 3	883 (10%) CSP clauses are encoded (453812 clauses, 8795940 bytes)
3.11/3.26	c 3	1766 (20%) CSP clauses are encoded (752822 clauses, 15725449 bytes)
3.71/3.83	c 4	2649 (30%) CSP clauses are encoded (1037694 clauses, 22337853 bytes)
4.20/4.36	c 5	3532 (40%) CSP clauses are encoded (1300569 clauses, 28440742 bytes)
4.80/4.90	c 5	4415 (50%) CSP clauses are encoded (1576691 clauses, 34860182 bytes)
5.20/5.33	c 5	5298 (60%) CSP clauses are encoded (1788813 clauses, 39794152 bytes)
5.49/5.69	c 6	6181 (70%) CSP clauses are encoded (1966469 clauses, 43928623 bytes)
5.99/6.14	c 6	7064 (80%) CSP clauses are encoded (2192203 clauses, 49304267 bytes)
6.46/6.61	c 7	7947 (90%) CSP clauses are encoded (2414730 clauses, 54684845 bytes)
6.96/7.14	c 7	8830 (100%) CSP clauses are encoded (2693827 clauses, 61178897 bytes)
6.96/7.14	c 7	8830 CSP clauses encoded
6.96/7.14	c 7	Writing map file : HOME/temp.map
6.96/7.15	c 7	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.96/7.15	c 7	SAT : 201795 SAT variables, 2693827 SAT clauses, 61178897 bytes
6.96/7.15	c 7	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.96/7.19	c 7	SOLVING HOME/temp.cnf
6.96/7.19	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.96/7.19	c 7	This is MiniSat 2.0 beta
6.96/7.19	c 7	WARNING: for repeatability, setting FPU to use double precision
6.96/7.19	c 7	============================[ Problem Statistics ]=============================
6.96/7.19	c 7	|                                                                             |
6.96/7.19	c 7	|  Number of variables:  201795                                               |
6.96/7.19	c 7	|  Number of clauses:    2693827                                              |
8.60/8.82	c 9	|  Parsing time:         1.40         s                                       |
8.69/8.90	c 9	============================[ Search Statistics ]==============================
8.69/8.90	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.69/8.90	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.69/8.90	c 9	===============================================================================
8.69/8.90	c 9	|         0 |  201453  2693485  7692925 |   897828        0    nan |  0.000 % |
9.98/10.29	c 10	|       102 |  201453  2693485  7692925 |   987611      102     20 |  0.169 % |
11.46/11.76	c 12	|       254 |  201453  2693485  7692925 |  1086372      254     20 |  0.169 % |
13.34/13.63	c 14	|       479 |  201453  2693485  7692925 |  1195009      479     17 |  0.169 % |
17.01/17.39	c 18	|       817 |  201453  2693485  7692925 |  1314510      817     17 |  0.170 % |
22.16/22.59	c 23	|      1323 |  201453  2693485  7692925 |  1445961     1323     20 |  0.169 % |
30.57/31.04	c 31	|      2084 |  201453  2693485  7692925 |  1590557     2084     22 |  0.170 % |
44.15/44.72	c 45	|      3223 |  201453  2693485  7692925 |  1749613     3223     24 |  0.169 % |
61.18/61.99	c 62	|      4932 |  201453  2693485  7692925 |  1924574     4932     25 |  0.169 % |
94.66/95.78	c 96	|      7494 |  201453  2693485  7692925 |  2117032     7494     26 |  0.169 % |
135.98/137.41	c 138	|     11338 |  201453  2693485  7692925 |  2328735    11338     24 |  0.169 % |
196.09/198.14	c 198	|     17104 |  201453  2693485  7692925 |  2561609    17104     23 |  0.169 % |
281.17/284.05	c 284	|     25753 |  201453  2693485  7692925 |  2817769    25753     30 |  0.169 % |
436.50/440.81	c 441	|     38728 |  201453  2693485  7692925 |  3099546    38728     29 |  0.169 % |
671.38/677.96	c 678	|     58189 |  201453  2693485  7692925 |  3409501    58189     28 |  0.169 % |
1044.26/1054.34	c 1054	|     87381 |  201453  2693485  7692925 |  3750451    87381     34 |  0.170 % |
1606.73/1622.15	c 1622	|    131170 |  201453  2693485  7692925 |  4125496   131170     35 |  0.169 % |
1800.01/1815.62	c ERROR INTERRUPTED
1800.01/1815.64	s UNKNOWN
1800.01/1815.64	c 1816	CPU 6.47 (0.03 0.01 6.44 0.54)
1800.01/1815.64	c 1816	END Sat Jul  5 02:02:04 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-1080957-1215214308/watcher-1080957-1215214308 -o /tmp/evaluation-result-1080957-1215214308/solver-1080957-1215214308 -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-1080957-1215214308.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.99 1.98 1.99 4/72 22935
/proc/meminfo: memFree=1820288/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=12268 CPUtime=0
/proc/22935/stat : 22935 (sugar) R 22933 22935 20502 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 2000404971 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 238487829093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/22935/statm: 3067 316 241 3 0 167 0

[startup+0.0623491 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 22935
/proc/meminfo: memFree=1820288/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=0.04
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000404971 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102832 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 22935
/proc/meminfo: memFree=1820288/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=0.04
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000404971 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301852 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 22935
/proc/meminfo: memFree=1820288/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=0.04
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000404971 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701907 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 22935
/proc/meminfo: memFree=1820288/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=0.04
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000404971 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50299 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 22957
/proc/meminfo: memFree=1813480/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=0.86
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 974 6761 0 1 3 1 79 3 15 0 1 0 2000404971 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 797 370 3 0 500 0
[pid=22948] ppid=22935 vsize=5356 CPUtime=0
/proc/22948/stat : 22948 (sh) S 22935 22935 20502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000405061 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22948/statm: 1339 233 193 169 0 50 0
[pid=22949] ppid=22948 vsize=868240 CPUtime=0.58
/proc/22949/stat : 22949 (java) S 22948 22935 20502 0 -1 0 5514 0 1 0 54 4 0 0 19 0 9 0 2000405061 889077760 4911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22949/statm: 217060 4911 1734 9 0 211635 0
[pid=22949/tid=22950] ppid=22948 vsize=868240 CPUtime=0.33
/proc/22949/task/22950/stat : 22950 (java) R 22948 22935 20502 0 -1 64 2654 0 1 0 32 1 0 0 19 0 9 0 2000405062 889077760 4911 996147200 134512640 134550740 4294955952 18446744073709551615 4126589086 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22951] ppid=22948 vsize=868240 CPUtime=0.03
/proc/22949/task/22951/stat : 22951 (java) S 22948 22935 20502 0 -1 64 709 0 0 0 3 0 0 0 16 0 9 0 2000405063 889077760 4911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22952] ppid=22948 vsize=868240 CPUtime=0
/proc/22949/task/22952/stat : 22952 (java) S 22948 22935 20502 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2000405063 889077760 4911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22953] ppid=22948 vsize=868240 CPUtime=0
/proc/22949/task/22953/stat : 22953 (java) S 22948 22935 20502 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000405063 889077760 4911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22954] ppid=22948 vsize=868240 CPUtime=0
/proc/22949/task/22954/stat : 22954 (java) S 22948 22935 20502 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000405065 889077760 4911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22955] ppid=22948 vsize=868240 CPUtime=0.18
/proc/22949/task/22955/stat : 22955 (java) S 22948 22935 20502 0 -1 64 1459 0 0 0 18 0 0 0 16 0 9 0 2000405065 889077760 4911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22956] ppid=22948 vsize=868240 CPUtime=0
/proc/22949/task/22956/stat : 22956 (java) S 22948 22935 20502 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000405065 889077760 4911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22957] ppid=22948 vsize=868240 CPUtime=0
/proc/22949/task/22957/stat : 22957 (java) S 22948 22935 20502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000405065 889077760 4911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887196

[startup+3.10218 s]
/proc/loadavg: 2.15 2.01 2.00 3/83 22957
/proc/meminfo: memFree=1798312/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=0.86
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 974 6761 0 1 3 1 79 3 15 0 1 0 2000404971 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 797 370 3 0 500 0
[pid=22948] ppid=22935 vsize=5356 CPUtime=0
/proc/22948/stat : 22948 (sh) S 22935 22935 20502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000405061 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22948/statm: 1339 233 193 169 0 50 0
[pid=22949] ppid=22948 vsize=868464 CPUtime=2.16
/proc/22949/stat : 22949 (java) S 22948 22935 20502 0 -1 0 7878 0 1 0 201 15 0 0 19 0 9 0 2000405061 889307136 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22949/statm: 217116 6693 2564 9 0 211663 0
[pid=22949/tid=22950] ppid=22948 vsize=868464 CPUtime=1.63
/proc/22949/task/22950/stat : 22950 (java) R 22948 22935 20502 0 -1 64 3109 0 1 0 154 9 0 0 25 0 9 0 2000405062 889307136 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4126960385 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22951] ppid=22948 vsize=868464 CPUtime=0.26
/proc/22949/task/22951/stat : 22951 (java) S 22948 22935 20502 0 -1 64 2584 0 0 0 23 3 0 0 16 0 9 0 2000405063 889307136 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22952] ppid=22948 vsize=868464 CPUtime=0
/proc/22949/task/22952/stat : 22952 (java) S 22948 22935 20502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000405063 889307136 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22953] ppid=22948 vsize=868464 CPUtime=0
/proc/22949/task/22953/stat : 22953 (java) S 22948 22935 20502 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000405063 889307136 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22954] ppid=22948 vsize=868464 CPUtime=0
/proc/22949/task/22954/stat : 22954 (java) S 22948 22935 20502 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000405065 889307136 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22955] ppid=22948 vsize=868464 CPUtime=0.25
/proc/22949/task/22955/stat : 22955 (java) S 22948 22935 20502 0 -1 64 1492 0 0 0 24 1 0 0 16 0 9 0 2000405065 889307136 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22956] ppid=22948 vsize=868464 CPUtime=0
/proc/22949/task/22956/stat : 22956 (java) S 22948 22935 20502 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000405065 889307136 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22957] ppid=22948 vsize=868464 CPUtime=0
/proc/22949/task/22957/stat : 22957 (java) R 22948 22935 20502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000405065 889307136 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887420

[startup+6.30254 s]
/proc/loadavg: 2.15 2.01 2.00 3/83 22957
/proc/meminfo: memFree=1760040/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=0.86
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 974 6761 0 1 3 1 79 3 15 0 1 0 2000404971 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 797 370 3 0 500 0
[pid=22948] ppid=22935 vsize=5356 CPUtime=0
/proc/22948/stat : 22948 (sh) S 22935 22935 20502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000405061 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22948/statm: 1339 233 193 169 0 50 0
[pid=22949] ppid=22948 vsize=868464 CPUtime=5.31
/proc/22949/stat : 22949 (java) S 22948 22935 20502 0 -1 0 8850 0 1 0 488 43 0 0 19 0 9 0 2000405061 889307136 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22949/statm: 217116 6696 2564 9 0 211663 0
[pid=22949/tid=22950] ppid=22948 vsize=868464 CPUtime=4.52
/proc/22949/task/22950/stat : 22950 (java) R 22948 22935 20502 0 -1 64 4078 0 1 0 420 32 0 0 25 0 9 0 2000405062 889307136 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4126835944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22951] ppid=22948 vsize=868464 CPUtime=0.51
/proc/22949/task/22951/stat : 22951 (java) S 22948 22935 20502 0 -1 64 2584 0 0 0 43 8 0 0 16 0 9 0 2000405063 889307136 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22952] ppid=22948 vsize=868464 CPUtime=0
/proc/22949/task/22952/stat : 22952 (java) S 22948 22935 20502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000405063 889307136 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22953] ppid=22948 vsize=868464 CPUtime=0
/proc/22949/task/22953/stat : 22953 (java) S 22948 22935 20502 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000405063 889307136 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22954] ppid=22948 vsize=868464 CPUtime=0
/proc/22949/task/22954/stat : 22954 (java) S 22948 22935 20502 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000405065 889307136 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22955] ppid=22948 vsize=868464 CPUtime=0.25
/proc/22949/task/22955/stat : 22955 (java) S 22948 22935 20502 0 -1 64 1495 0 0 0 24 1 0 0 16 0 9 0 2000405065 889307136 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22956] ppid=22948 vsize=868464 CPUtime=0
/proc/22949/task/22956/stat : 22956 (java) S 22948 22935 20502 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000405065 889307136 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22949/tid=22957] ppid=22948 vsize=868464 CPUtime=0
/proc/22949/task/22957/stat : 22957 (java) S 22948 22935 20502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000405065 889307136 6696 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) 887420

[startup+12.7013 s]
/proc/loadavg: 2.13 2.01 2.00 3/75 22959
/proc/meminfo: memFree=1631016/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=7.02
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 1033 16178 0 2 3 1 644 54 16 0 1 0 2000404971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 799 370 3 0 500 0
[pid=22958] ppid=22935 vsize=5356 CPUtime=0
/proc/22958/stat : 22958 (sh) S 22935 22935 20502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000405690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22958/statm: 1339 232 193 169 0 50 0
[pid=22959] ppid=22958 vsize=130720 CPUtime=5.43
/proc/22959/stat : 22959 (minisat) R 22958 22935 20502 0 -1 4194304 31546 0 0 0 521 22 0 0 25 0 1 0 2000405690 133857280 31532 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/22959/statm: 32680 31532 75 150 0 32527 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 149676

[startup+25.5017 s]
/proc/loadavg: 2.11 2.01 2.00 3/75 22959
/proc/meminfo: memFree=1629608/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=7.02
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 1033 16178 0 2 3 1 644 54 16 0 1 0 2000404971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 799 370 3 0 500 0
[pid=22958] ppid=22935 vsize=5356 CPUtime=0
/proc/22958/stat : 22958 (sh) S 22935 22935 20502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000405690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22958/statm: 1339 232 193 169 0 50 0
[pid=22959] ppid=22958 vsize=132176 CPUtime=18.11
/proc/22959/stat : 22959 (minisat) R 22958 22935 20502 0 -1 4194304 31873 0 0 0 1789 22 0 0 25 0 1 0 2000405690 135348224 31859 996147200 134512640 135127466 4294956256 18446744073709551615 134531112 0 0 4096 3 0 0 0 17 1 0 0
/proc/22959/statm: 33044 31859 75 150 0 32891 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 151132

[startup+51.1017 s]
/proc/loadavg: 2.07 2.01 2.00 3/75 22959
/proc/meminfo: memFree=1629096/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=7.02
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 1033 16178 0 2 3 1 644 54 16 0 1 0 2000404971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 799 370 3 0 500 0
[pid=22958] ppid=22935 vsize=5356 CPUtime=0
/proc/22958/stat : 22958 (sh) S 22935 22935 20502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000405690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22958/statm: 1339 232 193 169 0 50 0
[pid=22959] ppid=22958 vsize=132836 CPUtime=43.46
/proc/22959/stat : 22959 (minisat) R 22958 22935 20502 0 -1 4194304 32018 0 0 0 4324 22 0 0 25 0 1 0 2000405690 136024064 32004 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22959/statm: 33209 32004 75 150 0 33056 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 151792

[startup+102.306 s]
/proc/loadavg: 2.06 2.02 2.00 3/75 22959
/proc/meminfo: memFree=1628200/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=7.02
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 1033 16178 0 2 3 1 644 54 16 0 1 0 2000404971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1609896/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=7.02
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 1033 16178 0 2 3 1 644 54 16 0 1 0 2000404971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 799 370 3 0 500 0
[pid=22958] ppid=22935 vsize=5356 CPUtime=0
/proc/22958/stat : 22958 (sh) S 22935 22935 20502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000405690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22958/statm: 1339 232 193 169 0 50 0
[pid=22959] ppid=22958 vsize=150752 CPUtime=1282.92
/proc/22959/stat : 22959 (minisat) R 22958 22935 20502 0 -1 4194304 36509 0 0 0 128264 28 0 0 25 0 1 0 2000405690 154370048 36495 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22959/statm: 37688 36495 75 150 0 37535 0
Current children cumulated CPU time (s) 1289.94
Current children cumulated vsize (KiB) 169708

[startup+1362.3 s]
/proc/loadavg: 2.25 2.23 2.09 3/75 22961
/proc/meminfo: memFree=1608936/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=7.02
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 1033 16178 0 2 3 1 644 54 16 0 1 0 2000404971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 799 370 3 0 500 0
[pid=22958] ppid=22935 vsize=5356 CPUtime=0
/proc/22958/stat : 22958 (sh) S 22935 22935 20502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000405690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22958/statm: 1339 232 193 169 0 50 0
[pid=22959] ppid=22958 vsize=151676 CPUtime=1342.35
/proc/22959/stat : 22959 (minisat) R 22958 22935 20502 0 -1 4194304 36750 0 0 0 134207 28 0 0 25 0 1 0 2000405690 155316224 36736 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22959/statm: 37919 36736 75 150 0 37766 0
Current children cumulated CPU time (s) 1349.37
Current children cumulated vsize (KiB) 170632

[startup+1422.31 s]
/proc/loadavg: 2.21 2.22 2.09 3/75 22961
/proc/meminfo: memFree=1607976/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=7.02
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 1033 16178 0 2 3 1 644 54 16 0 1 0 2000404971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 799 370 3 0 500 0
[pid=22958] ppid=22935 vsize=5356 CPUtime=0
/proc/22958/stat : 22958 (sh) S 22935 22935 20502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000405690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22958/statm: 1339 232 193 169 0 50 0
[pid=22959] ppid=22958 vsize=152600 CPUtime=1401.79
/proc/22959/stat : 22959 (minisat) R 22958 22935 20502 0 -1 4194304 36968 0 0 0 140151 28 0 0 25 0 1 0 2000405690 156262400 36954 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/22959/statm: 38150 36954 75 150 0 37997 0
Current children cumulated CPU time (s) 1408.81
Current children cumulated vsize (KiB) 171556

[startup+1482.3 s]
/proc/loadavg: 2.07 2.17 2.09 3/75 22961
/proc/meminfo: memFree=1606888/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=7.02
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 1033 16178 0 2 3 1 644 54 16 0 1 0 2000404971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 799 370 3 0 500 0
[pid=22958] ppid=22935 vsize=5356 CPUtime=0
/proc/22958/stat : 22958 (sh) S 22935 22935 20502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000405690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22958/statm: 1339 232 193 169 0 50 0
[pid=22959] ppid=22958 vsize=153524 CPUtime=1461.23
/proc/22959/stat : 22959 (minisat) R 22958 22935 20502 0 -1 4194304 37211 0 0 0 146094 29 0 0 25 0 1 0 2000405690 157208576 37197 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22959/statm: 38381 37197 75 150 0 38228 0
Current children cumulated CPU time (s) 1468.25
Current children cumulated vsize (KiB) 172480

[startup+1542.3 s]
/proc/loadavg: 2.06 2.15 2.09 3/75 22961
/proc/meminfo: memFree=1605928/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=7.02
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 1033 16178 0 2 3 1 644 54 16 0 1 0 2000404971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 799 370 3 0 500 0
[pid=22958] ppid=22935 vsize=5356 CPUtime=0
/proc/22958/stat : 22958 (sh) S 22935 22935 20502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000405690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22958/statm: 1339 232 193 169 0 50 0
[pid=22959] ppid=22958 vsize=154448 CPUtime=1520.67
/proc/22959/stat : 22959 (minisat) R 22958 22935 20502 0 -1 4194304 37443 0 0 0 152038 29 0 0 25 0 1 0 2000405690 158154752 37429 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/22959/statm: 38612 37429 75 150 0 38459 0
Current children cumulated CPU time (s) 1527.69
Current children cumulated vsize (KiB) 173404

[startup+1602.3 s]
/proc/loadavg: 2.02 2.12 2.08 3/75 22961
/proc/meminfo: memFree=1604776/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=7.02
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 1033 16178 0 2 3 1 644 54 16 0 1 0 2000404971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 799 370 3 0 500 0
[pid=22958] ppid=22935 vsize=5356 CPUtime=0
/proc/22958/stat : 22958 (sh) S 22935 22935 20502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000405690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22958/statm: 1339 232 193 169 0 50 0
[pid=22959] ppid=22958 vsize=155504 CPUtime=1580.1
/proc/22959/stat : 22959 (minisat) R 22958 22935 20502 0 -1 4194304 37721 0 0 0 157981 29 0 0 25 0 1 0 2000405690 159236096 37707 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/22959/statm: 38876 37707 75 150 0 38723 0
Current children cumulated CPU time (s) 1587.12
Current children cumulated vsize (KiB) 174460

[startup+1662.3 s]
/proc/loadavg: 1.95 2.08 2.07 3/85 23001
/proc/meminfo: memFree=1518032/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=7.02
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 1033 16178 0 2 3 1 644 54 16 0 1 0 2000404971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 799 370 3 0 500 0
[pid=22958] ppid=22935 vsize=5356 CPUtime=0
/proc/22958/stat : 22958 (sh) S 22935 22935 20502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000405690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22958/statm: 1339 232 193 169 0 50 0
[pid=22959] ppid=22958 vsize=156444 CPUtime=1639.75
/proc/22959/stat : 22959 (minisat) R 22958 22935 20502 0 -1 4194304 37937 0 0 0 163945 30 0 0 25 0 1 0 2000405690 160198656 37923 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/22959/statm: 39111 37923 75 150 0 38958 0
Current children cumulated CPU time (s) 1646.77
Current children cumulated vsize (KiB) 175400

[startup+1722.3 s]
/proc/loadavg: 1.98 2.06 2.06 3/84 23002
/proc/meminfo: memFree=1516360/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=7.02
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 1033 16178 0 2 3 1 644 54 16 0 1 0 2000404971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 799 370 3 0 500 0
[pid=22958] ppid=22935 vsize=5356 CPUtime=0
/proc/22958/stat : 22958 (sh) S 22935 22935 20502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000405690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22958/statm: 1339 232 193 169 0 50 0
[pid=22959] ppid=22958 vsize=157244 CPUtime=1699.72
/proc/22959/stat : 22959 (minisat) R 22958 22935 20502 0 -1 4194304 38096 0 0 0 169942 30 0 0 25 0 1 0 2000405690 161017856 38082 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22959/statm: 39311 38082 75 150 0 39158 0
Current children cumulated CPU time (s) 1706.74
Current children cumulated vsize (KiB) 176200

[startup+1782.3 s]
/proc/loadavg: 1.99 2.05 2.06 3/84 23008
/proc/meminfo: memFree=1515336/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=7.02
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 1033 16178 0 2 3 1 644 54 16 0 1 0 2000404971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 799 370 3 0 500 0
[pid=22958] ppid=22935 vsize=5356 CPUtime=0
/proc/22958/stat : 22958 (sh) S 22935 22935 20502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000405690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22958/statm: 1339 232 193 169 0 50 0
[pid=22959] ppid=22958 vsize=158036 CPUtime=1759.7
/proc/22959/stat : 22959 (minisat) R 22958 22935 20502 0 -1 4194304 38294 0 0 0 175938 32 0 0 25 0 1 0 2000405690 161828864 38280 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22959/statm: 39509 38280 75 150 0 39356 0
Current children cumulated CPU time (s) 1766.72
Current children cumulated vsize (KiB) 176992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.6 s]
/proc/loadavg: 1.99 2.04 2.05 3/84 23008
/proc/meminfo: memFree=1514824/2055920 swapFree=4180000/4192956
[pid=22935] ppid=22933 vsize=13600 CPUtime=7.02
/proc/22935/stat : 22935 (sugar) S 22933 22935 20502 0 -1 4194304 1033 16178 0 2 3 1 644 54 16 0 1 0 2000404971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22935/statm: 3400 799 370 3 0 500 0
[pid=22958] ppid=22935 vsize=5356 CPUtime=0
/proc/22958/stat : 22958 (sh) S 22935 22935 20502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000405690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22958/statm: 1339 232 193 169 0 50 0
[pid=22959] ppid=22958 vsize=158564 CPUtime=1792.99
/proc/22959/stat : 22959 (minisat) R 22958 22935 20502 0 -1 4194304 38415 0 0 0 179267 32 0 0 25 0 1 0 2000405690 162369536 38401 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22959/statm: 39641 38401 75 150 0 39488 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 177520

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 22935 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=481014
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=594909
# CPU time returned by wait4() is 7.07592
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.66
CPU time (s): 1800.01
CPU user time (s): 1799.14
CPU system time (s): 0.87
CPU usage (%): 99.1379
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.48101
system time used= 0.594909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17555
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= 13380
involuntary context switches= 13340

runsolver used 2.30765 second user time and 5.9141 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-05 01:31:48
IDJOB=1080957
IDBENCH=57047
IDSOLVER=346
FILE ID=node23/1080957-1215214308
PBS_JOBID= 7881678
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-100-0.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-1080957-1215214308/watcher-1080957-1215214308 -o /tmp/evaluation-result-1080957-1215214308/solver-1080957-1215214308 -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-1080957-1215214308.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3316fb6d9502bdc5e45b3fbdaa4097b4
RANDOM SEED=572365083

node23.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.216
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.216
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:       1820768 kB
Buffers:         28484 kB
Cached:         139252 kB
SwapCached:       6548 kB
Active:         138580 kB
Inactive:        44876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820768 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            1796 kB
Writeback:           0 kB
Mapped:          23696 kB
Slab:            37096 kB
Committed_AS:  3519292 kB
PageTables:       1732 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= 66540 MiB
End job on node23 at 2008-07-05 02:02:06