Trace number 1070602

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.03 1803.46

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-cardinality-71-70.xml
MD5SUM169d5c36ea31b7cbc30dbf69abb51501
Bench CategoryGLOBAL (global constraints)
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 variables4970
Number of constraints141
Maximum constraint arity71
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(141)

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 12:07:21 2008
0.00/0.04	c 0	PID 4047
0.00/0.05	c 0	HOST node30.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070602-1215166040.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-1070602-1215166040.xml' 'HOME/temp.csp'
0.03/0.75	c 0	1 domains, 4970 variables, 0 predicates, 0 relations, 141 constraints
0.03/0.79	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	c 0	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.71/0.87	c 0	Parsing HOME/temp.csp
1.10/1.20	c 1	parsed 5112 expressions
1.10/1.21	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.21	c 1	Converting to clausal form CSP
1.10/1.24	c 1	converted 512 (10%) expressions
1.10/1.24	c 1	converted 1023 (20%) expressions
1.10/1.26	c 1	converted 1534 (30%) expressions
1.10/1.26	c 1	converted 2045 (40%) expressions
1.10/1.26	c 1	converted 2556 (50%) expressions
1.10/1.26	c 1	converted 3068 (60%) expressions
1.10/1.26	c 1	converted 3579 (70%) expressions
1.10/1.26	c 1	converted 4090 (80%) expressions
1.10/1.26	c 1	converted 4601 (90%) expressions
2.09/2.23	c 2	converted 5112 (100%) expressions
2.09/2.24	c 2	CSP : 14628 integers, 0 booleans, 19457 clauses, largest domain size 37
2.09/2.24	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.24	c 2	Propagation in CSP
2.28/2.48	c 2	21000 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.28/2.49	c 2	CSP : 14628 integers, 0 booleans, 19457 clauses, largest domain size 36
2.28/2.49	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.38/2.50	c 2	Simplifing CSP by introducing new Boolean variables
2.38/2.51	c 2	CSP : 14628 integers, 0 booleans, 19457 clauses, largest domain size 36
2.38/2.51	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.48/2.60	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.48/2.63	c 2	1463 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.48/2.64	c 2	2926 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.48/2.64	c 2	4389 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.48/2.65	c 2	5852 (40%) CSP integer variables are encoded (3772 clauses, 49100 bytes)
2.48/2.66	c 2	7314 (50%) CSP integer variables are encoded (10093 clauses, 143302 bytes)
2.48/2.67	c 2	8777 (60%) CSP integer variables are encoded (16430 clauses, 238357 bytes)
2.48/2.68	c 2	10240 (70%) CSP integer variables are encoded (20874 clauses, 305017 bytes)
2.48/2.68	c 2	11703 (80%) CSP integer variables are encoded (20874 clauses, 305017 bytes)
2.48/2.68	c 2	13166 (90%) CSP integer variables are encoded (20874 clauses, 305017 bytes)
2.48/2.69	c 2	14628 (100%) CSP integer variables are encoded (20874 clauses, 305017 bytes)
2.68/2.82	c 2	1946 (10%) CSP clauses are encoded (64530 clauses, 1053016 bytes)
2.78/2.91	c 2	3892 (20%) CSP clauses are encoded (108430 clauses, 1925795 bytes)
2.88/3.01	c 2	5838 (30%) CSP clauses are encoded (152966 clauses, 2811927 bytes)
2.98/3.10	c 3	7783 (40%) CSP clauses are encoded (196811 clauses, 3683670 bytes)
2.98/3.20	c 3	9729 (50%) CSP clauses are encoded (241333 clauses, 4569534 bytes)
3.07/3.22	c 3	11675 (60%) CSP clauses are encoded (245211 clauses, 4629772 bytes)
3.07/3.24	c 3	13620 (70%) CSP clauses are encoded (249086 clauses, 4690017 bytes)
3.07/3.27	c 3	15566 (80%) CSP clauses are encoded (252964 clauses, 4750354 bytes)
3.07/3.29	c 3	17512 (90%) CSP clauses are encoded (256842 clauses, 4810693 bytes)
3.18/3.31	c 3	19457 (100%) CSP clauses are encoded (260719 clauses, 4871015 bytes)
3.18/3.31	c 3	19457 CSP clauses encoded
3.18/3.31	c 3	Writing map file : HOME/temp.map
3.18/3.38	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.38	c 3	SAT : 35502 SAT variables, 260719 SAT clauses, 4871015 bytes
3.18/3.38	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.40	c 3	SOLVING HOME/temp.cnf
3.18/3.40	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.29/3.40	c 3	This is MiniSat 2.0 beta
3.29/3.40	c 3	WARNING: for repeatability, setting FPU to use double precision
3.29/3.40	c 3	============================[ Problem Statistics ]=============================
3.29/3.40	c 3	|                                                                             |
3.29/3.40	c 3	|  Number of variables:  35502                                                |
3.29/3.40	c 3	|  Number of clauses:    260719                                               |
3.29/3.54	c 3	|  Parsing time:         0.12         s                                       |
3.29/3.55	c 3	============================[ Search Statistics ]==============================
3.29/3.55	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.29/3.55	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.29/3.55	c 3	===============================================================================
3.29/3.55	c 3	|         0 |   35502   260719   695248 |    86906        0    nan |  0.000 % |
3.29/3.66	c 3	|       103 |   35502   260719   695248 |    95596      103    164 |  0.000 % |
3.29/3.74	c 3	|       253 |   35502   260719   695248 |   105156      253     89 |  0.000 % |
3.29/3.80	c 3	|       478 |   35502   260719   695248 |   115672      478     63 |  0.000 % |
3.29/3.93	c 3	|       815 |   35502   260719   695248 |   127239      815     61 |  0.000 % |
3.29/4.04	c 4	|      1322 |   35502   260719   695248 |   139963     1322     49 |  0.000 % |
3.29/4.20	c 4	|      2082 |   35502   260719   695248 |   153959     2082     38 |  0.000 % |
4.36/4.51	c 4	|      3221 |   35502   260719   695248 |   169355     3221     37 |  0.000 % |
4.96/5.12	c 5	|      4930 |   35502   260719   695248 |   186291     4930     44 |  0.000 % |
6.45/6.64	c 6	|      7492 |   35502   260719   695248 |   204920     7492     88 |  0.000 % |
7.45/7.66	c 7	|     11336 |   35502   260719   695248 |   225412    11336     71 |  0.000 % |
9.81/10.01	c 9	|     17102 |   35502   260719   695248 |   247953    17102     86 |  0.000 % |
13.78/14.05	c 14	|     25754 |   35502   260719   695248 |   272749    25754     76 |  0.000 % |
18.53/18.83	c 18	|     38728 |   35502   260719   695248 |   300024    38728     58 |  0.000 % |
37.75/38.24	c 38	|     58189 |   35502   260719   695248 |   330026    58189    109 |  0.000 % |
53.99/54.67	c 54	|     87382 |   35502   260719   695248 |   363029    87382     98 |  0.000 % |
83.62/84.57	c 84	|    131173 |   35502   260719   695248 |   399332   131173     76 |  0.000 % |
162.67/164.33	c 164	|    196857 |   35502   260719   695248 |   439265   196857     96 |  0.000 % |
338.88/341.10	c 341	|    295383 |   35502   260719   695248 |   483192   295383    118 |  0.000 % |
626.64/629.18	c 629	|    443172 |   35502   260719   695248 |   531511   443172    112 |  0.000 % |
1021.93/1024.70	c 1024	|    664855 |   35502   260719   695248 |   584662   122594    124 |  0.000 % |
1800.03/1803.41	c ERROR INTERRUPTED
1800.03/1803.45	s UNKNOWN
1800.03/1803.45	c 1803	CPU 3.13 (0.04 0.01 3.09 0.15)
1800.03/1803.45	c 1803	END Fri Jul  4 12:37:24 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-1070602-1215166040/watcher-1070602-1215166040 -o /tmp/evaluation-result-1070602-1215166040/solver-1070602-1215166040 -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-1070602-1215166040.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.07 2.03 2.00 4/72 4047
/proc/meminfo: memFree=1723592/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=12000 CPUtime=0
/proc/4047/stat : 4047 (sugar) R 4045 4047 3406 0 -1 4194304 203 0 0 0 0 0 0 0 23 0 1 0 1995577741 12288000 171 996147200 4194304 4206940 548682068608 18446744073709551615 264907471888 0 0 4224 0 0 0 0 17 1 0 0
/proc/4047/statm: 3000 171 132 3 0 100 0

[startup+0.076331 s]
/proc/loadavg: 2.07 2.03 2.00 4/72 4047
/proc/meminfo: memFree=1723592/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=0.03
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995577741 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4047/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.108345 s]
/proc/loadavg: 2.07 2.03 2.00 4/72 4047
/proc/meminfo: memFree=1723592/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=0.03
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995577741 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4047/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30134 s]
/proc/loadavg: 2.07 2.03 2.00 4/72 4047
/proc/meminfo: memFree=1723592/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=0.03
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995577741 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4047/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701372 s]
/proc/loadavg: 2.07 2.03 2.00 4/72 4047
/proc/meminfo: memFree=1723592/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=0.03
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995577741 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4047/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50142 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 4069
/proc/meminfo: memFree=1715632/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=0.71
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 973 5312 0 1 3 0 65 3 15 0 1 0 1995577741 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4047/statm: 3400 797 370 3 0 500 0
[pid=4060] ppid=4047 vsize=5356 CPUtime=0
/proc/4060/stat : 4060 (sh) S 4047 4047 3406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995577820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4060/statm: 1339 233 193 169 0 50 0
[pid=4061] ppid=4060 vsize=868272 CPUtime=0.69
/proc/4061/stat : 4061 (java) S 4060 4047 3406 0 -1 0 5896 0 1 0 65 4 0 0 18 0 9 0 1995577820 889110528 5302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4061/statm: 217068 5302 1730 9 0 211643 0
[pid=4061/tid=4062] ppid=4060 vsize=868272 CPUtime=0.4
/proc/4061/task/4062/stat : 4062 (java) R 4060 4047 3406 0 -1 64 2666 0 1 0 39 1 0 0 18 0 9 0 1995577821 889110528 5302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4061/tid=4063] ppid=4060 vsize=868272 CPUtime=0.05
/proc/4061/task/4063/stat : 4063 (java) R 4060 4047 3406 0 -1 64 1075 0 0 0 5 0 0 0 16 0 9 0 1995577822 889110528 5302 996147200 134512640 134550740 4294955952 18446744073709551615 102516878 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4061/tid=4064] ppid=4060 vsize=868272 CPUtime=0
/proc/4061/task/4064/stat : 4064 (java) S 4060 4047 3406 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1995577823 889110528 5302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4061/tid=4065] ppid=4060 vsize=868272 CPUtime=0
/proc/4061/task/4065/stat : 4065 (java) S 4060 4047 3406 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1995577823 889110528 5302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4061/tid=4066] ppid=4060 vsize=868272 CPUtime=0
/proc/4061/task/4066/stat : 4066 (java) S 4060 4047 3406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995577825 889110528 5302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4061/tid=4067] ppid=4060 vsize=868272 CPUtime=0.19
/proc/4061/task/4067/stat : 4067 (java) S 4060 4047 3406 0 -1 64 1463 0 0 0 19 0 0 0 16 0 9 0 1995577825 889110528 5302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4061/tid=4068] ppid=4060 vsize=868272 CPUtime=0
/proc/4061/task/4068/stat : 4068 (java) S 4060 4047 3406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995577825 889110528 5302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4061/tid=4069] ppid=4060 vsize=868272 CPUtime=0
/proc/4061/task/4069/stat : 4069 (java) S 4060 4047 3406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995577825 889110528 5302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887228

[startup+3.10253 s]
/proc/loadavg: 2.07 2.03 2.00 4/83 4069
/proc/meminfo: memFree=1697904/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=0.71
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 974 5312 0 1 3 0 65 3 15 0 1 0 1995577741 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4047/statm: 3400 797 370 3 0 500 0
[pid=4060] ppid=4047 vsize=5356 CPUtime=0
/proc/4060/stat : 4060 (sh) S 4047 4047 3406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995577820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4060/statm: 1339 233 193 169 0 50 0
[pid=4061] ppid=4060 vsize=868500 CPUtime=2.27
/proc/4061/stat : 4061 (java) S 4060 4047 3406 0 -1 0 10017 0 1 0 219 8 0 0 18 0 9 0 1995577820 889344000 8979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4061/statm: 217125 8979 2565 9 0 211672 0
[pid=4061/tid=4062] ppid=4060 vsize=868500 CPUtime=1.52
/proc/4061/task/4062/stat : 4062 (java) R 4060 4047 3406 0 -1 64 2988 0 1 0 148 4 0 0 25 0 9 0 1995577821 889344000 8979 996147200 134512640 134550740 4294955952 18446744073709551615 4160647107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4061/tid=4063] ppid=4060 vsize=868500 CPUtime=0.45
/proc/4061/task/4063/stat : 4063 (java) S 4060 4047 3406 0 -1 64 4830 0 0 0 43 2 0 0 15 0 9 0 1995577822 889344000 8979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4061/tid=4064] ppid=4060 vsize=868500 CPUtime=0
/proc/4061/task/4064/stat : 4064 (java) S 4060 4047 3406 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995577823 889344000 8979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4061/tid=4065] ppid=4060 vsize=868500 CPUtime=0
/proc/4061/task/4065/stat : 4065 (java) S 4060 4047 3406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995577823 889344000 8979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4061/tid=4066] ppid=4060 vsize=868500 CPUtime=0
/proc/4061/task/4066/stat : 4066 (java) S 4060 4047 3406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995577825 889344000 8979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4061/tid=4067] ppid=4060 vsize=868500 CPUtime=0.27
/proc/4061/task/4067/stat : 4067 (java) S 4060 4047 3406 0 -1 64 1506 0 0 0 26 1 0 0 16 0 9 0 1995577825 889344000 8979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4061/tid=4068] ppid=4060 vsize=868500 CPUtime=0
/proc/4061/task/4068/stat : 4068 (java) S 4060 4047 3406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995577825 889344000 8979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4061/tid=4069] ppid=4060 vsize=868500 CPUtime=0
/proc/4061/task/4069/stat : 4069 (java) S 4060 4047 3406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995577825 889344000 8979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887456

[startup+6.30274 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 4071
/proc/meminfo: memFree=1700912/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 15 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4047 4047 3406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995578081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 232 193 169 0 50 0
[pid=4071] ppid=4070 vsize=17536 CPUtime=2.86
/proc/4071/stat : 4071 (minisat) R 4070 4047 3406 0 -1 4194304 4166 0 0 0 284 2 0 0 25 0 1 0 1995578082 17956864 4152 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4071/statm: 4384 4152 76 150 0 4231 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 36492

[startup+12.7011 s]
/proc/loadavg: 2.06 2.02 2.00 3/75 4071
/proc/meminfo: memFree=1694256/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 16 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4047 4047 3406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995578081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 232 193 169 0 50 0
[pid=4071] ppid=4070 vsize=23384 CPUtime=9.19
/proc/4071/stat : 4071 (minisat) R 4070 4047 3406 0 -1 4194304 5614 0 0 0 916 3 0 0 25 0 1 0 1995578082 23945216 5600 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/4071/statm: 5846 5600 76 150 0 5693 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 42340

[startup+25.503 s]
/proc/loadavg: 2.05 2.02 2.00 3/75 4071
/proc/meminfo: memFree=1685616/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 16 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4047 4047 3406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995578081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 232 193 169 0 50 0
[pid=4071] ppid=4070 vsize=31948 CPUtime=21.88
/proc/4071/stat : 4071 (minisat) R 4070 4047 3406 0 -1 4194304 7756 0 0 0 2182 6 0 0 25 0 1 0 1995578082 32714752 7742 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4071/statm: 7987 7742 76 150 0 7834 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 50904

[startup+51.1026 s]
/proc/loadavg: 2.03 2.02 2.00 3/75 4071
/proc/meminfo: memFree=1666928/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 16 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4047 4047 3406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995578081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 232 193 169 0 50 0
[pid=4071] ppid=4070 vsize=50696 CPUtime=47.23
/proc/4071/stat : 4071 (minisat) R 4070 4047 3406 0 -1 4194304 12453 0 0 0 4713 10 0 0 25 0 1 0 1995578082 51912704 12439 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4071/statm: 12674 12439 76 150 0 12521 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 69652

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 4071
/proc/meminfo: memFree=1641840/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 16 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4047 4047 3406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995578081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 232 193 169 0 50 0
[pid=4071] ppid=4070 vsize=75708 CPUtime=97.96
/proc/4071/stat : 4071 (minisat) R 4070 4047 3406 0 -1 4194304 18596 0 0 0 9782 14 0 0 25 0 1 0 1995578082 77524992 18582 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/4071/statm: 18927 18582 76 150 0 18774 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 94664

[startup+162.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 4071
/proc/meminfo: memFree=1618160/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 16 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1396648/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 16 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4047 4047 3406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995578081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 232 193 169 0 50 0
[pid=4071] ppid=4070 vsize=292772 CPUtime=1296.03
/proc/4071/stat : 4071 (minisat) R 4070 4047 3406 0 -1 4194304 72477 0 0 0 129534 69 0 0 25 0 1 0 1995578082 299798528 72463 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4071/statm: 73193 72463 76 150 0 73040 0
Current children cumulated CPU time (s) 1299.32
Current children cumulated vsize (KiB) 311728

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 4168
/proc/meminfo: memFree=1396648/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 16 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4047 4047 3406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995578081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 232 193 169 0 50 0
[pid=4071] ppid=4070 vsize=292772 CPUtime=1355.98
/proc/4071/stat : 4071 (minisat) R 4070 4047 3406 0 -1 4194304 72477 0 0 0 135528 70 0 0 25 0 1 0 1995578082 299798528 72463 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/4071/statm: 73193 72463 76 150 0 73040 0
Current children cumulated CPU time (s) 1359.27
Current children cumulated vsize (KiB) 311728

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4168
/proc/meminfo: memFree=1396584/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 16 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4047 4047 3406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995578081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 232 193 169 0 50 0
[pid=4071] ppid=4070 vsize=292772 CPUtime=1415.94
/proc/4071/stat : 4071 (minisat) R 4070 4047 3406 0 -1 4194304 72477 0 0 0 141524 70 0 0 25 0 1 0 1995578082 299798528 72463 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4071/statm: 73193 72463 76 150 0 73040 0
Current children cumulated CPU time (s) 1419.23
Current children cumulated vsize (KiB) 311728

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4168
/proc/meminfo: memFree=1396584/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 16 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4047 4047 3406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995578081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 232 193 169 0 50 0
[pid=4071] ppid=4070 vsize=292772 CPUtime=1475.89
/proc/4071/stat : 4071 (minisat) R 4070 4047 3406 0 -1 4194304 72477 0 0 0 147519 70 0 0 25 0 1 0 1995578082 299798528 72463 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4071/statm: 73193 72463 76 150 0 73040 0
Current children cumulated CPU time (s) 1479.18
Current children cumulated vsize (KiB) 311728

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4168
/proc/meminfo: memFree=1396584/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 16 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4047 4047 3406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995578081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 232 193 169 0 50 0
[pid=4071] ppid=4070 vsize=292772 CPUtime=1535.85
/proc/4071/stat : 4071 (minisat) R 4070 4047 3406 0 -1 4194304 72477 0 0 0 153515 70 0 0 25 0 1 0 1995578082 299798528 72463 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4071/statm: 73193 72463 76 150 0 73040 0
Current children cumulated CPU time (s) 1539.14
Current children cumulated vsize (KiB) 311728

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4168
/proc/meminfo: memFree=1396584/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 16 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4047 4047 3406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995578081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 232 193 169 0 50 0
[pid=4071] ppid=4070 vsize=292772 CPUtime=1595.8
/proc/4071/stat : 4071 (minisat) R 4070 4047 3406 0 -1 4194304 72477 0 0 0 159510 70 0 0 25 0 1 0 1995578082 299798528 72463 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4071/statm: 73193 72463 76 150 0 73040 0
Current children cumulated CPU time (s) 1599.09
Current children cumulated vsize (KiB) 311728

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4168
/proc/meminfo: memFree=1396584/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 16 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4047 4047 3406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995578081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 232 193 169 0 50 0
[pid=4071] ppid=4070 vsize=292772 CPUtime=1655.75
/proc/4071/stat : 4071 (minisat) R 4070 4047 3406 0 -1 4194304 72479 0 0 0 165505 70 0 0 25 0 1 0 1995578082 299798528 72465 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/4071/statm: 73193 72465 76 150 0 73040 0
Current children cumulated CPU time (s) 1659.04
Current children cumulated vsize (KiB) 311728

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4168
/proc/meminfo: memFree=1396584/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 16 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4047 4047 3406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995578081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 232 193 169 0 50 0
[pid=4071] ppid=4070 vsize=292772 CPUtime=1715.71
/proc/4071/stat : 4071 (minisat) R 4070 4047 3406 0 -1 4194304 72479 0 0 0 171501 70 0 0 25 0 1 0 1995578082 299798528 72465 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4071/statm: 73193 72465 76 150 0 73040 0
Current children cumulated CPU time (s) 1719
Current children cumulated vsize (KiB) 311728

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4168
/proc/meminfo: memFree=1396264/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 16 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4047 4047 3406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995578081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 232 193 169 0 50 0
[pid=4071] ppid=4070 vsize=292772 CPUtime=1775.66
/proc/4071/stat : 4071 (minisat) R 4070 4047 3406 0 -1 4194304 72479 0 0 0 177496 70 0 0 25 0 1 0 1995578082 299798528 72465 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/4071/statm: 73193 72465 76 150 0 73040 0
Current children cumulated CPU time (s) 1778.95
Current children cumulated vsize (KiB) 311728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4168
/proc/meminfo: memFree=1396264/2055920 swapFree=4117484/4192956
[pid=4047] ppid=4045 vsize=13600 CPUtime=3.29
/proc/4047/stat : 4047 (sugar) S 4045 4047 3406 0 -1 4194304 1034 15680 0 2 4 1 309 15 16 0 1 0 1995577741 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4047/statm: 3400 799 370 3 0 500 0
[pid=4070] ppid=4047 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4047 4047 3406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995578081 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 232 193 169 0 50 0
[pid=4071] ppid=4070 vsize=292772 CPUtime=1796.74
/proc/4071/stat : 4071 (minisat) R 4070 4047 3406 0 -1 4194304 72479 0 0 0 179604 70 0 0 25 0 1 0 1995578082 299798528 72465 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4071/statm: 73193 72465 76 150 0 73040 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 311728

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 4047 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=136523
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=171973
# CPU time returned by wait4() is 3.3085
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.46
CPU time (s): 1800.03
CPU user time (s): 1799.17
CPU system time (s): 0.86
CPU usage (%): 99.81
Max. virtual memory (cumulated for all children) (KiB): 887528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.13652
system time used= 0.171973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17058
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= 3661
involuntary context switches= 3548

runsolver used 2.04269 second user time and 4.74028 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-04 12:07:20
IDJOB=1070602
IDBENCH=55895
IDSOLVER=346
FILE ID=node30/1070602-1215166040
PBS_JOBID= 7881424
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-cardinality-71-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-1070602-1215166040/watcher-1070602-1215166040 -o /tmp/evaluation-result-1070602-1215166040/solver-1070602-1215166040 -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-1070602-1215166040.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 169d5c36ea31b7cbc30dbf69abb51501
RANDOM SEED=1733830215

node30.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.218
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.218
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:       1724072 kB
Buffers:         36484 kB
Cached:         135948 kB
SwapCached:      69444 kB
Active:         200044 kB
Inactive:        73624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724072 kB
SwapTotal:     4192956 kB
SwapFree:      4117484 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:         108632 kB
Slab:            43432 kB
Committed_AS:  3565468 kB
PageTables:       1836 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= 66556 MiB
End job on node30 at 2008-07-04 12:37:26