Trace number 1064484

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? (MO) 1297.15 1305.33

General information on the benchmark

Namecsp/tdsp/
normalized-C6-1-121.xml
MD5SUM14eeb14f153960144e310df78169dca3
Bench CategoryN-ARY-INT (n-ary 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 variables293
Number of constraints4850
Maximum constraint arity6
Maximum domain size122
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4850
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Tue Jul  8 01:41:31 2008
0.02/0.04	c 0	PID 3667
0.02/0.04	c 0	HOST node88.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1064484-1215474090.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064484-1215474090.xml' 'HOME/temp.csp'
0.04/0.60	c 1	5 domains, 293 variables, 2 predicates, 0 relations, 4850 constraints
0.04/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.62	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.04/0.69	c 1	Parsing HOME/temp.csp
0.96/1.01	c 1	parsed 5150 expressions
0.96/1.02	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.96/1.02	c 1	Converting to clausal form CSP
1.15/1.22	c 1	converted 515 (10%) expressions
1.15/1.27	c 1	converted 1030 (20%) expressions
1.24/1.34	c 1	converted 1545 (30%) expressions
1.24/1.38	c 1	converted 2060 (40%) expressions
1.34/1.41	c 1	converted 2575 (50%) expressions
1.34/1.45	c 1	converted 3090 (60%) expressions
1.34/1.49	c 1	converted 3605 (70%) expressions
1.45/1.58	c 2	converted 4120 (80%) expressions
1.55/1.61	c 2	converted 4635 (90%) expressions
1.55/1.65	c 2	converted 5150 (100%) expressions
1.55/1.65	c 2	CSP : 484 integers, 0 booleans, 5226 clauses, largest domain size 122
1.55/1.65	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.55/1.65	c 2	Propagation in CSP
1.64/1.71	c 2	1100 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.64/1.71	c 2	CSP : 484 integers, 0 booleans, 5226 clauses, largest domain size 120
1.64/1.71	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.71	c 2	Simplifing CSP by introducing new Boolean variables
1.74/1.87	c 2	CSP : 484 integers, 18624 booleans, 23850 clauses, largest domain size 120
1.74/1.87	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.84/1.95	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.84/1.99	c 2	49 (10%) CSP integer variables are encoded (2978 clauses, 36601 bytes)
1.84/1.99	c 2	97 (20%) CSP integer variables are encoded (5970 clauses, 75497 bytes)
1.84/1.99	c 2	146 (30%) CSP integer variables are encoded (8992 clauses, 114783 bytes)
1.84/2.00	c 2	194 (40%) CSP integer variables are encoded (12034 clauses, 158714 bytes)
1.94/2.00	c 2	242 (50%) CSP integer variables are encoded (15006 clauses, 203294 bytes)
1.94/2.00	c 2	291 (60%) CSP integer variables are encoded (18090 clauses, 249554 bytes)
1.94/2.01	c 2	339 (70%) CSP integer variables are encoded (18503 clauses, 255749 bytes)
1.94/2.01	c 2	388 (80%) CSP integer variables are encoded (18966 clauses, 262694 bytes)
1.94/2.01	c 2	436 (90%) CSP integer variables are encoded (19282 clauses, 267434 bytes)
1.94/2.01	c 2	484 (100%) CSP integer variables are encoded (19739 clauses, 274289 bytes)
4.12/4.25	c 4	2385 (10%) CSP clauses are encoded (1081994 clauses, 26220662 bytes)
6.70/6.82	c 7	4770 (20%) CSP clauses are encoded (2352792 clauses, 58342180 bytes)
9.16/9.40	c 9	7155 (30%) CSP clauses are encoded (3611921 clauses, 90572242 bytes)
12.75/13.59	c 14	9540 (40%) CSP clauses are encoded (5367396 clauses, 135962566 bytes)
16.03/16.84	c 17	11925 (50%) CSP clauses are encoded (6950366 clauses, 176847039 bytes)
19.10/20.37	c 20	14310 (60%) CSP clauses are encoded (8465368 clauses, 216058944 bytes)
22.83/24.64	c 25	16695 (70%) CSP clauses are encoded (10265397 clauses, 262990786 bytes)
25.86/27.73	c 28	19080 (80%) CSP clauses are encoded (11751717 clauses, 301844791 bytes)
29.12/31.03	c 31	21465 (90%) CSP clauses are encoded (13310501 clauses, 344170921 bytes)
33.37/36.05	c 36	23850 (100%) CSP clauses are encoded (15340423 clauses, 399653881 bytes)
33.37/36.05	c 36	23850 CSP clauses encoded
33.37/36.05	c 36	Writing map file : HOME/temp.map
33.37/36.07	c 36	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.37/36.07	c 36	SAT : 38842 SAT variables, 15340423 SAT clauses, 399653881 bytes
33.37/36.07	c 36	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.37/36.08	c 36	SOLVING HOME/temp.cnf
33.37/36.08	c 36	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
33.37/36.09	c 36	This is MiniSat 2.0 beta
33.37/36.09	c 36	WARNING: for repeatability, setting FPU to use double precision
33.37/36.09	c 36	============================[ Problem Statistics ]=============================
33.37/36.09	c 36	|                                                                             |
33.37/36.09	c 36	|  Number of variables:  38842                                                |
33.37/36.09	c 36	|  Number of clauses:    15340423                                             |
41.83/44.54	c 44	|  Parsing time:         7.31         s                                       |
42.24/44.93	c 45	============================[ Search Statistics ]==============================
42.24/44.93	c 45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
42.24/44.93	c 45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
42.24/44.93	c 45	===============================================================================
42.24/44.93	c 45	|         0 |   38842 15340423 59251998 |  5113474        0    nan |  0.000 % |
44.23/46.90	c 47	|       100 |   38842 15340423 59251998 |  5624821      100     20 |  0.000 % |
45.62/48.31	c 48	|       250 |   38842 15340423 59251998 |  6187303      250     19 |  0.000 % |
47.01/49.70	c 50	|       475 |   38842 15340423 59251998 |  6806034      475     20 |  0.000 % |
49.40/52.15	c 52	|       812 |   38842 15340423 59251998 |  7486637      812     18 |  0.000 % |
52.19/54.99	c 55	|      1318 |   38842 15340423 59251998 |  8235301     1318     20 |  0.000 % |
56.47/59.21	c 59	|      2077 |   38842 15340423 59251998 |  9058831     2077     21 |  0.000 % |
61.05/63.87	c 64	|      3216 |   38842 15340423 59251998 |  9964714     3216     27 |  0.000 % |
68.02/70.81	c 71	|      4925 |   38842 15340423 59251998 | 10961186     4925     26 |  0.000 % |
79.39/82.20	c 82	|      7487 |   38842 15340423 59251998 | 12057304     7487     27 |  0.000 % |
94.55/97.62	c 98	|     11331 |   38842 15340423 59251998 | 13263035    11331     28 |  0.000 % |
124.73/127.92	c 128	|     17097 |   38842 15340423 59251998 | 14589339    17097     27 |  0.000 % |
155.69/159.02	c 159	|     25747 |   38842 15340423 59251998 | 16048272    25747     35 |  0.000 % |
204.19/207.79	c 208	|     38722 |   38842 15340423 59251998 | 17653100    38722     40 |  0.000 % |
293.81/297.71	c 298	|     58183 |   38842 15340423 59251998 | 19418410    58183     36 |  0.000 % |
408.22/412.69	c 413	|     87375 |   38842 15340423 59251998 | 21360251    87375     37 |  0.000 % |
557.50/562.51	c 562	|    131165 |   38842 15340423 59251998 | 23496276   131165     49 |  0.000 % |
806.26/812.31	c 812	|    196849 |   38842 15340423 59251998 | 25845904   196849     52 |  0.000 % |
1171.42/1179.05	c 1179	|    295376 |   38842 15340423 59251998 | 28430494   295376     63 |  0.000 % |
1296.89/1305.02	c ERROR INTERRUPTED
1297.00/1305.15	s UNKNOWN
1297.00/1305.15	c 1305	CPU 30.6 (0.03 0.01 30.57 2.86)
1297.00/1305.15	c 1305	END Tue Jul  8 02:03:16 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-1064484-1215474090/watcher-1064484-1215474090 -o /tmp/evaluation-result-1064484-1215474090/solver-1064484-1215474090 -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-1064484-1215474090.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: 3.82 3.72 2.13 4/81 3667
/proc/meminfo: memFree=1811480/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=12268 CPUtime=0
/proc/3667/stat : 3667 (sugar) R 3665 3667 2694 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 4106241 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 270196063230 0 0 4224 0 0 0 0 17 0 0 0
/proc/3667/statm: 3067 316 241 3 0 167 0

[startup+0.033204 s]
/proc/loadavg: 3.82 3.72 2.13 4/81 3667
/proc/meminfo: memFree=1811480/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13336 CPUtime=0.02
/proc/3667/stat : 3667 (sugar) R 3665 3667 2694 0 -1 4194304 711 0 0 0 2 0 0 0 18 0 1 0 4106241 13656064 679 996147200 4194304 4206940 548682068608 18446744073709551615 270187008737 0 0 4224 0 0 0 0 17 0 0 0
/proc/3667/statm: 3334 680 336 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101224 s]
/proc/loadavg: 3.82 3.72 2.13 4/81 3667
/proc/meminfo: memFree=1811480/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=0.04
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 4106241 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3667/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301268 s]
/proc/loadavg: 3.82 3.72 2.13 4/81 3667
/proc/meminfo: memFree=1811480/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=0.04
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 4106241 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3667/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701353 s]
/proc/loadavg: 3.82 3.72 2.13 4/81 3667
/proc/meminfo: memFree=1811480/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=0.59
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 973 7368 0 1 3 1 51 4 15 0 1 0 4106241 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3667/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13600

[startup+1.50253 s]
/proc/loadavg: 3.82 3.72 2.13 3/92 3689
/proc/meminfo: memFree=1800760/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=0.59
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 973 7368 0 1 3 1 51 4 15 0 1 0 4106241 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3667/statm: 3400 797 370 3 0 500 0
[pid=3680] ppid=3667 vsize=5356 CPUtime=0
/proc/3680/stat : 3680 (sh) S 3667 3667 2694 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4106303 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3680/statm: 1339 233 193 169 0 50 0
[pid=3681] ppid=3680 vsize=868368 CPUtime=0.86
/proc/3681/stat : 3681 (java) S 3680 3667 2694 0 -1 0 7787 0 1 0 82 4 0 0 20 0 9 0 4106303 889208832 6983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3681/statm: 217092 6983 2540 9 0 211667 0
[pid=3681/tid=3682] ppid=3680 vsize=868368 CPUtime=0.55
/proc/3681/task/3682/stat : 3682 (java) R 3680 3667 2694 0 -1 64 2700 0 1 0 54 1 0 0 25 0 9 0 4106304 889208832 6983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3683] ppid=3680 vsize=868368 CPUtime=0.12
/proc/3681/task/3683/stat : 3683 (java) R 3680 3667 2694 0 -1 64 2944 0 0 0 11 1 0 0 15 0 9 0 4106305 889208832 6983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3684] ppid=3680 vsize=868368 CPUtime=0
/proc/3681/task/3684/stat : 3684 (java) S 3680 3667 2694 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4106305 889208832 6983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3685] ppid=3680 vsize=868368 CPUtime=0
/proc/3681/task/3685/stat : 3685 (java) S 3680 3667 2694 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4106305 889208832 6983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3686] ppid=3680 vsize=868368 CPUtime=0
/proc/3681/task/3686/stat : 3686 (java) S 3680 3667 2694 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4106307 889208832 6983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3687] ppid=3680 vsize=868368 CPUtime=0.15
/proc/3681/task/3687/stat : 3687 (java) S 3680 3667 2694 0 -1 64 1450 0 0 0 15 0 0 0 16 0 9 0 4106307 889208832 6984 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3688] ppid=3680 vsize=868368 CPUtime=0
/proc/3681/task/3688/stat : 3688 (java) S 3680 3667 2694 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4106307 889208832 6986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3689] ppid=3680 vsize=868368 CPUtime=0
/proc/3681/task/3689/stat : 3689 (java) S 3680 3667 2694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4106307 889208832 6986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887324

[startup+3.10188 s]
/proc/loadavg: 3.82 3.72 2.13 3/92 3689
/proc/meminfo: memFree=1781880/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=0.59
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 974 7368 0 1 3 1 51 4 15 0 1 0 4106241 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3667/statm: 3400 797 370 3 0 500 0
[pid=3680] ppid=3667 vsize=5356 CPUtime=0
/proc/3680/stat : 3680 (sh) S 3667 3667 2694 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4106303 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3680/statm: 1339 233 193 169 0 50 0
[pid=3681] ppid=3680 vsize=868480 CPUtime=2.45
/proc/3681/stat : 3681 (java) S 3680 3667 2694 0 -1 0 10101 0 1 0 230 15 0 0 20 0 9 0 4106303 889323520 8995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3681/statm: 217120 8995 2565 9 0 211667 0
[pid=3681/tid=3682] ppid=3680 vsize=868480 CPUtime=1.73
/proc/3681/task/3682/stat : 3682 (java) R 3680 3667 2694 0 -1 64 3112 0 1 0 164 9 0 0 25 0 9 0 4106304 889323520 8995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3683] ppid=3680 vsize=868480 CPUtime=0.47
/proc/3681/task/3683/stat : 3683 (java) S 3680 3667 2694 0 -1 64 4807 0 0 0 44 3 0 0 16 0 9 0 4106305 889323520 8995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3684] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3684/stat : 3684 (java) S 3680 3667 2694 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4106305 889323520 8995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3685] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3685/stat : 3685 (java) S 3680 3667 2694 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4106305 889323520 8995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3686] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3686/stat : 3686 (java) S 3680 3667 2694 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4106307 889323520 8995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3687] ppid=3680 vsize=868480 CPUtime=0.22
/proc/3681/task/3687/stat : 3687 (java) S 3680 3667 2694 0 -1 64 1489 0 0 0 21 1 0 0 15 0 9 0 4106307 889323520 8995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3688] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3688/stat : 3688 (java) S 3680 3667 2694 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4106307 889323520 8995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3689] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3689/stat : 3689 (java) S 3680 3667 2694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4106307 889323520 8995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887436

[startup+6.30258 s]
/proc/loadavg: 3.75 3.70 2.14 3/92 3689
/proc/meminfo: memFree=1742456/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=0.59
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 974 7368 0 1 3 1 51 4 16 0 1 0 4106241 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3667/statm: 3400 797 370 3 0 500 0
[pid=3680] ppid=3667 vsize=5356 CPUtime=0
/proc/3680/stat : 3680 (sh) S 3667 3667 2694 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4106303 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3680/statm: 1339 233 193 169 0 50 0
[pid=3681] ppid=3680 vsize=868480 CPUtime=5.62
/proc/3681/stat : 3681 (java) S 3680 3667 2694 0 -1 0 10821 0 1 0 520 42 0 0 20 0 9 0 4106303 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3681/statm: 217120 8997 2565 9 0 211667 0
[pid=3681/tid=3682] ppid=3680 vsize=868480 CPUtime=4.69
/proc/3681/task/3682/stat : 3682 (java) R 3680 3667 2694 0 -1 64 3830 0 1 0 436 33 0 0 25 0 9 0 4106304 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3683] ppid=3680 vsize=868480 CPUtime=0.67
/proc/3681/task/3683/stat : 3683 (java) S 3680 3667 2694 0 -1 64 4807 0 0 0 61 6 0 0 16 0 9 0 4106305 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3684] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3684/stat : 3684 (java) S 3680 3667 2694 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4106305 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3685] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3685/stat : 3685 (java) S 3680 3667 2694 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4106305 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3686] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3686/stat : 3686 (java) S 3680 3667 2694 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4106307 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3687] ppid=3680 vsize=868480 CPUtime=0.22
/proc/3681/task/3687/stat : 3687 (java) S 3680 3667 2694 0 -1 64 1491 0 0 0 21 1 0 0 17 0 9 0 4106307 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3688] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3688/stat : 3688 (java) S 3680 3667 2694 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4106307 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3689] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3689/stat : 3689 (java) S 3680 3667 2694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4106307 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887436

[startup+12.702 s]
/proc/loadavg: 3.61 3.68 2.14 3/92 3689
/proc/meminfo: memFree=1660160/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=0.59
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 974 7368 0 1 3 1 51 4 16 0 1 0 4106241 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3667/statm: 3400 797 370 3 0 500 0
[pid=3680] ppid=3667 vsize=5356 CPUtime=0
/proc/3680/stat : 3680 (sh) S 3667 3667 2694 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4106303 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3680/statm: 1339 233 193 169 0 50 0
[pid=3681] ppid=3680 vsize=868480 CPUtime=11.37
/proc/3681/stat : 3681 (java) S 3680 3667 2694 0 -1 0 12121 0 1 0 1047 90 0 0 20 0 9 0 4106303 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3681/statm: 217120 8997 2565 9 0 211667 0
[pid=3681/tid=3682] ppid=3680 vsize=868480 CPUtime=10.09
/proc/3681/task/3682/stat : 3682 (java) R 3680 3667 2694 0 -1 64 5130 0 1 0 934 75 0 0 25 0 9 0 4106304 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3683] ppid=3680 vsize=868480 CPUtime=1.04
/proc/3681/task/3683/stat : 3683 (java) S 3680 3667 2694 0 -1 64 4807 0 0 0 91 13 0 0 16 0 9 0 4106305 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3684] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3684/stat : 3684 (java) S 3680 3667 2694 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4106305 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3685] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3685/stat : 3685 (java) S 3680 3667 2694 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4106305 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3686] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3686/stat : 3686 (java) S 3680 3667 2694 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4106307 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3687] ppid=3680 vsize=868480 CPUtime=0.22
/proc/3681/task/3687/stat : 3687 (java) S 3680 3667 2694 0 -1 64 1491 0 0 0 21 1 0 0 17 0 9 0 4106307 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3688] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3688/stat : 3688 (java) S 3680 3667 2694 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4106307 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3689] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3689/stat : 3689 (java) S 3680 3667 2694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4106307 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 887436

[startup+25.5028 s]
/proc/loadavg: 3.71 3.69 2.17 3/92 3690
/proc/meminfo: memFree=1503616/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=0.59
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 974 7368 0 1 3 1 51 4 16 0 1 0 4106241 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3667/statm: 3400 797 370 3 0 500 0
[pid=3680] ppid=3667 vsize=5356 CPUtime=0
/proc/3680/stat : 3680 (sh) S 3667 3667 2694 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4106303 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3680/statm: 1339 233 193 169 0 50 0
[pid=3681] ppid=3680 vsize=868480 CPUtime=23.11
/proc/3681/stat : 3681 (java) S 3680 3667 2694 0 -1 0 14764 0 1 0 2119 192 0 0 20 0 9 0 4106303 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3681/statm: 217120 8997 2565 9 0 211667 0
[pid=3681/tid=3682] ppid=3680 vsize=868480 CPUtime=21.11
/proc/3681/task/3682/stat : 3682 (java) R 3680 3667 2694 0 -1 64 7773 0 1 0 1948 163 0 0 25 0 9 0 4106304 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3683] ppid=3680 vsize=868480 CPUtime=1.75
/proc/3681/task/3683/stat : 3683 (java) S 3680 3667 2694 0 -1 64 4807 0 0 0 149 26 0 0 16 0 9 0 4106305 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3684] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3684/stat : 3684 (java) S 3680 3667 2694 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4106305 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3681/tid=3685] ppid=3680 vsize=868480 CPUtime=0
/proc/3681/task/3685/stat : 3685 (java) S 3680 3667 2694 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4106305 889323520 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[startup+1002.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/84 3693
/proc/meminfo: memFree=543040/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=33.47
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 1034 24601 0 2 3 1 3057 286 16 0 1 0 4106241 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3667/statm: 3400 799 370 3 0 500 0
[pid=3691] ppid=3667 vsize=5356 CPUtime=0
/proc/3691/stat : 3691 (sh) S 3667 3667 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4109850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3691/statm: 1339 232 193 169 0 50 0
[pid=3692] ppid=3691 vsize=869616 CPUtime=961.99
/proc/3692/stat : 3692 (minisat) R 3691 3667 2694 0 -1 4194304 213675 0 0 0 96051 148 0 0 25 0 1 0 4109850 890486784 213661 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3692/statm: 217404 213661 76 150 0 217251 0
Current children cumulated CPU time (s) 995.46
Current children cumulated vsize (KiB) 888572

[startup+1062.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/84 3693
/proc/meminfo: memFree=538560/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=33.47
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 1034 24601 0 2 3 1 3057 286 16 0 1 0 4106241 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3667/statm: 3400 799 370 3 0 500 0
[pid=3691] ppid=3667 vsize=5356 CPUtime=0
/proc/3691/stat : 3691 (sh) S 3667 3667 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4109850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3691/statm: 1339 232 193 169 0 50 0
[pid=3692] ppid=3691 vsize=874108 CPUtime=1021.75
/proc/3692/stat : 3692 (minisat) R 3691 3667 2694 0 -1 4194304 214791 0 0 0 102025 150 0 0 25 0 1 0 4109850 895086592 214777 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3692/statm: 218527 214777 76 150 0 218374 0
Current children cumulated CPU time (s) 1055.22
Current children cumulated vsize (KiB) 893064

[startup+1122.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/84 3693
/proc/meminfo: memFree=534080/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=33.47
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 1034 24601 0 2 3 1 3057 286 16 0 1 0 4106241 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3667/statm: 3400 799 370 3 0 500 0
[pid=3691] ppid=3667 vsize=5356 CPUtime=0
/proc/3691/stat : 3691 (sh) S 3667 3667 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4109850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3691/statm: 1339 232 193 169 0 50 0
[pid=3692] ppid=3691 vsize=878484 CPUtime=1081.49
/proc/3692/stat : 3692 (minisat) R 3691 3667 2694 0 -1 4194304 215889 0 0 0 107998 151 0 0 25 0 1 0 4109850 899567616 215875 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3692/statm: 219621 215875 76 150 0 219468 0
Current children cumulated CPU time (s) 1114.96
Current children cumulated vsize (KiB) 897440

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/84 3699
/proc/meminfo: memFree=524480/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=33.47
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 1034 24601 0 2 3 1 3057 286 16 0 1 0 4106241 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3667/statm: 3400 799 370 3 0 500 0
[pid=3691] ppid=3667 vsize=5356 CPUtime=0
/proc/3691/stat : 3691 (sh) S 3667 3667 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4109850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3691/statm: 1339 232 193 169 0 50 0
[pid=3692] ppid=3691 vsize=887380 CPUtime=1141.23
/proc/3692/stat : 3692 (minisat) R 3691 3667 2694 0 -1 4194304 218117 0 0 0 113968 155 0 0 25 0 1 0 4109850 908677120 218103 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3692/statm: 221845 218103 76 150 0 221692 0
Current children cumulated CPU time (s) 1174.7
Current children cumulated vsize (KiB) 906336

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 3699
/proc/meminfo: memFree=518528/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=33.47
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 1034 24601 0 2 3 1 3057 286 16 0 1 0 4106241 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3667/statm: 3400 799 370 3 0 500 0
[pid=3691] ppid=3667 vsize=5356 CPUtime=0
/proc/3691/stat : 3691 (sh) S 3667 3667 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4109850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3691/statm: 1339 232 193 169 0 50 0
[pid=3692] ppid=3691 vsize=893812 CPUtime=1200.98
/proc/3692/stat : 3692 (minisat) R 3691 3667 2694 0 -1 4194304 219583 0 0 0 119941 157 0 0 25 0 1 0 4109850 915263488 219569 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3692/statm: 223453 219569 76 150 0 223300 0
Current children cumulated CPU time (s) 1234.45
Current children cumulated vsize (KiB) 912768

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 3699
/proc/meminfo: memFree=510144/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=33.47
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 1034 24601 0 2 3 1 3057 286 16 0 1 0 4106241 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3667/statm: 3400 799 370 3 0 500 0
[pid=3691] ppid=3667 vsize=5356 CPUtime=0
/proc/3691/stat : 3691 (sh) S 3667 3667 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4109850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3691/statm: 1339 232 193 169 0 50 0
[pid=3692] ppid=3691 vsize=902128 CPUtime=1260.73
/proc/3692/stat : 3692 (minisat) R 3691 3667 2694 0 -1 4194304 221654 0 0 0 125914 159 0 0 25 0 1 0 4109850 923779072 221640 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3692/statm: 225532 221640 76 150 0 225379 0
Current children cumulated CPU time (s) 1294.2
Current children cumulated vsize (KiB) 921084



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1305 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 3699
/proc/meminfo: memFree=509568/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=33.47
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 1034 24601 0 2 3 1 3057 286 16 0 1 0 4106241 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3667/statm: 3400 799 370 3 0 500 0
[pid=3691] ppid=3667 vsize=5356 CPUtime=0
/proc/3691/stat : 3691 (sh) S 3667 3667 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4109850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3691/statm: 1339 232 193 169 0 50 0
[pid=3692] ppid=3691 vsize=902656 CPUtime=1263.42
/proc/3692/stat : 3692 (minisat) R 3691 3667 2694 0 -1 4194304 221782 0 0 0 126182 160 0 0 25 0 1 0 4109850 924319744 221768 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/3692/statm: 225664 221768 76 150 0 225511 0
Current children cumulated CPU time (s) 1296.89
Current children cumulated vsize (KiB) 921612

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

[startup+1305.12 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 3699
/proc/meminfo: memFree=509568/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=33.47
/proc/3667/stat : 3667 (sugar) S 3665 3667 2694 0 -1 4194304 1045 24601 0 2 3 1 3057 286 16 0 1 0 4106241 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/3667/statm: 3400 799 370 3 0 500 0
[pid=3691] ppid=3667 vsize=0 CPUtime=0
/proc/3691/stat : 3691 (sh) Z 3667 3667 2694 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 4109850 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/3691/statm: 0 0 0 0 0 0 0
[pid=3692] ppid=1 vsize=0 CPUtime=1263.53
/proc/3692/stat : 3692 (minisat) R 1 3667 2694 0 -1 4195332 221782 0 0 0 126182 171 0 0 25 0 1 0 4109850 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/3692/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1297
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (33.53 s) is less than in the last sample (1297 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1263.47 s) to the 'lost time'.

[startup+1305.2 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 3699
/proc/meminfo: memFree=509568/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=33.53
/proc/3667/stat : 3667 (sugar) R 3665 3667 2694 0 -1 4194304 1069 24878 0 2 3 7 3057 286 16 0 1 0 4106241 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3667/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 33.53
Current children cumulated vsize (KiB) 13600

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

[startup+1305.2 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 3699
/proc/meminfo: memFree=509568/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=33.53
/proc/3667/stat : 3667 (sugar) R 3665 3667 2694 0 -1 4194304 1069 24878 0 2 3 7 3057 286 16 0 1 0 4106241 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3667/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 33.53
Current children cumulated vsize (KiB) 13600

[startup+1305.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 3699
/proc/meminfo: memFree=509568/2055920 swapFree=4192812/4192956
[pid=3667] ppid=3665 vsize=13600 CPUtime=33.63
/proc/3667/stat : 3667 (sugar) R 3665 3667 2694 0 -1 4194304 1069 24878 0 2 3 17 3057 286 16 0 1 0 4106241 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3667/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 33.63
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1263.47
#  lost CPU user time (s): 1261.82
#  lost CPU system time (s): 1.65

Real time (s): 1305.33
CPU time (s): 1297.15
CPU user time (s): 1292.43
CPU system time (s): 4.72453
CPU usage (%): 99.3733
Max. virtual memory (cumulated for all children) (KiB): 921612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.6093
system time used= 3.07453
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25978
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= 52501
involuntary context switches= 52854

runsolver used 1.25181 second user time and 3.74143 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-08 01:41:31
IDJOB=1064484
IDBENCH=54958
IDSOLVER=346
FILE ID=node88/1064484-1215474090
PBS_JOBID= 7888605
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C6-1-121.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-1064484-1215474090/watcher-1064484-1215474090 -o /tmp/evaluation-result-1064484-1215474090/solver-1064484-1215474090 -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-1064484-1215474090.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 14eeb14f153960144e310df78169dca3
RANDOM SEED=1451115930

node88.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1811960 kB
Buffers:          4568 kB
Cached:          56972 kB
SwapCached:          0 kB
Active:         189604 kB
Inactive:        17336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9232 kB
Writeback:           0 kB
Mapped:         162996 kB
Slab:            22036 kB
Committed_AS:   895316 kB
PageTables:       2108 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= 66492 MiB
End job on node88 at 2008-07-08 02:03:18