Trace number 2065527

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.14.6+minisatUNSAT 1071.39 1078.12

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-3_ext.xml
MD5SUM3a943544daeb42f629b766457a651c0a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.16582
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:52:26 2009
0.00/0.08	c 0	PID 14287
0.00/0.08	c 0	HOST node31.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2065527-1247338346.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065527-1247338346.xml' 'HOME/temp.csp'
0.06/0.66	c 0	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.06/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.62/0.74	c 1	Parsing HOME/temp.csp
1.33/1.46	c 1	parsed 31 expressions
1.33/1.47	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.47	c 1	Converting to clausal form CSP
1.33/1.49	c 1	converted 4 (10%) expressions
1.33/1.49	c 1	converted 7 (20%) expressions
1.33/1.49	c 1	converted 10 (30%) expressions
1.33/1.49	c 1	converted 13 (40%) expressions
1.33/1.49	c 1	converted 16 (50%) expressions
1.33/1.49	c 1	converted 19 (60%) expressions
1.33/1.50	c 1	converted 22 (70%) expressions
1.43/1.52	c 1	converted 25 (80%) expressions
1.93/2.06	c 2	converted 28 (90%) expressions
2.61/2.74	c 3	converted 31 (100%) expressions
2.61/2.74	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.61/2.74	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.61/2.74	c 3	Propagation in CSP
2.61/2.74	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.61/2.74	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.61/2.74	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.61/2.74	c 3	Simplifing CSP by introducing new Boolean variables
2.61/2.74	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.61/2.74	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.82/2.98	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.82/2.98	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.82/2.98	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.82/2.98	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.82/2.98	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.82/2.98	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.82/2.98	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.82/2.99	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.82/2.99	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.82/2.99	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.82/2.99	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
155.95/157.24	c 157	1 (10%) CSP clauses are encoded (140672 clauses, 6284566 bytes)
309.34/310.90	c 311	2 (20%) CSP clauses are encoded (281852 clauses, 13552720 bytes)
468.03/471.37	c 471	3 (30%) CSP clauses are encoded (422543 clauses, 20807194 bytes)
619.77/623.33	c 623	4 (40%) CSP clauses are encoded (563047 clauses, 27603472 bytes)
768.07/773.05	c 773	5 (50%) CSP clauses are encoded (703635 clauses, 34611977 bytes)
768.07/773.05	c 773	5 CSP clauses encoded
768.07/773.07	c 773	Writing map file : HOME/temp.map
768.07/773.08	c 773	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
768.07/773.08	c 773	SAT : 180 SAT variables, 703635 SAT clauses, 34611977 bytes
768.07/773.08	c 773	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
768.14/773.14	c 773	SOLVING HOME/temp.cnf
768.14/773.14	c 773	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
768.14/773.18	c 773	This is MiniSat 2.0 beta
768.14/773.18	c 773	WARNING: for repeatability, setting FPU to use double precision
768.14/773.18	c 773	============================[ Problem Statistics ]=============================
768.14/773.18	c 773	|                                                                             |
768.19/773.21	c 773	|  Number of variables:  180                                                  |
768.19/773.21	c 773	|  Number of clauses:    703635                                               |
769.01/774.17	c 774	|  Parsing time:         0.82         s                                       |
769.11/774.23	c 774	============================[ Search Statistics ]==============================
769.11/774.23	c 774	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
769.11/774.23	c 774	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
769.11/774.23	c 774	===============================================================================
769.11/774.23	c 774	|         0 |     180   703635  8840508 |   234545        0    nan |  0.000 % |
769.22/774.36	c 774	|       100 |     180   703635  8840508 |   257999      100      8 |  0.003 % |
769.61/774.76	c 775	|       251 |     180   703635  8840508 |   283799      251      9 |  0.028 % |
769.71/774.88	c 775	|       476 |     180   703635  8840508 |   312179      476     10 |  0.028 % |
770.30/775.48	c 775	|       813 |     180   703635  8840508 |   343397      813     10 |  0.022 % |
771.38/776.58	c 776	|      1320 |     180   703635  8840508 |   377737     1320      9 |  0.028 % |
772.87/778.00	c 778	|      2079 |     180   703635  8840508 |   415510     2079      9 |  0.031 % |
774.96/780.17	c 780	|      3219 |     180   703635  8840508 |   457061     3219      9 |  0.031 % |
776.86/782.08	c 782	|      4929 |     180   703635  8840508 |   502768     4929      9 |  0.031 % |
781.10/786.43	c 786	|      7491 |     180   703635  8840508 |   553044     7491     10 |  0.025 % |
787.26/792.69	c 792	|     11336 |     179   703635  8840508 |   608349    11335     10 |  0.559 % |
796.22/801.68	c 801	|     17103 |     179   703635  8840508 |   669184    17102     10 |  0.577 % |
810.06/815.56	c 815	|     25753 |     178   703635  8840508 |   736102    25751     11 |  1.114 % |
844.01/849.68	c 849	|     38729 |     178   703635  8840508 |   809712    38727     12 |  1.127 % |
896.38/902.26	c 902	|     58190 |     178   703635  8840508 |   890684    58188     13 |  1.130 % |
965.08/971.20	c 971	|     87382 |     178   703635  8840508 |   979752    87380     13 |  1.133 % |
1050.89/1057.57	c 1057	|    131172 |     175   703635  8840508 |  1077727   131169     13 |  5.559 % |
1071.12/1077.87	c 1078	===============================================================================
1071.12/1077.87	c 1078	restarts              : 17
1071.12/1077.87	c 1078	conflicts             : 140770         (465 /sec)
1071.12/1077.87	c 1078	decisions             : 162893         (1.72 % random) (538 /sec)
1071.12/1077.87	c 1078	propagations          : 1839596        (6074 /sec)
1071.12/1077.87	c 1078	conflict literals     : 1778934        (18.83 % deleted)
1071.12/1077.87	c 1078	Memory used           : 79.97 MB
1071.12/1077.87	c 1078	CPU time              : 302.862 s
1071.12/1077.87	c 1078	
1071.12/1077.87	c 1078	UNSATISFIABLE
1071.12/1077.89	c 1078	DECODING HOME/temp.out WITH HOME/temp.map
1071.12/1077.89	c 1078	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1071.28/1078.05	c 1078	Decoding HOME/temp.out
1071.28/1078.07	s UNSATISFIABLE
1071.28/1078.09	c 1078	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1071.28/1078.09	c 1078	CPU 1071.36 (0.06 0.02 1069.7 1.58)
1071.28/1078.09	c 1078	END Sat Jul 11 21:10:24 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065527-1247338346/watcher-2065527-1247338346 -o /tmp/evaluation-result-2065527-1247338346/solver-2065527-1247338346 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2065527-1247338346.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 14287
/proc/meminfo: memFree=723936/2055920 swapFree=4192956/4192956
[pid=14287] ppid=14285 vsize=18576 CPUtime=0
/proc/14287/stat : 14287 (runsolver) R 14285 14287 13983 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20900699 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 225612197159 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14287/statm: 4644 284 249 26 0 2626 0

[startup+0.0994679 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 14287
/proc/meminfo: memFree=723936/2055920 swapFree=4192956/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=0.06
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20900699 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14287/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101494 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 14287
/proc/meminfo: memFree=723936/2055920 swapFree=4192956/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=0.06
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20900699 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14287/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301482 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 14287
/proc/meminfo: memFree=723936/2055920 swapFree=4192956/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=0.06
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20900699 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14287/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70152 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 14287
/proc/meminfo: memFree=723936/2055920 swapFree=4192956/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=0.62
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1292 8040 0 1 5 1 52 4 16 0 1 0 20900699 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14287/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 16868

[startup+1.50258 s]
/proc/loadavg: 2.01 2.02 2.00 4/92 14309
/proc/meminfo: memFree=712840/2055920 swapFree=4192956/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=0.62
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1310 8040 0 1 5 1 52 4 16 0 1 0 20900699 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14287/statm: 4217 1111 409 3 0 796 0
[pid=14300] ppid=14287 vsize=5356 CPUtime=0
/proc/14300/stat : 14300 (sh) S 14287 14287 13983 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20900766 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14300/statm: 1339 233 193 169 0 50 0
[pid=14301] ppid=14300 vsize=864384 CPUtime=0.81
/proc/14301/stat : 14301 (java) S 14300 14287 13983 0 -1 0 7838 0 1 0 77 4 0 0 18 0 9 0 20900766 885129216 7065 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14301/statm: 216096 7065 2567 9 0 210601 0
[pid=14301/tid=14302] ppid=14300 vsize=864384 CPUtime=0.56
/proc/14301/task/14302/stat : 14302 (java) R 14300 14287 13983 0 -1 64 2573 0 1 0 55 1 0 0 18 0 9 0 20900767 885129216 7065 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14303] ppid=14300 vsize=864384 CPUtime=0.19
/proc/14301/task/14303/stat : 14303 (java) S 14300 14287 13983 0 -1 64 4262 0 0 0 18 1 0 0 16 0 9 0 20900768 885129216 7065 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14304] ppid=14300 vsize=864384 CPUtime=0
/proc/14301/task/14304/stat : 14304 (java) S 14300 14287 13983 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20900768 885129216 7065 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14305] ppid=14300 vsize=864384 CPUtime=0
/proc/14301/task/14305/stat : 14305 (java) S 14300 14287 13983 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20900768 885129216 7065 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14306] ppid=14300 vsize=864384 CPUtime=0
/proc/14301/task/14306/stat : 14306 (java) S 14300 14287 13983 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20900771 885129216 7065 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14307] ppid=14300 vsize=864384 CPUtime=0.04
/proc/14301/task/14307/stat : 14307 (java) R 14300 14287 13983 0 -1 64 300 0 0 0 4 0 0 0 16 0 9 0 20900771 885129216 7065 996147200 134512640 134550932 4294955936 18446744073709551615 103770806 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14308] ppid=14300 vsize=864384 CPUtime=0
/proc/14301/task/14308/stat : 14308 (java) S 14300 14287 13983 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20900771 885129216 7065 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14309] ppid=14300 vsize=864384 CPUtime=0
/proc/14301/task/14309/stat : 14309 (java) S 14300 14287 13983 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20900771 885129216 7065 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886608

[startup+3.10273 s]
/proc/loadavg: 2.01 2.02 2.00 3/92 14309
/proc/meminfo: memFree=680520/2055920 swapFree=4192956/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=0.62
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1310 8040 0 1 5 1 52 4 15 0 1 0 20900699 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14287/statm: 4217 1111 409 3 0 796 0
[pid=14300] ppid=14287 vsize=5356 CPUtime=0
/proc/14300/stat : 14300 (sh) S 14287 14287 13983 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20900766 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14300/statm: 1339 233 193 169 0 50 0
[pid=14301] ppid=14300 vsize=864520 CPUtime=2.39
/proc/14301/stat : 14301 (java) S 14300 14287 13983 0 -1 0 18567 0 1 0 231 8 0 0 18 0 9 0 20900766 885268480 17177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14301/statm: 216130 17177 2590 9 0 210607 0
[pid=14301/tid=14302] ppid=14300 vsize=864520 CPUtime=1.01
/proc/14301/task/14302/stat : 14302 (java) R 14300 14287 13983 0 -1 64 3300 0 1 0 99 2 0 0 21 0 9 0 20900767 885268480 17177 996147200 134512640 134550932 4294955936 18446744073709551615 4126570068 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14303] ppid=14300 vsize=864520 CPUtime=1.29
/proc/14301/task/14303/stat : 14303 (java) S 14300 14287 13983 0 -1 64 14240 0 0 0 124 5 0 0 16 0 9 0 20900768 885268480 17177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14304] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14304/stat : 14304 (java) S 14300 14287 13983 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20900768 885268480 17177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14305] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14305/stat : 14305 (java) S 14300 14287 13983 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20900768 885268480 17177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14306] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14306/stat : 14306 (java) S 14300 14287 13983 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20900771 885268480 17177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14307] ppid=14300 vsize=864520 CPUtime=0.07
/proc/14301/task/14307/stat : 14307 (java) S 14300 14287 13983 0 -1 64 324 0 0 0 7 0 0 0 16 0 9 0 20900771 885268480 17177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14308] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14308/stat : 14308 (java) S 14300 14287 13983 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20900771 885268480 17177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14309] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14309/stat : 14309 (java) S 14300 14287 13983 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20900771 885268480 17177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886744

[startup+6.30199 s]
/proc/loadavg: 2.01 2.02 2.00 3/92 14309
/proc/meminfo: memFree=660488/2055920 swapFree=4192956/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=0.62
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1310 8040 0 1 5 1 52 4 15 0 1 0 20900699 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14287/statm: 4217 1111 409 3 0 796 0
[pid=14300] ppid=14287 vsize=5356 CPUtime=0
/proc/14300/stat : 14300 (sh) S 14287 14287 13983 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20900766 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14300/statm: 1339 233 193 169 0 50 0
[pid=14301] ppid=14300 vsize=864520 CPUtime=5.56
/proc/14301/stat : 14301 (java) S 14300 14287 13983 0 -1 0 18579 0 1 0 548 8 0 0 18 0 9 0 20900766 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14301/statm: 216130 17178 2590 9 0 210607 0
[pid=14301/tid=14302] ppid=14300 vsize=864520 CPUtime=4.13
/proc/14301/task/14302/stat : 14302 (java) R 14300 14287 13983 0 -1 64 3311 0 1 0 411 2 0 0 25 0 9 0 20900767 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4126564480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14303] ppid=14300 vsize=864520 CPUtime=1.33
/proc/14301/task/14303/stat : 14303 (java) S 14300 14287 13983 0 -1 64 14240 0 0 0 128 5 0 0 16 0 9 0 20900768 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14304] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14304/stat : 14304 (java) S 14300 14287 13983 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20900768 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14305] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14305/stat : 14305 (java) S 14300 14287 13983 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20900768 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14306] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14306/stat : 14306 (java) S 14300 14287 13983 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20900771 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14307] ppid=14300 vsize=864520 CPUtime=0.08
/proc/14301/task/14307/stat : 14307 (java) S 14300 14287 13983 0 -1 64 325 0 0 0 8 0 0 0 16 0 9 0 20900771 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14308] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14308/stat : 14308 (java) S 14300 14287 13983 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20900771 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14309] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14309/stat : 14309 (java) S 14300 14287 13983 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20900771 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886744

[startup+12.7025 s]
/proc/loadavg: 2.01 2.02 2.00 3/92 14309
/proc/meminfo: memFree=660296/2055920 swapFree=4192956/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=0.62
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1310 8040 0 1 5 1 52 4 15 0 1 0 20900699 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14287/statm: 4217 1111 409 3 0 796 0
[pid=14300] ppid=14287 vsize=5356 CPUtime=0
/proc/14300/stat : 14300 (sh) S 14287 14287 13983 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20900766 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14300/statm: 1339 233 193 169 0 50 0
[pid=14301] ppid=14300 vsize=864520 CPUtime=11.9
/proc/14301/stat : 14301 (java) S 14300 14287 13983 0 -1 0 18579 0 1 0 1182 8 0 0 18 0 9 0 20900766 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14301/statm: 216130 17178 2590 9 0 210607 0
[pid=14301/tid=14302] ppid=14300 vsize=864520 CPUtime=10.47
/proc/14301/task/14302/stat : 14302 (java) R 14300 14287 13983 0 -1 64 3311 0 1 0 1045 2 0 0 25 0 9 0 20900767 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4126570177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14303] ppid=14300 vsize=864520 CPUtime=1.33
/proc/14301/task/14303/stat : 14303 (java) S 14300 14287 13983 0 -1 64 14240 0 0 0 128 5 0 0 16 0 9 0 20900768 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14304] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14304/stat : 14304 (java) S 14300 14287 13983 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20900768 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14305] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14305/stat : 14305 (java) S 14300 14287 13983 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20900768 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14306] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14306/stat : 14306 (java) S 14300 14287 13983 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20900771 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14307] ppid=14300 vsize=864520 CPUtime=0.08
/proc/14301/task/14307/stat : 14307 (java) S 14300 14287 13983 0 -1 64 325 0 0 0 8 0 0 0 16 0 9 0 20900771 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14308] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14308/stat : 14308 (java) S 14300 14287 13983 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20900771 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14309] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14309/stat : 14309 (java) S 14300 14287 13983 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20900771 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886744

[startup+25.5017 s]
/proc/loadavg: 2.01 2.02 2.00 3/92 14309
/proc/meminfo: memFree=660296/2055920 swapFree=4192956/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=0.62
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1310 8040 0 1 5 1 52 4 15 0 1 0 20900699 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14287/statm: 4217 1111 409 3 0 796 0
[pid=14300] ppid=14287 vsize=5356 CPUtime=0
/proc/14300/stat : 14300 (sh) S 14287 14287 13983 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20900766 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14300/statm: 1339 233 193 169 0 50 0
[pid=14301] ppid=14300 vsize=864520 CPUtime=24.58
/proc/14301/stat : 14301 (java) S 14300 14287 13983 0 -1 0 18594 0 1 0 2449 9 0 0 18 0 9 0 20900766 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14301/statm: 216130 17178 2590 9 0 210607 0
[pid=14301/tid=14302] ppid=14300 vsize=864520 CPUtime=23.08
/proc/14301/task/14302/stat : 14302 (java) R 14300 14287 13983 0 -1 64 3326 0 1 0 2306 2 0 0 25 0 9 0 20900767 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4126564490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14303] ppid=14300 vsize=864520 CPUtime=1.39
/proc/14301/task/14303/stat : 14303 (java) S 14300 14287 13983 0 -1 64 14240 0 0 0 134 5 0 0 16 0 9 0 20900768 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14304] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14304/stat : 14304 (java) S 14300 14287 13983 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20900768 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14305] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14305/stat : 14305 (java) S 14300 14287 13983 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20900768 885268480 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14306] ppid=14300 vsize=864520 CPUtime=0

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

/proc/14301/task/14306/stat : 14306 (java) S 14300 14287 13983 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20900771 885268480 25169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14307] ppid=14300 vsize=864520 CPUtime=0.09
/proc/14301/task/14307/stat : 14307 (java) S 14300 14287 13983 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 20900771 885268480 25169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14301/tid=14308] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14308/stat : 14308 (java) S 14300 14287 13983 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20900771 885268480 25169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14301/tid=14309] ppid=14300 vsize=864520 CPUtime=0
/proc/14301/task/14309/stat : 14309 (java) S 14300 14287 13983 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20900771 885268480 25169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 757.48
Current children cumulated vsize (KiB) 886744

[startup+822.301 s]
/proc/loadavg: 2.27 2.21 2.12 3/86 14526
/proc/meminfo: memFree=1526128/2055920 swapFree=4192812/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=768.19
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1374 43778 0 5 6 2 76675 136 16 0 1 0 20900699 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14287/statm: 4217 1112 409 3 0 796 0
[pid=14432] ppid=14287 vsize=5356 CPUtime=0
/proc/14432/stat : 14432 (sh) S 14287 14287 13983 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20978013 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14432/statm: 1339 232 193 169 0 50 0
[pid=14434] ppid=14432 vsize=69560 CPUtime=48.63
/proc/14434/stat : 14434 (minisat) R 14432 14287 13983 0 -1 4194304 16339 0 6 0 4851 12 0 0 25 0 1 0 20978014 71229440 16331 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14434/statm: 17390 16331 75 150 0 17237 0
Current children cumulated CPU time (s) 816.82
Current children cumulated vsize (KiB) 91784

[startup+882.302 s]
/proc/loadavg: 2.16 2.18 2.11 3/86 14526
/proc/meminfo: memFree=1217840/2055920 swapFree=4192812/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=768.19
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1374 43778 0 5 6 2 76675 136 16 0 1 0 20900699 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14287/statm: 4217 1112 409 3 0 796 0
[pid=14432] ppid=14287 vsize=5356 CPUtime=0
/proc/14432/stat : 14432 (sh) S 14287 14287 13983 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20978013 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14432/statm: 1339 232 193 169 0 50 0
[pid=14434] ppid=14432 vsize=72432 CPUtime=108.38
/proc/14434/stat : 14434 (minisat) R 14432 14287 13983 0 -1 4194304 17001 0 6 0 10825 13 0 0 25 0 1 0 20978014 74170368 16993 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14434/statm: 18108 16993 75 150 0 17955 0
Current children cumulated CPU time (s) 876.57
Current children cumulated vsize (KiB) 94656

[startup+942.302 s]
/proc/loadavg: 2.12 2.17 2.11 3/86 14526
/proc/meminfo: memFree=1149424/2055920 swapFree=4192812/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=768.19
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1374 43778 0 5 6 2 76675 136 16 0 1 0 20900699 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14287/statm: 4217 1112 409 3 0 796 0
[pid=14432] ppid=14287 vsize=5356 CPUtime=0
/proc/14432/stat : 14432 (sh) S 14287 14287 13983 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20978013 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14432/statm: 1339 232 193 169 0 50 0
[pid=14434] ppid=14432 vsize=74924 CPUtime=168.12
/proc/14434/stat : 14434 (minisat) R 14432 14287 13983 0 -1 4194304 17570 0 6 0 16799 13 0 0 25 0 1 0 20978014 76722176 17562 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/14434/statm: 18731 17562 75 150 0 18578 0
Current children cumulated CPU time (s) 936.31
Current children cumulated vsize (KiB) 97148

[startup+1002.3 s]
/proc/loadavg: 2.04 2.14 2.10 3/86 14526
/proc/meminfo: memFree=1142192/2055920 swapFree=4192812/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=768.19
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1374 43778 0 5 6 2 76675 136 16 0 1 0 20900699 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14287/statm: 4217 1112 409 3 0 796 0
[pid=14432] ppid=14287 vsize=5356 CPUtime=0
/proc/14432/stat : 14432 (sh) S 14287 14287 13983 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20978013 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14432/statm: 1339 232 193 169 0 50 0
[pid=14434] ppid=14432 vsize=77776 CPUtime=227.83
/proc/14434/stat : 14434 (minisat) R 14432 14287 13983 0 -1 4194304 18214 0 6 0 22769 14 0 0 25 0 1 0 20978014 79642624 18206 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14434/statm: 19444 18206 75 150 0 19291 0
Current children cumulated CPU time (s) 996.02
Current children cumulated vsize (KiB) 100000

[startup+1062.3 s]
/proc/loadavg: 2.10 2.14 2.10 3/86 14526
/proc/meminfo: memFree=1136752/2055920 swapFree=4192812/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=768.19
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1374 43778 0 5 6 2 76675 136 16 0 1 0 20900699 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14287/statm: 4217 1112 409 3 0 796 0
[pid=14432] ppid=14287 vsize=5356 CPUtime=0
/proc/14432/stat : 14432 (sh) S 14287 14287 13983 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20978013 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14432/statm: 1339 232 193 169 0 50 0
[pid=14434] ppid=14432 vsize=80564 CPUtime=287.44
/proc/14434/stat : 14434 (minisat) R 14432 14287 13983 0 -1 4194304 18917 0 6 0 28729 15 0 0 25 0 1 0 20978014 82497536 18909 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14434/statm: 20141 18909 75 150 0 19988 0
Current children cumulated CPU time (s) 1055.63
Current children cumulated vsize (KiB) 102788

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

[startup+1068.7 s]
/proc/loadavg: 2.09 2.14 2.10 3/86 14526
/proc/meminfo: memFree=1136112/2055920 swapFree=4192812/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=768.19
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1374 43778 0 5 6 2 76675 136 16 0 1 0 20900699 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14287/statm: 4217 1112 409 3 0 796 0
[pid=14432] ppid=14287 vsize=5356 CPUtime=0
/proc/14432/stat : 14432 (sh) S 14287 14287 13983 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20978013 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14432/statm: 1339 232 193 169 0 50 0
[pid=14434] ppid=14432 vsize=80704 CPUtime=293.84
/proc/14434/stat : 14434 (minisat) R 14432 14287 13983 0 -1 4194304 18974 0 6 0 29369 15 0 0 25 0 1 0 20978014 82640896 18966 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14434/statm: 20176 18966 75 150 0 20023 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 102928

[startup+1075.1 s]
/proc/loadavg: 2.16 2.15 2.10 3/86 14526
/proc/meminfo: memFree=1135600/2055920 swapFree=4192812/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=768.19
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1374 43778 0 5 6 2 76675 136 16 0 1 0 20900699 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14287/statm: 4217 1112 409 3 0 796 0
[pid=14432] ppid=14287 vsize=5356 CPUtime=0
/proc/14432/stat : 14432 (sh) S 14287 14287 13983 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20978013 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14432/statm: 1339 232 193 169 0 50 0
[pid=14434] ppid=14432 vsize=81668 CPUtime=300.24
/proc/14434/stat : 14434 (minisat) R 14432 14287 13983 0 -1 4194304 19120 0 6 0 30009 15 0 0 25 0 1 0 20978014 83628032 19112 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14434/statm: 20417 19112 75 150 0 20264 0
Current children cumulated CPU time (s) 1068.43
Current children cumulated vsize (KiB) 103892

[startup+1076.7 s]
/proc/loadavg: 2.16 2.15 2.10 4/86 14526
/proc/meminfo: memFree=1133680/2055920 swapFree=4192812/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=768.19
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1374 43778 0 5 6 2 76675 136 16 0 1 0 20900699 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14287/statm: 4217 1112 409 3 0 796 0
[pid=14432] ppid=14287 vsize=5356 CPUtime=0
/proc/14432/stat : 14432 (sh) S 14287 14287 13983 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20978013 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14432/statm: 1339 232 193 169 0 50 0
[pid=14434] ppid=14432 vsize=81884 CPUtime=301.84
/proc/14434/stat : 14434 (minisat) R 14432 14287 13983 0 -1 4194304 19144 0 6 0 30169 15 0 0 25 0 1 0 20978014 83849216 19136 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14434/statm: 20471 19136 75 150 0 20318 0
Current children cumulated CPU time (s) 1070.03
Current children cumulated vsize (KiB) 104108

[startup+1077.5 s]
/proc/loadavg: 2.23 2.17 2.11 3/86 14526
/proc/meminfo: memFree=1135408/2055920 swapFree=4192812/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=768.19
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1374 43778 0 5 6 2 76675 136 16 0 1 0 20900699 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14287/statm: 4217 1112 409 3 0 796 0
[pid=14432] ppid=14287 vsize=5356 CPUtime=0
/proc/14432/stat : 14432 (sh) S 14287 14287 13983 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20978013 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14432/statm: 1339 232 193 169 0 50 0
[pid=14434] ppid=14432 vsize=81884 CPUtime=302.63
/proc/14434/stat : 14434 (minisat) R 14432 14287 13983 0 -1 4194304 19148 0 6 0 30248 15 0 0 25 0 1 0 20978014 83849216 19140 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 1 0 0
/proc/14434/statm: 20471 19140 75 150 0 20318 0
Current children cumulated CPU time (s) 1070.82
Current children cumulated vsize (KiB) 104108

[startup+1077.9 s]
/proc/loadavg: 2.23 2.17 2.11 3/86 14528
/proc/meminfo: memFree=1209776/2055920 swapFree=4192812/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=1071.22
/proc/14287/stat : 14287 (sugar) S 14285 14287 13983 0 -1 4194304 1427 63222 0 11 6 2 106961 153 16 0 1 0 20900699 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14287/statm: 4217 1112 409 3 0 796 0
[pid=14527] ppid=14287 vsize=5356 CPUtime=0
/proc/14527/stat : 14527 (sh) S 14287 14287 13983 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21008488 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14527/statm: 1339 233 193 169 0 50 0
[pid=14528] ppid=14527 vsize=272 CPUtime=0
/proc/14528/stat : 14528 (java) R 14527 14287 13983 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 21008489 278528 37 996147200 134512640 134550932 4294955984 18446744073709551615 1172260 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/14528/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 1071.22
Current children cumulated vsize (KiB) 22496

[startup+1078.1 s]
/proc/loadavg: 2.23 2.17 2.11 3/86 14528
/proc/meminfo: memFree=1209776/2055920 swapFree=4192812/4192956
[pid=14287] ppid=14285 vsize=16868 CPUtime=1071.36
/proc/14287/stat : 14287 (sugar) D 14285 14287 13983 0 -1 4194304 1474 66859 0 41 6 2 106970 158 16 0 1 0 20900699 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14287/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 1071.36
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1078.12
CPU time (s): 1071.39
CPU user time (s): 1069.77
CPU system time (s): 1.62175
CPU usage (%): 99.3763
Max. virtual memory (cumulated for all children) (KiB): 892876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1069.77
system time used= 1.62175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68393
page faults= 41
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22257
involuntary context switches= 40613

runsolver used 1.3138 second user time and 3.55646 second system time

The end

Launcher Data

Begin job on node31 at 2009-07-11 20:52:26
IDJOB=2065527
IDBENCH=54368
IDSOLVER=739
FILE ID=node31/2065527-1247338346
PBS_JOBID= 9506751
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-3_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065527-1247338346/watcher-2065527-1247338346 -o /tmp/evaluation-result-2065527-1247338346/solver-2065527-1247338346 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065527-1247338346.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3a943544daeb42f629b766457a651c0a
RANDOM SEED=1214876032

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        724224 kB
Buffers:         58420 kB
Cached:        1131036 kB
SwapCached:          0 kB
Active:         400540 kB
Inactive:       852956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        724224 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2656 kB
Writeback:           0 kB
Mapped:          84444 kB
Slab:            62884 kB
Committed_AS:   218780 kB
PageTables:       2040 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node31 at 2009-07-11 21:10:24