Trace number 2077044

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 408.55 409.806

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg16-20_ext.xml
MD5SUM1df82e8a2f01b53d84359bad2ff636b0
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 benchmark0.05999
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints36
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension36
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 Sun Jul 12 03:48:03 2009
0.00/0.08	c 0	PID 19738
0.00/0.08	c 0	HOST node52.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077044-1247363283.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-2077044-1247363283.xml' 'HOME/temp.csp'
0.07/0.37	c 0	1 domains, 320 variables, 0 predicates, 2 relations, 36 constraints
0.07/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.40	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.07/0.49	c 0	Parsing HOME/temp.csp
0.35/0.60	c 1	parsed 359 expressions
0.35/0.61	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.35/0.61	c 1	Converting to clausal form CSP
0.35/0.63	c 1	converted 36 (10%) expressions
0.35/0.63	c 1	converted 72 (20%) expressions
0.35/0.63	c 1	converted 108 (30%) expressions
0.35/0.63	c 1	converted 144 (40%) expressions
0.35/0.63	c 1	converted 180 (50%) expressions
0.35/0.63	c 1	converted 216 (60%) expressions
0.35/0.63	c 1	converted 252 (70%) expressions
0.35/0.63	c 1	converted 288 (80%) expressions
0.35/0.76	c 1	converted 324 (90%) expressions
2.70/2.84	c 3	converted 359 (100%) expressions
2.70/2.84	c 3	CSP : 320 integers, 0 booleans, 36 clauses, largest domain size 26
2.70/2.84	c 3	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.70/2.84	c 3	Propagation in CSP
2.70/2.85	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.70/2.85	c 3	CSP : 320 integers, 0 booleans, 36 clauses, largest domain size 26
2.70/2.85	c 3	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.70/2.85	c 3	Simplifing CSP by introducing new Boolean variables
2.70/2.85	c 3	CSP : 320 integers, 0 booleans, 36 clauses, largest domain size 26
2.70/2.85	c 3	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.00/3.19	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.09/3.21	c 3	32 (10%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.09/3.21	c 3	64 (20%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
3.09/3.21	c 3	96 (30%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
3.09/3.21	c 3	128 (40%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
3.09/3.21	c 3	160 (50%) CSP integer variables are encoded (3840 clauses, 47857 bytes)
3.09/3.21	c 3	192 (60%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
3.09/3.22	c 3	224 (70%) CSP integer variables are encoded (5376 clauses, 67825 bytes)
3.09/3.22	c 3	256 (80%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
3.09/3.22	c 3	288 (90%) CSP integer variables are encoded (6912 clauses, 87793 bytes)
3.09/3.22	c 3	320 (100%) CSP integer variables are encoded (7680 clauses, 97777 bytes)
84.15/84.81	c 85	4 (10%) CSP clauses are encoded (265212 clauses, 27078794 bytes)
162.57/163.68	c 164	8 (20%) CSP clauses are encoded (522744 clauses, 54620762 bytes)
220.64/221.76	c 222	11 (30%) CSP clauses are encoded (715893 clauses, 75277238 bytes)
298.40/299.53	c 299	15 (40%) CSP clauses are encoded (973425 clauses, 102819206 bytes)
355.18/356.35	c 356	18 (50%) CSP clauses are encoded (1166574 clauses, 123475682 bytes)
393.86/395.02	c 395	22 (60%) CSP clauses are encoded (1308218 clauses, 138542682 bytes)
395.45/396.64	c 397	26 (70%) CSP clauses are encoded (1333974 clauses, 141825350 bytes)
396.65/397.86	c 398	29 (80%) CSP clauses are encoded (1353291 clauses, 144287351 bytes)
398.25/399.49	c 399	33 (90%) CSP clauses are encoded (1379047 clauses, 147570019 bytes)
399.55/400.70	c 401	36 (100%) CSP clauses are encoded (1398364 clauses, 150032020 bytes)
399.55/400.70	c 401	36 CSP clauses encoded
399.55/400.70	c 401	Writing map file : HOME/temp.map
399.55/400.71	c 401	Heap : 110 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
399.55/400.71	c 401	SAT : 8000 SAT variables, 1398364 SAT clauses, 150032020 bytes
399.55/400.71	c 401	Heap : 110 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
399.55/400.77	c 401	SOLVING HOME/temp.cnf
399.55/400.77	c 401	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
399.55/400.78	c 401	This is MiniSat 2.0 beta
399.55/400.78	c 401	WARNING: for repeatability, setting FPU to use double precision
399.55/400.78	c 401	============================[ Problem Statistics ]=============================
399.55/400.78	c 401	|                                                                             |
399.55/400.78	c 401	|  Number of variables:  8000                                                 |
399.55/400.78	c 401	|  Number of clauses:    1398364                                              |
402.69/403.92	c 404	|  Parsing time:         2.81         s                                       |
403.09/404.35	c 404	============================[ Search Statistics ]==============================
403.09/404.35	c 404	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
403.09/404.35	c 404	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
403.09/404.35	c 404	===============================================================================
403.09/404.35	c 404	|         0 |    7920  1382098 27331677 |   460699        0    nan |  0.000 % |
403.09/404.38	c 404	|       104 |    7918  1382098 27331677 |   506769      102      6 |  1.025 % |
403.19/404.47	c 404	|       254 |    7918  1382098 27331677 |   557446      252      6 |  1.025 % |
403.19/404.49	c 404	|       480 |    7918  1382098 27331677 |   613190      478      7 |  1.025 % |
403.69/404.92	c 405	|       817 |    7917  1382098 27331677 |   674509      814      7 |  1.038 % |
406.06/407.32	c 407	|      1323 |    7913  1382098 27331677 |   741960     1319      7 |  1.188 % |
408.24/409.50	c 409	===============================================================================
408.24/409.50	c 409	restarts              : 6
408.24/409.50	c 409	conflicts             : 1855           (223 /sec)
408.24/409.50	c 409	decisions             : 3781           (1.72 % random) (455 /sec)
408.24/409.50	c 409	propagations          : 204787         (24618 /sec)
408.24/409.50	c 409	conflict literals     : 13547          (29.86 % deleted)
408.24/409.50	c 409	Memory used           : 156.50 MB
408.24/409.50	c 409	CPU time              : 8.31874 s
408.24/409.50	c 409	
408.24/409.50	c 409	UNSATISFIABLE
408.24/409.53	c 409	DECODING HOME/temp.out WITH HOME/temp.map
408.24/409.53	c 409	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'
408.29/409.61	c 410	Decoding HOME/temp.out
408.29/409.67	s UNSATISFIABLE
408.29/409.70	c 410	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
408.29/409.73	c 410	CPU 408.44 (0.06 0.01 406.66 1.71)
408.29/409.73	c 410	END Sun Jul 12 03:54:53 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-2077044-1247363283/watcher-2077044-1247363283 -o /tmp/evaluation-result-2077044-1247363283/solver-2077044-1247363283 -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-2077044-1247363283.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.25 2.06 2.02 4/82 19738
/proc/meminfo: memFree=1423440/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=12272 CPUtime=0
/proc/19738/stat : 19738 (sugar) R 19736 19738 16875 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 23391757 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 273667538534 0 0 4224 0 0 0 0 17 1 0 0
/proc/19738/statm: 3068 364 274 3 0 168 0

[startup+0.12484 s]
/proc/loadavg: 2.25 2.06 2.02 4/82 19738
/proc/meminfo: memFree=1423440/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=0.07
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 23391757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19738/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.209645 s]
/proc/loadavg: 2.25 2.06 2.02 4/82 19738
/proc/meminfo: memFree=1423440/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=0.07
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 23391757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19738/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301649 s]
/proc/loadavg: 2.25 2.06 2.02 4/82 19738
/proc/meminfo: memFree=1423440/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=0.07
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 23391757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19738/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701675 s]
/proc/loadavg: 2.25 2.06 2.02 4/82 19738
/proc/meminfo: memFree=1423440/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=0.35
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1309 4753 0 1 6 1 25 3 15 0 1 0 23391757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19738/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 16868

[startup+1.50274 s]
/proc/loadavg: 2.23 2.06 2.02 4/93 19760
/proc/meminfo: memFree=1396344/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=0.35
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1309 4753 0 1 6 1 25 3 16 0 1 0 23391757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19738/statm: 4217 1111 409 3 0 796 0
[pid=19751] ppid=19738 vsize=5356 CPUtime=0
/proc/19751/stat : 19751 (sh) S 19738 19738 16875 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23391797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19751/statm: 1339 233 193 169 0 50 0
[pid=19752] ppid=19751 vsize=864200 CPUtime=1.07
/proc/19752/stat : 19752 (java) S 19751 19738 16875 0 -1 0 12584 0 1 0 100 7 0 0 18 0 9 0 23391798 884940800 11732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19752/statm: 216050 11732 2566 9 0 210555 0
[pid=19752/tid=19753] ppid=19751 vsize=864200 CPUtime=0.39
/proc/19752/task/19753/stat : 19753 (java) R 19751 19738 16875 0 -1 64 2940 0 1 0 38 1 0 0 22 0 9 0 23391798 884940800 11732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19754] ppid=19751 vsize=864200 CPUtime=0.6
/proc/19752/task/19754/stat : 19754 (java) R 19751 19738 16875 0 -1 64 8631 0 0 0 55 5 0 0 17 0 9 0 23391800 884940800 11732 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19755] ppid=19751 vsize=864200 CPUtime=0
/proc/19752/task/19755/stat : 19755 (java) S 19751 19738 16875 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23391800 884940800 11732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19756] ppid=19751 vsize=864200 CPUtime=0
/proc/19752/task/19756/stat : 19756 (java) S 19751 19738 16875 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23391800 884940800 11732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19757] ppid=19751 vsize=864200 CPUtime=0
/proc/19752/task/19757/stat : 19757 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23391803 884940800 11732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19758] ppid=19751 vsize=864200 CPUtime=0.05
/proc/19752/task/19758/stat : 19758 (java) S 19751 19738 16875 0 -1 64 313 0 0 0 5 0 0 0 16 0 9 0 23391803 884940800 11732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19759] ppid=19751 vsize=864200 CPUtime=0
/proc/19752/task/19759/stat : 19759 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23391803 884940800 11732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19760] ppid=19751 vsize=864200 CPUtime=0
/proc/19752/task/19760/stat : 19760 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23391803 884940800 11732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886424

[startup+3.10285 s]
/proc/loadavg: 2.23 2.06 2.02 4/93 19760
/proc/meminfo: memFree=1357240/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=0.35
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1310 4753 0 1 6 1 25 3 16 0 1 0 23391757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19738/statm: 4217 1111 409 3 0 796 0
[pid=19751] ppid=19738 vsize=5356 CPUtime=0
/proc/19751/stat : 19751 (sh) S 19738 19738 16875 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23391797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19751/statm: 1339 233 193 169 0 50 0
[pid=19752] ppid=19751 vsize=864352 CPUtime=2.65
/proc/19752/stat : 19752 (java) S 19751 19738 16875 0 -1 0 24184 0 1 0 251 14 0 0 18 0 9 0 23391798 885096448 23264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19752/statm: 216088 23264 2566 9 0 210593 0
[pid=19752/tid=19753] ppid=19751 vsize=864352 CPUtime=0.75
/proc/19752/task/19753/stat : 19753 (java) R 19751 19738 16875 0 -1 64 3679 0 1 0 74 1 0 0 25 0 9 0 23391798 885096448 23264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19754] ppid=19751 vsize=864352 CPUtime=1.82
/proc/19752/task/19754/stat : 19754 (java) R 19751 19738 16875 0 -1 64 19490 0 0 0 171 11 0 0 18 0 9 0 23391800 885096448 23264 996147200 134512640 134550932 4294955936 18446744073709551615 102768017 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19755] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19755/stat : 19755 (java) S 19751 19738 16875 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23391800 885096448 23264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19756] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19756/stat : 19756 (java) S 19751 19738 16875 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23391800 885096448 23264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19757] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19757/stat : 19757 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23391803 885096448 23264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19758] ppid=19751 vsize=864352 CPUtime=0.05
/proc/19752/task/19758/stat : 19758 (java) S 19751 19738 16875 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 23391803 885096448 23264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19759] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19759/stat : 19759 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23391803 885096448 23264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19760] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19760/stat : 19760 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23391803 885096448 23264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886576

[startup+6.30105 s]
/proc/loadavg: 2.21 2.06 2.02 3/93 19760
/proc/meminfo: memFree=1329592/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=0.35
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1310 4753 0 1 6 1 25 3 15 0 1 0 23391757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19738/statm: 4217 1111 409 3 0 796 0
[pid=19751] ppid=19738 vsize=5356 CPUtime=0
/proc/19751/stat : 19751 (sh) S 19738 19738 16875 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23391797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19751/statm: 1339 233 193 169 0 50 0
[pid=19752] ppid=19751 vsize=864352 CPUtime=5.81
/proc/19752/stat : 19752 (java) S 19751 19738 16875 0 -1 0 25996 0 1 0 566 15 0 0 18 0 9 0 23391798 885096448 25019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19752/statm: 216088 25019 2590 9 0 210565 0
[pid=19752/tid=19753] ppid=19751 vsize=864352 CPUtime=3.75
/proc/19752/task/19753/stat : 19753 (java) R 19751 19738 16875 0 -1 64 3753 0 1 0 373 2 0 0 25 0 9 0 23391798 885096448 25019 996147200 134512640 134550932 4294955936 18446744073709551615 4125952216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19754] ppid=19751 vsize=864352 CPUtime=1.95
/proc/19752/task/19754/stat : 19754 (java) S 19751 19738 16875 0 -1 64 21208 0 0 0 183 12 0 0 16 0 9 0 23391800 885096448 25019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19755] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19755/stat : 19755 (java) S 19751 19738 16875 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23391800 885096448 25019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19756] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19756/stat : 19756 (java) S 19751 19738 16875 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23391800 885096448 25019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19757] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19757/stat : 19757 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23391803 885096448 25019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19758] ppid=19751 vsize=864352 CPUtime=0.09
/proc/19752/task/19758/stat : 19758 (java) S 19751 19738 16875 0 -1 64 335 0 0 0 9 0 0 0 16 0 9 0 23391803 885096448 25019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19759] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19759/stat : 19759 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23391803 885096448 25019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19760] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19760/stat : 19760 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23391803 885096448 25019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886576

[startup+12.7025 s]
/proc/loadavg: 2.20 2.06 2.02 4/93 19760
/proc/meminfo: memFree=1327480/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=0.35
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1310 4753 0 1 6 1 25 3 15 0 1 0 23391757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19738/statm: 4217 1111 409 3 0 796 0
[pid=19751] ppid=19738 vsize=5356 CPUtime=0
/proc/19751/stat : 19751 (sh) S 19738 19738 16875 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23391797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19751/statm: 1339 233 193 169 0 50 0
[pid=19752] ppid=19751 vsize=864352 CPUtime=12.15
/proc/19752/stat : 19752 (java) S 19751 19738 16875 0 -1 0 26757 0 1 0 1199 16 0 0 18 0 9 0 23391798 885096448 25771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19752/statm: 216088 25771 2590 9 0 210565 0
[pid=19752/tid=19753] ppid=19751 vsize=864352 CPUtime=10.04
/proc/19752/task/19753/stat : 19753 (java) R 19751 19738 16875 0 -1 64 3762 0 1 0 1002 2 0 0 25 0 9 0 23391798 885096448 25771 996147200 134512640 134550932 4294955936 18446744073709551615 4126588295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19754] ppid=19751 vsize=864352 CPUtime=1.99
/proc/19752/task/19754/stat : 19754 (java) S 19751 19738 16875 0 -1 64 21960 0 0 0 187 12 0 0 16 0 9 0 23391800 885096448 25771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19755] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19755/stat : 19755 (java) S 19751 19738 16875 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23391800 885096448 25771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19756] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19756/stat : 19756 (java) S 19751 19738 16875 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23391800 885096448 25771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19757] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19757/stat : 19757 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23391803 885096448 25771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19758] ppid=19751 vsize=864352 CPUtime=0.09
/proc/19752/task/19758/stat : 19758 (java) S 19751 19738 16875 0 -1 64 335 0 0 0 9 0 0 0 16 0 9 0 23391803 885096448 25771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19759] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19759/stat : 19759 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23391803 885096448 25771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19760] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19760/stat : 19760 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23391803 885096448 25771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 886576

[startup+25.5023 s]
/proc/loadavg: 2.17 2.06 2.02 3/93 19760
/proc/meminfo: memFree=1309816/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=0.35
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1310 4753 0 1 6 1 25 3 15 0 1 0 23391757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19738/statm: 4217 1111 409 3 0 796 0
[pid=19751] ppid=19738 vsize=5356 CPUtime=0
/proc/19751/stat : 19751 (sh) S 19738 19738 16875 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23391797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19751/statm: 1339 233 193 169 0 50 0
[pid=19752] ppid=19751 vsize=864352 CPUtime=24.82
/proc/19752/stat : 19752 (java) S 19751 19738 16875 0 -1 0 29299 0 1 0 2461 21 0 0 18 0 9 0 23391798 885096448 28256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19752/statm: 216088 28256 2590 9 0 210565 0
[pid=19752/tid=19753] ppid=19751 vsize=864352 CPUtime=22.53
/proc/19752/task/19753/stat : 19753 (java) R 19751 19738 16875 0 -1 64 3819 0 1 0 2247 6 0 0 25 0 9 0 23391798 885096448 28256 996147200 134512640 134550932 4294955936 18446744073709551615 4126588261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19754] ppid=19751 vsize=864352 CPUtime=2.16
/proc/19752/task/19754/stat : 19754 (java) S 19751 19738 16875 0 -1 64 24437 0 0 0 202 14 0 0 16 0 9 0 23391800 885096448 28256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19755] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19755/stat : 19755 (java) S 19751 19738 16875 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23391800 885096448 28256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19756] ppid=19751 vsize=864352 CPUtime=0
/proc/19752/task/19756/stat : 19756 (java) S 19751 19738 16875 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23391800 885096448 28256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19757] ppid=19751 vsize=864352 CPUtime=0

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

/proc/19752/task/19755/stat : 19755 (java) S 19751 19738 16875 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23391800 885112832 40456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19756] ppid=19751 vsize=864368 CPUtime=0
/proc/19752/task/19756/stat : 19756 (java) S 19751 19738 16875 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23391800 885112832 40456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19757] ppid=19751 vsize=864368 CPUtime=0
/proc/19752/task/19757/stat : 19757 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23391803 885112832 40456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19758] ppid=19751 vsize=864368 CPUtime=0.1
/proc/19752/task/19758/stat : 19758 (java) S 19751 19738 16875 0 -1 64 343 0 0 0 10 0 0 0 16 0 9 0 23391803 885112832 40456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19759] ppid=19751 vsize=864368 CPUtime=0
/proc/19752/task/19759/stat : 19759 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23391803 885112832 40456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19760] ppid=19751 vsize=864368 CPUtime=0
/proc/19752/task/19760/stat : 19760 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23391803 885112832 40456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.25
Current children cumulated vsize (KiB) 886592

[startup+282.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 19929
/proc/meminfo: memFree=1563760/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=0.35
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1310 4753 0 1 6 1 25 3 16 0 1 0 23391757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19738/statm: 4217 1111 409 3 0 796 0
[pid=19751] ppid=19738 vsize=5356 CPUtime=0
/proc/19751/stat : 19751 (sh) S 19738 19738 16875 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23391797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19751/statm: 1339 233 193 169 0 50 0
[pid=19752] ppid=19751 vsize=864368 CPUtime=280.86
/proc/19752/stat : 19752 (java) S 19751 19738 16875 0 -1 0 57829 0 1 0 27992 94 0 0 18 0 9 0 23391798 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19752/statm: 216092 40506 2590 9 0 210569 0
[pid=19752/tid=19753] ppid=19751 vsize=864368 CPUtime=274.88
/proc/19752/task/19753/stat : 19753 (java) R 19751 19738 16875 0 -1 64 4645 0 1 0 27426 62 0 0 25 0 9 0 23391798 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4126534178 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19752/tid=19754] ppid=19751 vsize=864368 CPUtime=5.84
/proc/19752/task/19754/stat : 19754 (java) S 19751 19738 16875 0 -1 64 52141 0 0 0 554 30 0 0 16 0 9 0 23391800 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19752/tid=19755] ppid=19751 vsize=864368 CPUtime=0
/proc/19752/task/19755/stat : 19755 (java) S 19751 19738 16875 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23391800 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19756] ppid=19751 vsize=864368 CPUtime=0
/proc/19752/task/19756/stat : 19756 (java) S 19751 19738 16875 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23391800 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19757] ppid=19751 vsize=864368 CPUtime=0
/proc/19752/task/19757/stat : 19757 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23391803 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19758] ppid=19751 vsize=864368 CPUtime=0.1
/proc/19752/task/19758/stat : 19758 (java) S 19751 19738 16875 0 -1 64 343 0 0 0 10 0 0 0 16 0 9 0 23391803 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19759] ppid=19751 vsize=864368 CPUtime=0
/proc/19752/task/19759/stat : 19759 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23391803 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19760] ppid=19751 vsize=864368 CPUtime=0
/proc/19752/task/19760/stat : 19760 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23391803 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.21
Current children cumulated vsize (KiB) 886592

[startup+342.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 19929
/proc/meminfo: memFree=1541232/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=0.35
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1310 4753 0 1 6 1 25 3 16 0 1 0 23391757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19738/statm: 4217 1111 409 3 0 796 0
[pid=19751] ppid=19738 vsize=5356 CPUtime=0
/proc/19751/stat : 19751 (sh) S 19738 19738 16875 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23391797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19751/statm: 1339 233 193 169 0 50 0
[pid=19752] ppid=19751 vsize=864368 CPUtime=340.84
/proc/19752/stat : 19752 (java) S 19751 19738 16875 0 -1 0 58007 0 1 0 33979 105 0 0 18 0 9 0 23391798 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19752/statm: 216092 40506 2590 9 0 210569 0
[pid=19752/tid=19753] ppid=19751 vsize=864368 CPUtime=334.36
/proc/19752/task/19753/stat : 19753 (java) R 19751 19738 16875 0 -1 64 4823 0 1 0 33365 71 0 0 25 0 9 0 23391798 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4126588224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19752/tid=19754] ppid=19751 vsize=864368 CPUtime=6.33
/proc/19752/task/19754/stat : 19754 (java) S 19751 19738 16875 0 -1 64 52141 0 0 0 601 32 0 0 16 0 9 0 23391800 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19752/tid=19755] ppid=19751 vsize=864368 CPUtime=0
/proc/19752/task/19755/stat : 19755 (java) S 19751 19738 16875 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23391800 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19756] ppid=19751 vsize=864368 CPUtime=0
/proc/19752/task/19756/stat : 19756 (java) S 19751 19738 16875 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23391800 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19757] ppid=19751 vsize=864368 CPUtime=0
/proc/19752/task/19757/stat : 19757 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23391803 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19758] ppid=19751 vsize=864368 CPUtime=0.1
/proc/19752/task/19758/stat : 19758 (java) S 19751 19738 16875 0 -1 64 343 0 0 0 10 0 0 0 16 0 9 0 23391803 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19759] ppid=19751 vsize=864368 CPUtime=0
/proc/19752/task/19759/stat : 19759 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23391803 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19752/tid=19760] ppid=19751 vsize=864368 CPUtime=0
/proc/19752/task/19760/stat : 19760 (java) S 19751 19738 16875 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23391803 885112832 40506 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.19
Current children cumulated vsize (KiB) 886592

[startup+402.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 19931
/proc/meminfo: memFree=1625136/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=399.61
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1376 68469 0 2 6 1 39821 133 16 0 1 0 23391757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19738/statm: 4217 1113 409 3 0 796 0
[pid=19930] ppid=19738 vsize=5356 CPUtime=0
/proc/19930/stat : 19930 (sh) S 19738 19738 16875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23431834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19930/statm: 1339 232 193 169 0 50 0
[pid=19931] ppid=19930 vsize=72608 CPUtime=1.5
/proc/19931/stat : 19931 (minisat) R 19930 19738 16875 0 -1 4194304 17947 0 0 0 135 15 0 0 25 0 1 0 23431835 74350592 17933 996147200 134512640 135127466 4294956256 18446744073709551615 134514152 0 0 4096 3 0 0 0 17 1 0 0
/proc/19931/statm: 18152 17933 62 150 0 17999 0
Current children cumulated CPU time (s) 401.11
Current children cumulated vsize (KiB) 94832

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

[startup+403.202 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 19931
/proc/meminfo: memFree=1574512/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=399.61
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1376 68469 0 2 6 1 39821 133 16 0 1 0 23391757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19738/statm: 4217 1113 409 3 0 796 0
[pid=19930] ppid=19738 vsize=5356 CPUtime=0
/proc/19930/stat : 19930 (sh) S 19738 19738 16875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23431834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19930/statm: 1339 232 193 169 0 50 0
[pid=19931] ppid=19930 vsize=116100 CPUtime=2.39
/proc/19931/stat : 19931 (minisat) R 19930 19738 16875 0 -1 4194304 28335 0 0 0 215 24 0 0 25 0 1 0 23431835 118886400 28321 996147200 134512640 135127466 4294956256 18446744073709551615 134513998 0 0 4096 3 0 0 0 17 1 0 0
/proc/19931/statm: 29025 28321 62 150 0 28872 0
Current children cumulated CPU time (s) 402
Current children cumulated vsize (KiB) 138324

[startup+406.403 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 19931
/proc/meminfo: memFree=1505904/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=399.61
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1376 68469 0 2 6 1 39821 133 15 0 1 0 23391757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19738/statm: 4217 1113 409 3 0 796 0
[pid=19930] ppid=19738 vsize=5356 CPUtime=0
/proc/19930/stat : 19930 (sh) S 19738 19738 16875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23431834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19930/statm: 1339 232 193 169 0 50 0
[pid=19931] ppid=19930 vsize=157564 CPUtime=5.56
/proc/19931/stat : 19931 (minisat) R 19930 19738 16875 0 -1 4194304 38845 0 0 0 524 32 0 0 25 0 1 0 23431835 161345536 38831 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19931/statm: 39391 38831 73 150 0 39238 0
Current children cumulated CPU time (s) 405.17
Current children cumulated vsize (KiB) 179788

[startup+408.001 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 19931
/proc/meminfo: memFree=1503920/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=399.61
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1376 68469 0 2 6 1 39821 133 16 0 1 0 23391757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19738/statm: 4217 1113 409 3 0 796 0
[pid=19930] ppid=19738 vsize=5356 CPUtime=0
/proc/19930/stat : 19930 (sh) S 19738 19738 16875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23431834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19930/statm: 1339 232 193 169 0 50 0
[pid=19931] ppid=19930 vsize=159556 CPUtime=7.14
/proc/19931/stat : 19931 (minisat) R 19930 19738 16875 0 -1 4194304 39301 0 0 0 682 32 0 0 25 0 1 0 23431835 163385344 39287 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19931/statm: 39889 39287 73 150 0 39736 0
Current children cumulated CPU time (s) 406.75
Current children cumulated vsize (KiB) 181780

[startup+408.801 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 19931
/proc/meminfo: memFree=1502768/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=399.61
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1376 68469 0 2 6 1 39821 133 16 0 1 0 23391757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19738/statm: 4217 1113 409 3 0 796 0
[pid=19930] ppid=19738 vsize=5356 CPUtime=0
/proc/19930/stat : 19930 (sh) S 19738 19738 16875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23431834 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19930/statm: 1339 232 193 169 0 50 0
[pid=19931] ppid=19930 vsize=159980 CPUtime=7.94
/proc/19931/stat : 19931 (minisat) R 19930 19738 16875 0 -1 4194304 39403 0 0 0 762 32 0 0 25 0 1 0 23431835 163819520 39389 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19931/statm: 39995 39389 73 150 0 39842 0
Current children cumulated CPU time (s) 407.55
Current children cumulated vsize (KiB) 182204

[startup+409.601 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 19931
/proc/meminfo: memFree=1502320/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=408.29
/proc/19738/stat : 19738 (sugar) S 19736 19738 16875 0 -1 4194304 1430 108247 0 2 6 1 40653 169 17 0 1 0 23391757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19738/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 408.29
Current children cumulated vsize (KiB) 16868

[startup+409.805 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 19931
/proc/meminfo: memFree=1502320/2055920 swapFree=4192812/4192956
[pid=19738] ppid=19736 vsize=16868 CPUtime=408.52
/proc/19738/stat : 19738 (sugar) R 19736 19738 16875 0 -1 4194304 1477 112065 0 3 6 9 40666 171 16 0 1 0 23391757 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19738/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 408.52
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 409.806
CPU time (s): 408.55
CPU user time (s): 406.732
CPU system time (s): 1.81772
CPU usage (%): 99.6935
Max. virtual memory (cumulated for all children) (KiB): 899532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 406.732
system time used= 1.81772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113602
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21374
involuntary context switches= 20089

runsolver used 0.493924 second user time and 1.40279 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 03:48:03
IDJOB=2077044
IDBENCH=56543
IDSOLVER=739
FILE ID=node52/2077044-1247363283
PBS_JOBID= 9506948
Free space on /tmp= 66144 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg16-20_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-2077044-1247363283/watcher-2077044-1247363283 -o /tmp/evaluation-result-2077044-1247363283/solver-2077044-1247363283 -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-2077044-1247363283.xml

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

MD5SUM BENCH= 1df82e8a2f01b53d84359bad2ff636b0
RANDOM SEED=1653119432

node52.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.236
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.236
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:       1423920 kB
Buffers:         25908 kB
Cached:          96220 kB
SwapCached:          0 kB
Active:         536336 kB
Inactive:        43404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1423920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:         478012 kB
Slab:            36392 kB
Committed_AS:   643304 kB
PageTables:       2812 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= 66140 MiB
End job on node52 at 2009-07-12 03:54:53