Trace number 1092730

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.08 1812.24

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-40.xml
MD5SUM40a3acaa544741df45dd665a69096ec7
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 variables160
Number of constraints12840
Maximum constraint arity2
Maximum domain size160
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12840
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 Sat Jul  5 18:56:46 2008
0.00/0.04	c 0	PID 5805
0.03/0.05	c 0	HOST node15.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1092730-1215277005.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092730-1215277005.xml' 'HOME/temp.csp'
1.15/1.25	c 1	1 domains, 160 variables, 2 predicates, 0 relations, 12840 constraints
1.20/1.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.20/1.31	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.20/1.39	c 1	Parsing HOME/temp.csp
1.21/1.71	c 1	parsed 10000 expressions
1.21/1.76	c 1	parsed 13003 expressions
1.21/1.76	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.76	c 1	Converting to clausal form CSP
1.21/1.99	c 2	converted 1301 (10%) expressions
1.21/2.07	c 2	converted 2601 (20%) expressions
1.98/2.11	c 2	converted 3901 (30%) expressions
1.98/2.15	c 2	converted 5202 (40%) expressions
1.98/2.18	c 2	converted 6502 (50%) expressions
2.09/2.28	c 2	converted 7802 (60%) expressions
2.17/2.32	c 2	converted 9103 (70%) expressions
2.17/2.36	c 2	converted 10403 (80%) expressions
2.17/2.39	c 2	converted 11703 (90%) expressions
2.27/2.43	c 2	converted 13003 (100%) expressions
2.27/2.43	c 2	CSP : 160 integers, 0 booleans, 12960 clauses, largest domain size 160
2.27/2.43	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.27/2.43	c 2	Propagation in CSP
2.56/2.74	c 2	10320 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.56/2.74	c 2	CSP : 160 integers, 0 booleans, 12960 clauses, largest domain size 154
2.56/2.74	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.56/2.74	c 2	Simplifing CSP by introducing new Boolean variables
2.86/3.02	c 3	CSP : 160 integers, 25440 booleans, 38400 clauses, largest domain size 154
2.86/3.02	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.96/3.14	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.96/3.17	c 3	16 (10%) CSP integer variables are encoded (2072 clauses, 24801 bytes)
2.96/3.18	c 3	32 (20%) CSP integer variables are encoded (3376 clauses, 41753 bytes)
2.96/3.18	c 3	48 (30%) CSP integer variables are encoded (4872 clauses, 61201 bytes)
2.96/3.18	c 3	64 (40%) CSP integer variables are encoded (6560 clauses, 83145 bytes)
2.96/3.18	c 3	80 (50%) CSP integer variables are encoded (7480 clauses, 95105 bytes)
2.96/3.18	c 3	96 (60%) CSP integer variables are encoded (9552 clauses, 122041 bytes)
2.96/3.19	c 3	112 (70%) CSP integer variables are encoded (10856 clauses, 140906 bytes)
2.96/3.19	c 3	128 (80%) CSP integer variables are encoded (12352 clauses, 163346 bytes)
2.96/3.19	c 3	144 (90%) CSP integer variables are encoded (14040 clauses, 188666 bytes)
2.96/3.19	c 3	160 (100%) CSP integer variables are encoded (14960 clauses, 202466 bytes)
3.47/3.67	c 3	3840 (10%) CSP clauses are encoded (243842 clauses, 4590894 bytes)
3.86/4.05	c 4	7680 (20%) CSP clauses are encoded (433071 clauses, 8395926 bytes)
4.16/4.31	c 4	11520 (30%) CSP clauses are encoded (564585 clauses, 11025089 bytes)
4.25/4.46	c 4	15360 (40%) CSP clauses are encoded (636767 clauses, 12451542 bytes)
4.55/4.78	c 4	19200 (50%) CSP clauses are encoded (795550 clauses, 15654807 bytes)
4.94/5.16	c 5	23040 (60%) CSP clauses are encoded (992677 clauses, 19650236 bytes)
5.24/5.43	c 5	26880 (70%) CSP clauses are encoded (1125913 clauses, 22348141 bytes)
5.54/5.72	c 5	30720 (80%) CSP clauses are encoded (1278657 clauses, 25464251 bytes)
5.83/6.07	c 6	34560 (90%) CSP clauses are encoded (1459213 clauses, 29257683 bytes)
6.13/6.38	c 6	38400 (100%) CSP clauses are encoded (1618899 clauses, 32730717 bytes)
6.13/6.38	c 6	38400 CSP clauses encoded
6.13/6.38	c 6	Writing map file : HOME/temp.map
6.13/6.40	c 6	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.13/6.40	c 6	SAT : 40560 SAT variables, 1618899 SAT clauses, 32730717 bytes
6.13/6.40	c 6	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.22/6.43	c 6	SOLVING HOME/temp.cnf
6.22/6.43	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.22/6.44	c 6	This is MiniSat 2.0 beta
6.22/6.44	c 6	WARNING: for repeatability, setting FPU to use double precision
6.22/6.44	c 6	============================[ Problem Statistics ]=============================
6.22/6.44	c 6	|                                                                             |
6.22/6.44	c 6	|  Number of variables:  40560                                                |
6.22/6.44	c 6	|  Number of clauses:    1618899                                              |
7.08/7.39	c 7	|  Parsing time:         0.80         s                                       |
7.19/7.45	c 7	============================[ Search Statistics ]==============================
7.19/7.45	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.19/7.45	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.19/7.45	c 7	===============================================================================
7.19/7.45	c 7	|         0 |   38782  1617121  4776582 |   539040        0    nan |  0.000 % |
7.97/8.25	c 8	|       101 |   38782  1617121  4776582 |   592944      101     26 |  4.384 % |
9.16/9.41	c 9	|       253 |   38782  1617121  4776582 |   652238      253     27 |  4.384 % |
10.94/11.28	c 11	|       478 |   38782  1617121  4776582 |   717462      478     33 |  4.384 % |
14.21/14.50	c 14	|       816 |   38782  1617121  4776582 |   789208      816     34 |  4.384 % |
17.08/17.45	c 17	|      1322 |   38782  1617121  4776582 |   868129     1322     34 |  4.384 % |
22.33/22.70	c 22	|      2083 |   38782  1617121  4776582 |   954942     2083     32 |  4.384 % |
30.65/31.17	c 31	|      3222 |   38782  1617121  4776582 |  1050437     3222     36 |  4.384 % |
49.39/50.02	c 50	|      4932 |   38782  1617121  4776582 |  1155480     4932     35 |  4.384 % |
76.04/76.96	c 77	|      7495 |   38782  1617121  4776582 |  1271028     7495     37 |  4.384 % |
116.75/118.03	c 118	|     11339 |   38782  1617121  4776582 |  1398131    11339     37 |  4.384 % |
161.04/162.73	c 162	|     17105 |   38782  1617121  4776582 |  1537944    17105     37 |  4.384 % |
229.09/231.43	c 231	|     25754 |   38782  1617121  4776582 |  1691739    25754     36 |  4.384 % |
358.25/361.90	c 362	|     38729 |   38782  1617121  4776582 |  1860913    38729     39 |  4.384 % |
533.19/538.42	c 538	|     58191 |   38782  1617121  4776582 |  2047004    58191     42 |  4.384 % |
812.26/820.14	c 820	|     87383 |   38782  1617121  4776582 |  2251705    87383     41 |  4.384 % |
1227.08/1238.62	c 1238	|    131173 |   38782  1617121  4776582 |  2476875   131173     43 |  4.384 % |
1800.08/1812.21	c ERROR INTERRUPTED
1800.08/1812.23	s UNKNOWN
1800.08/1812.23	c 1812	CPU 5.91 (0.04 0.01 5.87 0.35)
1800.08/1812.23	c 1812	END Sat Jul  5 19:26:58 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-1092730-1215277005/watcher-1092730-1215277005 -o /tmp/evaluation-result-1092730-1215277005/solver-1092730-1215277005 -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-1092730-1215277005.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: 2.02 2.00 2.00 4/72 5805
/proc/meminfo: memFree=1641600/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=4708 CPUtime=0
/proc/5805/stat : 5805 (sugar) R 5803 5805 4221 0 -1 4194304 57 0 0 0 0 0 0 0 20 0 1 0 2006675192 4820992 42 996147200 4194304 4206940 548682068608 18446744073709551615 240469996985 0 0 4096 0 0 0 0 17 1 0 0
/proc/5805/statm: 1177 42 32 3 0 8 0

[startup+0.050369 s]
/proc/loadavg: 2.02 2.00 2.00 4/72 5805
/proc/meminfo: memFree=1641600/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=0.03
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2006675192 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5805/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102114 s]
/proc/loadavg: 2.02 2.00 2.00 4/72 5805
/proc/meminfo: memFree=1641600/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=0.03
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006675192 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301127 s]
/proc/loadavg: 2.02 2.00 2.00 4/72 5805
/proc/meminfo: memFree=1641600/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=0.03
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006675192 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701177 s]
/proc/loadavg: 2.02 2.00 2.00 4/72 5805
/proc/meminfo: memFree=1641600/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=0.03
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006675192 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50124 s]
/proc/loadavg: 2.02 2.00 2.00 4/83 5817
/proc/meminfo: memFree=1617512/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=1.21
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 973 10315 0 1 3 0 113 5 16 0 1 0 2006675192 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5805/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 13600

[startup+3.10239 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 5827
/proc/meminfo: memFree=1622632/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=1.21
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 974 10315 0 1 3 0 113 5 15 0 1 0 2006675192 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5805/statm: 3400 797 370 3 0 500 0
[pid=5818] ppid=5805 vsize=5356 CPUtime=0
/proc/5818/stat : 5818 (sh) S 5805 5805 4221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006675323 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5818/statm: 1339 233 193 169 0 50 0
[pid=5819] ppid=5818 vsize=868644 CPUtime=1.75
/proc/5819/stat : 5819 (java) S 5818 5805 4221 0 -1 0 11609 0 1 0 169 6 0 0 18 0 9 0 2006675324 889491456 10586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5819/statm: 217161 10586 2540 9 0 211736 0
[pid=5819/tid=5820] ppid=5818 vsize=868644 CPUtime=0.87
/proc/5819/task/5820/stat : 5820 (java) R 5818 5805 4221 0 -1 64 2869 0 1 0 86 1 0 0 22 0 9 0 2006675325 889491456 10586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5819/tid=5821] ppid=5818 vsize=868644 CPUtime=0.64
/proc/5819/task/5821/stat : 5821 (java) R 5818 5805 4221 0 -1 64 6585 0 0 0 61 3 0 0 16 0 9 0 2006675326 889491456 10586 996147200 134512640 134550740 4294955952 18446744073709551615 102731776 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5819/tid=5822] ppid=5818 vsize=868644 CPUtime=0
/proc/5819/task/5822/stat : 5822 (java) S 5818 5805 4221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006675326 889491456 10586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5819/tid=5823] ppid=5818 vsize=868644 CPUtime=0
/proc/5819/task/5823/stat : 5823 (java) S 5818 5805 4221 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006675326 889491456 10586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5819/tid=5824] ppid=5818 vsize=868644 CPUtime=0
/proc/5819/task/5824/stat : 5824 (java) S 5818 5805 4221 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006675328 889491456 10586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5819/tid=5825] ppid=5818 vsize=868644 CPUtime=0.21
/proc/5819/task/5825/stat : 5825 (java) S 5818 5805 4221 0 -1 64 1462 0 0 0 21 0 0 0 16 0 9 0 2006675328 889491456 10586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5819/tid=5826] ppid=5818 vsize=868644 CPUtime=0
/proc/5819/task/5826/stat : 5826 (java) S 5818 5805 4221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006675328 889491456 10586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5819/tid=5827] ppid=5818 vsize=868644 CPUtime=0
/proc/5819/task/5827/stat : 5827 (java) S 5818 5805 4221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006675328 889491456 10586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 887600

[startup+6.30266 s]
/proc/loadavg: 2.18 2.03 2.01 3/83 5827
/proc/meminfo: memFree=1584040/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=1.22
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 974 10315 0 1 3 1 113 5 15 0 1 0 2006675192 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5805/statm: 3400 797 370 3 0 500 0
[pid=5818] ppid=5805 vsize=5356 CPUtime=0
/proc/5818/stat : 5818 (sh) S 5805 5805 4221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006675323 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5818/statm: 1339 233 193 169 0 50 0
[pid=5819] ppid=5818 vsize=868504 CPUtime=4.91
/proc/5819/stat : 5819 (java) S 5818 5805 4221 0 -1 0 12189 0 1 0 464 27 0 0 18 0 9 0 2006675324 889348096 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5819/statm: 217126 10725 2565 9 0 211673 0
[pid=5819/tid=5820] ppid=5818 vsize=868504 CPUtime=3.8
/proc/5819/task/5820/stat : 5820 (java) R 5818 5805 4221 0 -1 64 3415 0 1 0 360 20 0 0 25 0 9 0 2006675325 889348096 10725 996147200 134512640 134550740 4294955952 18446744073709551615 103893204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5819/tid=5821] ppid=5818 vsize=868504 CPUtime=0.81
/proc/5819/task/5821/stat : 5821 (java) S 5818 5805 4221 0 -1 64 6586 0 0 0 76 5 0 0 15 0 9 0 2006675326 889348096 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5819/tid=5822] ppid=5818 vsize=868504 CPUtime=0
/proc/5819/task/5822/stat : 5822 (java) S 5818 5805 4221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006675326 889348096 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5819/tid=5823] ppid=5818 vsize=868504 CPUtime=0
/proc/5819/task/5823/stat : 5823 (java) S 5818 5805 4221 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006675326 889348096 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5819/tid=5824] ppid=5818 vsize=868504 CPUtime=0
/proc/5819/task/5824/stat : 5824 (java) S 5818 5805 4221 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006675328 889348096 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5819/tid=5825] ppid=5818 vsize=868504 CPUtime=0.26
/proc/5819/task/5825/stat : 5825 (java) S 5818 5805 4221 0 -1 64 1495 0 0 0 26 0 0 0 16 0 9 0 2006675328 889348096 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5819/tid=5826] ppid=5818 vsize=868504 CPUtime=0
/proc/5819/task/5826/stat : 5826 (java) S 5818 5805 4221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006675328 889348096 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5819/tid=5827] ppid=5818 vsize=868504 CPUtime=0
/proc/5819/task/5827/stat : 5827 (java) S 5818 5805 4221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006675328 889348096 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887460

[startup+12.7012 s]
/proc/loadavg: 2.24 2.05 2.02 3/75 5829
/proc/meminfo: memFree=1535720/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=6.25
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 1031 22822 0 2 3 1 586 35 16 0 1 0 2006675192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5805/statm: 3400 798 370 3 0 500 0
[pid=5828] ppid=5805 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5805 5805 4221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006675836 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=74548 CPUtime=6.17
/proc/5829/stat : 5829 (minisat) R 5828 5805 4221 0 -1 4194304 17777 0 0 0 603 14 0 0 25 0 1 0 2006675836 76337152 17763 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5829/statm: 18637 17763 76 150 0 18484 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 93504

[startup+25.5014 s]
/proc/loadavg: 2.19 2.05 2.01 3/75 5829
/proc/meminfo: memFree=1535208/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=6.25
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 1031 22822 0 2 3 1 586 35 16 0 1 0 2006675192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5805/statm: 3400 798 370 3 0 500 0
[pid=5828] ppid=5805 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5805 5805 4221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006675836 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=75208 CPUtime=18.85
/proc/5829/stat : 5829 (minisat) R 5828 5805 4221 0 -1 4194304 17949 0 0 0 1871 14 0 0 25 0 1 0 2006675836 77012992 17935 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5829/statm: 18802 17935 76 150 0 18649 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 94164

[startup+51.1016 s]
/proc/loadavg: 2.12 2.04 2.01 3/75 5829
/proc/meminfo: memFree=1534696/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=6.26
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 1031 22822 0 2 4 1 586 35 16 0 1 0 2006675192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5805/statm: 3400 798 370 3 0 500 0
[pid=5828] ppid=5805 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5805 5805 4221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006675836 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=75620 CPUtime=44.22
/proc/5829/stat : 5829 (minisat) R 5828 5805 4221 0 -1 4194304 18067 0 0 0 4407 15 0 0 25 0 1 0 2006675836 77434880 18053 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5829/statm: 18905 18053 76 150 0 18752 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 94576

[startup+102.306 s]
/proc/loadavg: 2.05 2.03 2.01 3/75 5829
/proc/meminfo: memFree=1533736/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=6.26
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 1031 22822 0 2 4 1 586 35 16 0 1 0 2006675192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5805/statm: 3400 798 370 3 0 500 0
[pid=5828] ppid=5805 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5805 5805 4221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006675836 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=76544 CPUtime=94.94
/proc/5829/stat : 5829 (minisat) R 5828 5805 4221 0 -1 4194304 18304 0 0 0 9479 15 0 0 25 0 1 0 2006675836 78381056 18290 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 1 0 0
/proc/5829/statm: 19136 18290 76 150 0 18983 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 95500

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 5829
/proc/meminfo: memFree=1532456/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=6.26
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 1031 22822 0 2 4 1 586 35 16 0 1 0 2006675192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5805/statm: 3400 798 370 3 0 500 0
[pid=5828] ppid=5805 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5805 5805 4221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006675836 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=77912 CPUtime=154.38
/proc/5829/stat : 5829 (minisat) R 5828 5805 4221 0 -1 4194304 18623 0 0 0 15422 16 0 0 25 0 1 0 2006675836 79781888 18609 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5829/statm: 19478 18609 76 150 0 19325 0
Current children cumulated CPU time (s) 160.64

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

/proc/meminfo: memFree=1451752/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=6.26
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 1031 22822 0 2 4 1 586 35 16 0 1 0 2006675192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5805/statm: 3400 798 370 3 0 500 0
[pid=5828] ppid=5805 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5805 5805 4221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006675836 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=103256 CPUtime=1284.5
/proc/5829/stat : 5829 (minisat) R 5828 5805 4221 0 -1 4194304 24904 0 0 0 128422 28 0 0 25 0 1 0 2006675836 105734144 24890 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5829/statm: 25814 24890 76 150 0 25661 0
Current children cumulated CPU time (s) 1290.76
Current children cumulated vsize (KiB) 122212

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 6004
/proc/meminfo: memFree=1469984/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=6.26
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 1031 22822 0 2 4 1 586 35 16 0 1 0 2006675192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5805/statm: 3400 798 370 3 0 500 0
[pid=5828] ppid=5805 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5805 5805 4221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006675836 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=104576 CPUtime=1344.46
/proc/5829/stat : 5829 (minisat) R 5828 5805 4221 0 -1 4194304 25230 0 0 0 134413 33 0 0 25 0 1 0 2006675836 107085824 25216 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5829/statm: 26144 25216 76 150 0 25991 0
Current children cumulated CPU time (s) 1350.72
Current children cumulated vsize (KiB) 123532

[startup+1422.31 s]
/proc/loadavg: 2.08 2.03 2.01 3/77 6066
/proc/meminfo: memFree=1246616/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=6.26
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 1031 22822 0 2 4 1 586 35 16 0 1 0 2006675192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5805/statm: 3400 798 370 3 0 500 0
[pid=5828] ppid=5805 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5805 5805 4221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006675836 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=105896 CPUtime=1404.18
/proc/5829/stat : 5829 (minisat) R 5828 5805 4221 0 -1 4194304 25553 0 0 0 140379 39 0 0 25 0 1 0 2006675836 108437504 25539 996147200 134512640 135127466 4294956256 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 0 0 0
/proc/5829/statm: 26474 25539 76 150 0 26321 0
Current children cumulated CPU time (s) 1410.44
Current children cumulated vsize (KiB) 124852

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/77 6066
/proc/meminfo: memFree=1067864/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=6.26
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 1031 22822 0 2 4 1 586 35 16 0 1 0 2006675192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5805/statm: 3400 798 370 3 0 500 0
[pid=5828] ppid=5805 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5805 5805 4221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006675836 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=107352 CPUtime=1464.05
/proc/5829/stat : 5829 (minisat) R 5828 5805 4221 0 -1 4194304 25925 0 0 0 146365 40 0 0 25 0 1 0 2006675836 109928448 25911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5829/statm: 26838 25911 76 150 0 26685 0
Current children cumulated CPU time (s) 1470.31
Current children cumulated vsize (KiB) 126308

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 6103
/proc/meminfo: memFree=1498088/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=6.26
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 1031 22822 0 2 4 1 586 35 16 0 1 0 2006675192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5805/statm: 3400 798 370 3 0 500 0
[pid=5828] ppid=5805 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5805 5805 4221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006675836 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=108680 CPUtime=1524.02
/proc/5829/stat : 5829 (minisat) R 5828 5805 4221 0 -1 4194304 26285 0 0 0 152360 42 0 0 25 0 1 0 2006675836 111288320 26271 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/5829/statm: 27170 26271 76 150 0 27017 0
Current children cumulated CPU time (s) 1530.28
Current children cumulated vsize (KiB) 127636

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 6103
/proc/meminfo: memFree=1496360/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=6.26
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 1031 22822 0 2 4 1 586 35 16 0 1 0 2006675192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5805/statm: 3400 798 370 3 0 500 0
[pid=5828] ppid=5805 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5805 5805 4221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006675836 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=110132 CPUtime=1583.99
/proc/5829/stat : 5829 (minisat) R 5828 5805 4221 0 -1 4194304 26651 0 0 0 158357 42 0 0 25 0 1 0 2006675836 112775168 26637 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/5829/statm: 27533 26637 76 150 0 27380 0
Current children cumulated CPU time (s) 1590.25
Current children cumulated vsize (KiB) 129088

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6103
/proc/meminfo: memFree=1495016/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=6.26
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 1031 22822 0 2 4 1 586 35 16 0 1 0 2006675192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5805/statm: 3400 798 370 3 0 500 0
[pid=5828] ppid=5805 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5805 5805 4221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006675836 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=111324 CPUtime=1643.97
/proc/5829/stat : 5829 (minisat) R 5828 5805 4221 0 -1 4194304 26967 0 0 0 164355 42 0 0 25 0 1 0 2006675836 113995776 26953 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5829/statm: 27831 26953 76 150 0 27678 0
Current children cumulated CPU time (s) 1650.23
Current children cumulated vsize (KiB) 130280

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6103
/proc/meminfo: memFree=1493736/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=6.26
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 1031 22822 0 2 4 1 586 35 16 0 1 0 2006675192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5805/statm: 3400 798 370 3 0 500 0
[pid=5828] ppid=5805 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5805 5805 4221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006675836 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=112644 CPUtime=1703.96
/proc/5829/stat : 5829 (minisat) R 5828 5805 4221 0 -1 4194304 27283 0 0 0 170352 44 0 0 25 0 1 0 2006675836 115347456 27269 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5829/statm: 28161 27269 76 150 0 28008 0
Current children cumulated CPU time (s) 1710.22
Current children cumulated vsize (KiB) 131600

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6103
/proc/meminfo: memFree=1492008/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=6.26
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 1031 22822 0 2 4 1 586 35 16 0 1 0 2006675192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5805/statm: 3400 798 370 3 0 500 0
[pid=5828] ppid=5805 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5805 5805 4221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006675836 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=113844 CPUtime=1763.93
/proc/5829/stat : 5829 (minisat) R 5828 5805 4221 0 -1 4194304 27604 0 0 0 176349 44 0 0 25 0 1 0 2006675836 116576256 27590 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5829/statm: 28461 27590 76 150 0 28308 0
Current children cumulated CPU time (s) 1770.19
Current children cumulated vsize (KiB) 132800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6103
/proc/meminfo: memFree=1491432/2055920 swapFree=4180972/4192956
[pid=5805] ppid=5803 vsize=13600 CPUtime=6.26
/proc/5805/stat : 5805 (sugar) S 5803 5805 4221 0 -1 4194304 1031 22822 0 2 4 1 586 35 16 0 1 0 2006675192 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5805/statm: 3400 798 370 3 0 500 0
[pid=5828] ppid=5805 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5805 5805 4221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006675836 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=114504 CPUtime=1793.82
/proc/5829/stat : 5829 (minisat) R 5828 5805 4221 0 -1 4194304 27751 0 0 0 179338 44 0 0 25 0 1 0 2006675836 117252096 27737 996147200 134512640 135127466 4294956256 18446744073709551615 134527688 0 0 4096 3 0 0 0 17 0 0 0
/proc/5829/statm: 28626 27737 76 150 0 28473 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 133460

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 5805 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=911101
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=384941
# CPU time returned by wait4() is 6.29604
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.24
CPU time (s): 1800.08
CPU user time (s): 1799.28
CPU system time (s): 0.8
CPU usage (%): 99.3289
Max. virtual memory (cumulated for all children) (KiB): 887600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.9111
system time used= 0.384941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24198
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= 5441
involuntary context switches= 5404

runsolver used 2.28265 second user time and 5.96909 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-05 18:56:46
IDJOB=1092730
IDBENCH=58651
IDSOLVER=346
FILE ID=node15/1092730-1215277005
PBS_JOBID= 7882191
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-40.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-1092730-1215277005/watcher-1092730-1215277005 -o /tmp/evaluation-result-1092730-1215277005/solver-1092730-1215277005 -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-1092730-1215277005.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 40a3acaa544741df45dd665a69096ec7
RANDOM SEED=1930221525

node15.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.229
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.229
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:       1642080 kB
Buffers:         75484 kB
Cached:         248500 kB
SwapCached:       6020 kB
Active:         226516 kB
Inactive:       125092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642080 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            2788 kB
Writeback:           0 kB
Mapped:          35172 kB
Slab:            47392 kB
Committed_AS:  3684724 kB
PageTables:       1900 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= 66496 MiB
End job on node15 at 2008-07-05 19:27:00