Trace number 1060389

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 1809.76

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-70.xml
MD5SUM42673f380bfac3cdabf246f9ec4e88d8
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.275957
Satisfiable
(Un)Satisfiability was proved
Number of variables139
Number of constraints4830
Maximum constraint arity3
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4830
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:06:23 2008
0.00/0.04	c 0	PID 23998
0.00/0.05	c 0	HOST node14.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1060389-1215126383.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-1060389-1215126383.xml' 'HOME/temp.csp'
0.03/0.82	c 1	2 domains, 139 variables, 2 predicates, 0 relations, 4830 constraints
0.03/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	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.79/0.92	c 1	Parsing HOME/temp.csp
1.04/1.13	c 2	parsed 4973 expressions
1.04/1.14	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.14	c 2	Converting to clausal form CSP
1.13/1.29	c 2	converted 498 (10%) expressions
1.23/1.34	c 2	converted 995 (20%) expressions
1.23/1.35	c 2	converted 1492 (30%) expressions
1.23/1.37	c 2	converted 1990 (40%) expressions
1.23/1.38	c 2	converted 2487 (50%) expressions
1.23/1.39	c 2	converted 2984 (60%) expressions
1.33/1.40	c 2	converted 3482 (70%) expressions
1.33/1.42	c 2	converted 3979 (80%) expressions
1.33/1.43	c 2	converted 4476 (90%) expressions
1.33/1.45	c 2	converted 4973 (100%) expressions
1.33/1.45	c 2	CSP : 139 integers, 0 booleans, 4968 clauses, largest domain size 70
1.33/1.45	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.45	c 2	Propagation in CSP
1.42/1.55	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/1.55	c 2	CSP : 139 integers, 0 booleans, 4968 clauses, largest domain size 70
1.42/1.55	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.55	c 2	Simplifing CSP by introducing new Boolean variables
1.53/1.66	c 2	CSP : 139 integers, 9660 booleans, 14628 clauses, largest domain size 70
1.53/1.66	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.71	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.63/1.73	c 2	14 (10%) CSP integer variables are encoded (952 clauses, 10324 bytes)
1.63/1.74	c 2	28 (20%) CSP integer variables are encoded (1904 clauses, 22635 bytes)
1.63/1.74	c 2	42 (30%) CSP integer variables are encoded (2856 clauses, 35011 bytes)
1.63/1.74	c 2	56 (40%) CSP integer variables are encoded (3808 clauses, 47387 bytes)
1.63/1.74	c 2	70 (50%) CSP integer variables are encoded (4760 clauses, 59763 bytes)
1.63/1.74	c 2	84 (60%) CSP integer variables are encoded (5698 clauses, 71957 bytes)
1.63/1.74	c 2	98 (70%) CSP integer variables are encoded (6636 clauses, 84151 bytes)
1.63/1.75	c 2	112 (80%) CSP integer variables are encoded (7574 clauses, 96345 bytes)
1.63/1.75	c 2	126 (90%) CSP integer variables are encoded (8512 clauses, 108539 bytes)
1.63/1.75	c 2	139 (100%) CSP integer variables are encoded (9383 clauses, 119862 bytes)
1.83/1.91	c 2	1463 (10%) CSP clauses are encoded (78190 clauses, 1355213 bytes)
1.94/2.04	c 2	2926 (20%) CSP clauses are encoded (146928 clauses, 2656818 bytes)
2.04/2.17	c 3	4389 (30%) CSP clauses are encoded (215666 clauses, 4017925 bytes)
2.14/2.30	c 3	5852 (40%) CSP clauses are encoded (284473 clauses, 5380407 bytes)
2.34/2.43	c 3	7314 (50%) CSP clauses are encoded (353095 clauses, 6739205 bytes)
2.43/2.54	c 3	8777 (60%) CSP clauses are encoded (420926 clauses, 8082167 bytes)
2.53/2.66	c 3	10240 (70%) CSP clauses are encoded (488689 clauses, 9423774 bytes)
2.64/2.78	c 3	11703 (80%) CSP clauses are encoded (556452 clauses, 10765381 bytes)
2.73/2.90	c 3	13166 (90%) CSP clauses are encoded (624283 clauses, 12108343 bytes)
4.11/4.28	c 5	14628 (100%) CSP clauses are encoded (1342601 clauses, 27415791 bytes)
4.11/4.28	c 5	14628 CSP clauses encoded
4.11/4.29	c 5	Writing map file : HOME/temp.map
4.11/4.29	c 5	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.11/4.29	c 5	SAT : 19182 SAT variables, 1342601 SAT clauses, 27415791 bytes
4.11/4.29	c 5	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.20/4.34	c 5	SOLVING HOME/temp.cnf
4.20/4.34	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.20/4.34	c 5	This is MiniSat 2.0 beta
4.20/4.34	c 5	WARNING: for repeatability, setting FPU to use double precision
4.20/4.34	c 5	============================[ Problem Statistics ]=============================
4.20/4.34	c 5	|                                                                             |
4.20/4.34	c 5	|  Number of variables:  19182                                                |
4.20/4.34	c 5	|  Number of clauses:    1342601                                              |
4.22/4.99	c 5	|  Parsing time:         0.57         s                                       |
4.22/5.02	c 5	============================[ Search Statistics ]==============================
4.22/5.02	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.22/5.02	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.22/5.02	c 5	===============================================================================
4.22/5.02	c 5	|         0 |   19182  1342601  4308634 |   447533        0    nan |  0.000 % |
5.26/5.43	c 6	|       100 |   19182  1342601  4308634 |   492287      100     15 |  0.000 % |
5.46/5.65	c 6	|       251 |   19182  1342601  4308634 |   541515      251     20 |  0.000 % |
5.56/5.77	c 6	|       478 |   19182  1342601  4308634 |   595667      478     20 |  0.000 % |
5.75/5.90	c 6	|       815 |   19182  1342601  4308634 |   655234      815     20 |  0.000 % |
5.85/6.03	c 6	|      1321 |   19182  1342601  4308634 |   720757     1321     18 |  0.000 % |
7.24/7.48	c 8	|      2081 |   19182  1342601  4308634 |   792833     2081     26 |  0.000 % |
9.82/10.01	c 10	|      3222 |   19182  1342601  4308634 |   872116     3222     35 |  0.000 % |
12.10/12.33	c 13	|      4930 |   19182  1342601  4308634 |   959328     4930     36 |  0.000 % |
17.54/17.86	c 18	|      7492 |   19182  1342601  4308634 |  1055260     7492     46 |  0.000 % |
22.40/22.71	c 23	|     11337 |   19182  1342601  4308634 |  1160787    11337     43 |  0.000 % |
32.60/33.00	c 33	|     17103 |   19182  1342601  4308634 |  1276865    17103     46 |  0.000 % |
55.48/56.16	c 57	|     25752 |   19182  1342601  4308634 |  1404552    25752     57 |  0.000 % |
75.89/76.71	c 77	|     38726 |   19182  1342601  4308634 |  1545007    38726     56 |  0.000 % |
117.96/119.25	c 120	|     58190 |   19182  1342601  4308634 |  1699508    58190     55 |  0.000 % |
188.60/190.53	c 191	|     87384 |   19182  1342601  4308634 |  1869459    87384     57 |  0.000 % |
284.70/287.56	c 288	|    131173 |   19182  1342601  4308634 |  2056405   131173     60 |  0.000 % |
520.80/525.88	c 526	|    196857 |   19182  1342601  4308634 |  2262045   196857     74 |  0.000 % |
829.65/837.58	c 838	|    295384 |   19182  1342601  4308634 |  2488250   295384     81 |  0.000 % |
1326.43/1335.72	c 1336	|    443173 |   19182  1342601  4308634 |  2737075   443173     86 |  0.000 % |
1800.01/1809.71	c ERROR INTERRUPTED
1800.01/1809.75	s UNKNOWN
1800.01/1809.75	c 1810	CPU 3.91 (0.04 0 3.87 0.31)
1800.01/1809.75	c 1810	END Fri Jul  4 01:36:33 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-1060389-1215126383/watcher-1060389-1215126383 -o /tmp/evaluation-result-1060389-1215126383/solver-1060389-1215126383 -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-1060389-1215126383.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.92 1.32 1.17 4/72 23998
/proc/meminfo: memFree=1564208/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=12268 CPUtime=0
/proc/23998/stat : 23998 (sugar) R 23996 23998 21893 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1542312369 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 212234631781 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23998/statm: 3067 316 241 3 0 167 0

[startup+0.0895049 s]
/proc/loadavg: 1.92 1.32 1.17 4/72 23998
/proc/meminfo: memFree=1564208/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=0.03
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1542312369 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23998/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102505 s]
/proc/loadavg: 1.92 1.32 1.17 4/72 23998
/proc/meminfo: memFree=1564208/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=0.03
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1542312369 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23998/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301533 s]
/proc/loadavg: 1.92 1.32 1.17 4/72 23998
/proc/meminfo: memFree=1564208/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=0.03
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1542312369 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23998/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701608 s]
/proc/loadavg: 1.92 1.32 1.17 4/72 23998
/proc/meminfo: memFree=1564208/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=0.03
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1542312369 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23998/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50174 s]
/proc/loadavg: 1.92 1.32 1.17 3/83 24020
/proc/meminfo: memFree=1556504/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=0.79
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 974 7216 0 1 3 0 71 5 15 0 1 0 1542312369 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23998/statm: 3400 797 370 3 0 500 0
[pid=24011] ppid=23998 vsize=5356 CPUtime=0
/proc/24011/stat : 24011 (sh) S 23998 23998 21893 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1542312453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24011/statm: 1339 233 193 169 0 50 0
[pid=24012] ppid=24011 vsize=868272 CPUtime=0.63
/proc/24012/stat : 24012 (java) S 24011 23998 21893 0 -1 0 7028 0 1 0 60 3 0 0 18 0 9 0 1542312453 889110528 6268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24012/statm: 217068 6268 2540 9 0 211643 0
[pid=24012/tid=24013] ppid=24011 vsize=868272 CPUtime=0.36
/proc/24012/task/24013/stat : 24013 (java) R 24011 23998 21893 0 -1 64 2662 0 1 0 35 1 0 0 22 0 9 0 1542312454 889110528 6268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24012/tid=24014] ppid=24011 vsize=868272 CPUtime=0.08
/proc/24012/task/24014/stat : 24014 (java) S 24011 23998 21893 0 -1 64 2222 0 0 0 8 0 0 0 16 0 9 0 1542312455 889110528 6268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24012/tid=24015] ppid=24011 vsize=868272 CPUtime=0
/proc/24012/task/24015/stat : 24015 (java) S 24011 23998 21893 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1542312456 889110528 6268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24012/tid=24016] ppid=24011 vsize=868272 CPUtime=0
/proc/24012/task/24016/stat : 24016 (java) S 24011 23998 21893 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1542312456 889110528 6268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24012/tid=24017] ppid=24011 vsize=868272 CPUtime=0
/proc/24012/task/24017/stat : 24017 (java) S 24011 23998 21893 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1542312458 889110528 6268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24012/tid=24018] ppid=24011 vsize=868272 CPUtime=0.16
/proc/24012/task/24018/stat : 24018 (java) R 24011 23998 21893 0 -1 64 1452 0 0 0 15 1 0 0 16 0 9 0 1542312458 889110528 6268 996147200 134512640 134550740 4294955952 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24012/tid=24019] ppid=24011 vsize=868272 CPUtime=0
/proc/24012/task/24019/stat : 24019 (java) S 24011 23998 21893 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1542312458 889110528 6268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24012/tid=24020] ppid=24011 vsize=868272 CPUtime=0
/proc/24012/task/24020/stat : 24020 (java) S 24011 23998 21893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1542312458 889110528 6268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887228

[startup+3.10302 s]
/proc/loadavg: 1.93 1.33 1.17 3/83 24020
/proc/meminfo: memFree=1539544/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=0.8
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 974 7216 0 1 4 0 71 5 15 0 1 0 1542312369 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23998/statm: 3400 797 370 3 0 500 0
[pid=24011] ppid=23998 vsize=5356 CPUtime=0
/proc/24011/stat : 24011 (sh) S 23998 23998 21893 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1542312453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24011/statm: 1339 233 193 169 0 50 0
[pid=24012] ppid=24011 vsize=868500 CPUtime=2.24
/proc/24012/stat : 24012 (java) S 24011 23998 21893 0 -1 0 8475 0 1 0 209 15 0 0 18 0 9 0 1542312453 889344000 7253 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24012/statm: 217125 7253 2565 9 0 211672 0
[pid=24012/tid=24013] ppid=24011 vsize=868500 CPUtime=1.67
/proc/24012/task/24013/stat : 24013 (java) R 24011 23998 21893 0 -1 64 3152 0 1 0 157 10 0 0 25 0 9 0 1542312454 889344000 7253 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24012/tid=24014] ppid=24011 vsize=868500 CPUtime=0.3
/proc/24012/task/24014/stat : 24014 (java) S 24011 23998 21893 0 -1 64 3135 0 0 0 28 2 0 0 16 0 9 0 1542312455 889344000 7253 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24012/tid=24015] ppid=24011 vsize=868500 CPUtime=0
/proc/24012/task/24015/stat : 24015 (java) S 24011 23998 21893 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1542312456 889344000 7253 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24012/tid=24016] ppid=24011 vsize=868500 CPUtime=0
/proc/24012/task/24016/stat : 24016 (java) S 24011 23998 21893 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1542312456 889344000 7253 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24012/tid=24017] ppid=24011 vsize=868500 CPUtime=0
/proc/24012/task/24017/stat : 24017 (java) S 24011 23998 21893 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1542312458 889344000 7253 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24012/tid=24018] ppid=24011 vsize=868500 CPUtime=0.23
/proc/24012/task/24018/stat : 24018 (java) S 24011 23998 21893 0 -1 64 1496 0 0 0 22 1 0 0 16 0 9 0 1542312458 889344000 7253 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24012/tid=24019] ppid=24011 vsize=868500 CPUtime=0
/proc/24012/task/24019/stat : 24019 (java) S 24011 23998 21893 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1542312458 889344000 7253 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24012/tid=24020] ppid=24011 vsize=868500 CPUtime=0
/proc/24012/task/24020/stat : 24020 (java) S 24011 23998 21893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1542312458 889344000 7253 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) 887456

[startup+6.30158 s]
/proc/loadavg: 1.93 1.33 1.17 3/75 24022
/proc/meminfo: memFree=1477016/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 15 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0
/proc/24021/stat : 24021 (sh) S 23998 23998 21893 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1542312803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24021/statm: 1339 232 193 169 0 50 0
[pid=24022] ppid=24021 vsize=61708 CPUtime=1.93
/proc/24022/stat : 24022 (minisat) R 24021 23998 21893 0 -1 4194304 15038 0 0 0 185 8 0 0 25 0 1 0 1542312803 63188992 15024 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/24022/statm: 15427 15024 76 150 0 15274 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 80664

[startup+12.7017 s]
/proc/loadavg: 1.93 1.34 1.18 3/75 24022
/proc/meminfo: memFree=1472600/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 16 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0
/proc/24021/stat : 24021 (sh) S 23998 23998 21893 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1542312803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24021/statm: 1339 232 193 169 0 50 0
[pid=24022] ppid=24021 vsize=63764 CPUtime=8.27
/proc/24022/stat : 24022 (minisat) R 24021 23998 21893 0 -1 4194304 15562 0 0 0 818 9 0 0 25 0 1 0 1542312803 65294336 15548 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24022/statm: 15941 15548 76 150 0 15788 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 82720

[startup+25.5019 s]
/proc/loadavg: 1.95 1.37 1.19 3/75 24022
/proc/meminfo: memFree=1470808/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 16 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0
/proc/24021/stat : 24021 (sh) S 23998 23998 21893 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1542312803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24021/statm: 1339 232 193 169 0 50 0
[pid=24022] ppid=24021 vsize=65528 CPUtime=20.94
/proc/24022/stat : 24022 (minisat) R 24021 23998 21893 0 -1 4194304 16008 0 0 0 2085 9 0 0 25 0 1 0 1542312803 67100672 15994 996147200 134512640 135127466 4294956272 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/24022/statm: 16382 15994 76 150 0 16229 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 84484

[startup+51.1013 s]
/proc/loadavg: 1.96 1.42 1.21 3/75 24022
/proc/meminfo: memFree=1467416/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 16 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0
/proc/24021/stat : 24021 (sh) S 23998 23998 21893 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1542312803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24021/statm: 1339 232 193 169 0 50 0
[pid=24022] ppid=24021 vsize=68980 CPUtime=46.3
/proc/24022/stat : 24022 (minisat) R 24021 23998 21893 0 -1 4194304 16869 0 0 0 4620 10 0 0 25 0 1 0 1542312803 70635520 16855 996147200 134512640 135127466 4294956272 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/24022/statm: 17245 16855 76 150 0 17092 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 87936

[startup+102.306 s]
/proc/loadavg: 1.98 1.52 1.25 3/75 24022
/proc/meminfo: memFree=1460376/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 16 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0
/proc/24021/stat : 24021 (sh) S 23998 23998 21893 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1542312803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24021/statm: 1339 232 193 169 0 50 0
[pid=24022] ppid=24021 vsize=75824 CPUtime=97.01
/proc/24022/stat : 24022 (minisat) R 24021 23998 21893 0 -1 4194304 18590 0 0 0 9689 12 0 0 25 0 1 0 1542312803 77643776 18576 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24022/statm: 18956 18576 76 150 0 18803 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 94780

[startup+162.303 s]
/proc/loadavg: 1.99 1.60 1.29 3/75 24022
/proc/meminfo: memFree=1453912/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 16 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1227288/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 16 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0
/proc/24021/stat : 24021 (sh) S 23998 23998 21893 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1542312803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24021/statm: 1339 232 193 169 0 50 0
[pid=24022] ppid=24021 vsize=229648 CPUtime=1348.78
/proc/24022/stat : 24022 (minisat) R 24021 23998 21893 0 -1 4194304 56971 0 0 0 134820 58 0 0 25 0 1 0 1542312803 235159552 56957 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 57412 56957 76 150 0 57259 0
Current children cumulated CPU time (s) 1353
Current children cumulated vsize (KiB) 248604

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.78 3/83 24064
/proc/meminfo: memFree=1222616/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 16 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0
/proc/24021/stat : 24021 (sh) S 23998 23998 21893 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1542312803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24021/statm: 1339 232 193 169 0 50 0
[pid=24022] ppid=24021 vsize=234136 CPUtime=1408.74
/proc/24022/stat : 24022 (minisat) R 24021 23998 21893 0 -1 4194304 58125 0 0 0 140814 60 0 0 25 0 1 0 1542312803 239755264 58111 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 58534 58111 76 150 0 58381 0
Current children cumulated CPU time (s) 1412.96
Current children cumulated vsize (KiB) 253092

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.79 3/83 24064
/proc/meminfo: memFree=1216920/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 16 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0
/proc/24021/stat : 24021 (sh) S 23998 23998 21893 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1542312803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24021/statm: 1339 232 193 169 0 50 0
[pid=24022] ppid=24021 vsize=240728 CPUtime=1468.68
/proc/24022/stat : 24022 (minisat) R 24021 23998 21893 0 -1 4194304 59551 0 0 0 146806 62 0 0 25 0 1 0 1542312803 246505472 59537 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 60182 59537 76 150 0 60029 0
Current children cumulated CPU time (s) 1472.9
Current children cumulated vsize (KiB) 259684

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.81 3/83 24064
/proc/meminfo: memFree=1212376/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 16 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0
/proc/24021/stat : 24021 (sh) S 23998 23998 21893 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1542312803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24021/statm: 1339 232 193 169 0 50 0
[pid=24022] ppid=24021 vsize=245096 CPUtime=1528.62
/proc/24022/stat : 24022 (minisat) R 24021 23998 21893 0 -1 4194304 60674 0 0 0 152799 63 0 0 25 0 1 0 1542312803 250978304 60660 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 61274 60660 76 150 0 61121 0
Current children cumulated CPU time (s) 1532.84
Current children cumulated vsize (KiB) 264052

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.82 3/83 24064
/proc/meminfo: memFree=1207768/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 16 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0
/proc/24021/stat : 24021 (sh) S 23998 23998 21893 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1542312803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24021/statm: 1339 232 193 169 0 50 0
[pid=24022] ppid=24021 vsize=249716 CPUtime=1588.57
/proc/24022/stat : 24022 (minisat) R 24021 23998 21893 0 -1 4194304 61846 0 0 0 158792 65 0 0 25 0 1 0 1542312803 255709184 61832 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 62429 61832 76 150 0 62276 0
Current children cumulated CPU time (s) 1592.79
Current children cumulated vsize (KiB) 268672

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.82 3/83 24064
/proc/meminfo: memFree=1202712/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 16 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0
/proc/24021/stat : 24021 (sh) S 23998 23998 21893 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1542312803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24021/statm: 1339 232 193 169 0 50 0
[pid=24022] ppid=24021 vsize=254748 CPUtime=1648.51
/proc/24022/stat : 24022 (minisat) R 24021 23998 21893 0 -1 4194304 63096 0 0 0 164785 66 0 0 25 0 1 0 1542312803 260861952 63082 996147200 134512640 135127466 4294956272 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 63687 63082 76 150 0 63534 0
Current children cumulated CPU time (s) 1652.73
Current children cumulated vsize (KiB) 273704

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.83 3/83 24064
/proc/meminfo: memFree=1196120/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 16 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0
/proc/24021/stat : 24021 (sh) S 23998 23998 21893 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1542312803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24021/statm: 1339 232 193 169 0 50 0
[pid=24022] ppid=24021 vsize=261216 CPUtime=1708.46
/proc/24022/stat : 24022 (minisat) R 24021 23998 21893 0 -1 4194304 64747 0 0 0 170778 68 0 0 25 0 1 0 1542312803 267485184 64733 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 65304 64733 76 150 0 65151 0
Current children cumulated CPU time (s) 1712.68
Current children cumulated vsize (KiB) 280172

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.83 3/83 24064
/proc/meminfo: memFree=1190680/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 16 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0
/proc/24021/stat : 24021 (sh) S 23998 23998 21893 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1542312803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24021/statm: 1339 232 193 169 0 50 0
[pid=24022] ppid=24021 vsize=266496 CPUtime=1768.41
/proc/24022/stat : 24022 (minisat) R 24021 23998 21893 0 -1 4194304 66071 0 0 0 176771 70 0 0 25 0 1 0 1542312803 272891904 66057 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 66624 66057 76 150 0 66471 0
Current children cumulated CPU time (s) 1772.63
Current children cumulated vsize (KiB) 285452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.7 s]
/proc/loadavg: 1.99 1.97 1.84 3/83 24064
/proc/meminfo: memFree=1188312/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 16 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0
/proc/24021/stat : 24021 (sh) S 23998 23998 21893 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1542312803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24021/statm: 1339 232 193 169 0 50 0
[pid=24022] ppid=24021 vsize=268740 CPUtime=1795.79
/proc/24022/stat : 24022 (minisat) R 24021 23998 21893 0 -1 4194304 66654 0 0 0 179508 71 0 0 25 0 1 0 1542312803 275189760 66640 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 67185 66640 76 150 0 67032 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 287696

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

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

[startup+1809.7 s]
/proc/loadavg: 1.99 1.97 1.84 3/83 24064
/proc/meminfo: memFree=1188312/2055920 swapFree=4121284/4192956
[pid=23998] ppid=23996 vsize=13600 CPUtime=4.22
/proc/23998/stat : 23998 (sugar) S 23996 23998 21893 0 -1 4194304 1032 16384 0 2 4 0 387 31 16 0 1 0 1542312369 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23998/statm: 3400 798 370 3 0 500 0
[pid=24021] ppid=23998 vsize=5356 CPUtime=0
/proc/24021/stat : 24021 (sh) S 23998 23998 21893 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1542312803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24021/statm: 1339 232 193 169 0 50 0
[pid=24022] ppid=24021 vsize=268740 CPUtime=1795.79
/proc/24022/stat : 24022 (minisat) R 24021 23998 21893 0 -1 4194304 66654 0 0 0 179508 71 0 0 25 0 1 0 1542312803 275189760 66640 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 67185 66640 76 150 0 67032 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 287696

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23998 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=921403
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=336948
# CPU time returned by wait4() is 4.25835
# 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): 1809.76
CPU time (s): 1800.01
CPU user time (s): 1798.99
CPU system time (s): 1.02
CPU usage (%): 99.461
Max. virtual memory (cumulated for all children) (KiB): 887532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.9214
system time used= 0.336948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17759
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= 7804
involuntary context switches= 7648

runsolver used 2.6616 second user time and 5.42117 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-04 01:06:23
IDJOB=1060389
IDBENCH=54447
IDSOLVER=346
FILE ID=node14/1060389-1215126383
PBS_JOBID= 7877176
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 42673f380bfac3cdabf246f9ec4e88d8
RANDOM SEED=1942094138

node14.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.267
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.267
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:       1564688 kB
Buffers:         42132 kB
Cached:         287004 kB
SwapCached:      65808 kB
Active:         260064 kB
Inactive:       167900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564688 kB
SwapTotal:     4192956 kB
SwapFree:      4121284 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:         106408 kB
Slab:            48552 kB
Committed_AS:  2983508 kB
PageTables:       1956 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= 66528 MiB
End job on node14 at 2008-07-04 01:36:35