Trace number 2077329

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+picosat? (TO) 1800.02 1881.23

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg7-7_ext.xml
MD5SUMf00aa59633d3b6e99f8253640165ef5c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.84172
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints14
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension14
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/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:03:35 2009
0.00/0.08	c 0	PID 22668
0.06/0.08	c 0	HOST node35.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2077329-1247364215.xml TO HOME/temp.csp
0.06/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-2077329-1247364215.xml' 'HOME/temp.csp'
0.07/0.56	c 0	1 domains, 49 variables, 0 predicates, 1 relations, 14 constraints
0.07/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.62	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.55/0.70	c 0	Parsing HOME/temp.csp
0.91/1.07	c 1	parsed 65 expressions
0.91/1.08	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.08	c 1	Converting to clausal form CSP
0.91/1.10	c 1	converted 7 (10%) expressions
0.91/1.10	c 1	converted 13 (20%) expressions
0.91/1.10	c 1	converted 20 (30%) expressions
0.91/1.10	c 1	converted 26 (40%) expressions
0.91/1.10	c 1	converted 33 (50%) expressions
0.91/1.10	c 1	converted 39 (60%) expressions
0.91/1.10	c 1	converted 46 (70%) expressions
1.40/1.50	c 1	converted 52 (80%) expressions
3.87/4.08	c 4	converted 59 (90%) expressions
6.24/6.46	c 6	converted 65 (100%) expressions
6.24/6.46	c 6	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
6.24/6.46	c 6	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.24/6.46	c 6	Propagation in CSP
6.24/6.46	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.24/6.46	c 6	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
6.24/6.46	c 6	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.24/6.46	c 6	Simplifing CSP by introducing new Boolean variables
6.24/6.46	c 6	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
6.24/6.46	c 6	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.23/7.48	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.23/7.49	c 7	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
7.33/7.50	c 7	10 (20%) CSP integer variables are encoded (240 clauses, 2496 bytes)
7.33/7.50	c 7	15 (30%) CSP integer variables are encoded (360 clauses, 3816 bytes)
7.33/7.50	c 7	20 (40%) CSP integer variables are encoded (480 clauses, 5136 bytes)
7.33/7.51	c 7	25 (50%) CSP integer variables are encoded (600 clauses, 6456 bytes)
7.33/7.51	c 7	30 (60%) CSP integer variables are encoded (720 clauses, 7776 bytes)
7.33/7.51	c 7	35 (70%) CSP integer variables are encoded (840 clauses, 9096 bytes)
7.33/7.51	c 7	40 (80%) CSP integer variables are encoded (960 clauses, 10417 bytes)
7.33/7.51	c 7	45 (90%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
7.33/7.51	c 7	49 (100%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
150.12/153.66	c 153	2 (10%) CSP clauses are encoded (265880 clauses, 11710138 bytes)
218.66/222.83	c 223	3 (20%) CSP clauses are encoded (398232 clauses, 18077367 bytes)
345.98/351.43	c 351	5 (30%) CSP clauses are encoded (662936 clauses, 30813085 bytes)
416.10/422.23	c 422	6 (40%) CSP clauses are encoded (795288 clauses, 37432821 bytes)
496.38/503.33	c 503	7 (50%) CSP clauses are encoded (927640 clauses, 44194087 bytes)
636.62/644.93	c 645	9 (60%) CSP clauses are encoded (1192344 clauses, 57524188 bytes)
709.40/718.43	c 718	10 (70%) CSP clauses are encoded (1324696 clauses, 64093023 bytes)
858.54/869.05	c 869	12 (80%) CSP clauses are encoded (1589400 clauses, 77230693 bytes)
926.12/936.93	c 937	13 (90%) CSP clauses are encoded (1721752 clauses, 83993025 bytes)
1001.28/1012.16	c 1012	14 (100%) CSP clauses are encoded (1854104 clauses, 91954046 bytes)
1001.28/1012.16	c 1012	14 CSP clauses encoded
1001.28/1012.16	c 1012	Writing map file : HOME/temp.map
1001.28/1012.16	c 1012	Heap : 176 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1001.28/1012.16	c 1012	SAT : 1225 SAT variables, 1854104 SAT clauses, 91954046 bytes
1001.28/1012.17	c 1012	Heap : 176 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1001.39/1012.20	c 1012	SOLVING HOME/temp.cnf
1001.39/1012.20	c 1012	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1881.22	c ERROR INTERRUPTED
1800.02/1881.23	s UNKNOWN
1800.02/1881.23	c 1881	CPU 1001.4 (0.06 0.01 999.95 1.38)
1800.02/1881.23	c 1881	END Sun Jul 12 04:34:56 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077329-1247364215/watcher-2077329-1247364215 -o /tmp/evaluation-result-2077329-1247364215/solver-2077329-1247364215 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2077329-1247364215.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.75 2.28 2.12 5/87 22668
/proc/meminfo: memFree=1268928/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=3672 CPUtime=0
/proc/22668/stat : 22668 (sugar) R 22666 22668 21931 0 -1 4194304 55 0 0 0 0 0 0 0 21 0 1 0 23487866 3760128 40 996147200 4194304 4206940 548682068608 18446744073709551615 266131797385 0 0 4096 0 0 0 0 17 1 0 0
/proc/22668/statm: 918 40 31 3 0 8 0

[startup+0.084635 s]
/proc/loadavg: 2.75 2.28 2.12 5/87 22668
/proc/meminfo: memFree=1268928/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16740 CPUtime=0.06
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23487866 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22668/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102328 s]
/proc/loadavg: 2.75 2.28 2.12 5/87 22668
/proc/meminfo: memFree=1268928/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=0.07
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23487866 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22668/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301282 s]
/proc/loadavg: 2.75 2.28 2.12 5/87 22668
/proc/meminfo: memFree=1268928/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=0.07
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23487866 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22668/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701318 s]
/proc/loadavg: 2.75 2.28 2.12 5/87 22668
/proc/meminfo: memFree=1268928/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=0.55
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1292 8764 0 1 6 1 42 6 16 0 1 0 23487866 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22668/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.50141 s]
/proc/loadavg: 2.75 2.28 2.12 4/98 22690
/proc/meminfo: memFree=1253736/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=0.55
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1310 8764 0 1 6 1 42 6 15 0 1 0 23487866 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22668/statm: 4217 1111 409 3 0 796 0
[pid=22681] ppid=22668 vsize=5356 CPUtime=0
/proc/22681/stat : 22681 (sh) S 22668 22668 21931 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22681/statm: 1339 233 193 169 0 50 0
[pid=22682] ppid=22681 vsize=864352 CPUtime=0.85
/proc/22682/stat : 22682 (java) S 22681 22668 21931 0 -1 0 9096 0 1 0 81 4 0 0 18 0 9 0 23487929 885096448 7900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22682/statm: 216088 7900 2567 9 0 210593 0
[pid=22682/tid=22683] ppid=22681 vsize=864352 CPUtime=0.45
/proc/22682/task/22683/stat : 22683 (java) R 22681 22668 21931 0 -1 64 2662 0 1 0 44 1 0 0 19 0 9 0 23487930 885096448 7900 996147200 134512640 134550932 4294955936 18446744073709551615 104264330 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22684] ppid=22681 vsize=864352 CPUtime=0.33
/proc/22682/task/22684/stat : 22684 (java) S 22681 22668 21931 0 -1 64 5419 0 0 0 32 1 0 0 16 0 9 0 23487931 885096448 7900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22685] ppid=22681 vsize=864352 CPUtime=0
/proc/22682/task/22685/stat : 22685 (java) S 22681 22668 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23487931 885096448 7900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22686] ppid=22681 vsize=864352 CPUtime=0
/proc/22682/task/22686/stat : 22686 (java) S 22681 22668 21931 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23487931 885096448 7900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22687] ppid=22681 vsize=864352 CPUtime=0
/proc/22682/task/22687/stat : 22687 (java) S 22681 22668 21931 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23487933 885096448 7900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22688] ppid=22681 vsize=864352 CPUtime=0.04
/proc/22682/task/22688/stat : 22688 (java) S 22681 22668 21931 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23487933 885096448 7900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22689] ppid=22681 vsize=864352 CPUtime=0
/proc/22682/task/22689/stat : 22689 (java) S 22681 22668 21931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23487933 885096448 7900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22690] ppid=22681 vsize=864352 CPUtime=0
/proc/22682/task/22690/stat : 22690 (java) S 22681 22668 21931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487933 885096448 7900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886576

[startup+3.10259 s]
/proc/loadavg: 2.75 2.28 2.12 4/98 22690
/proc/meminfo: memFree=1229224/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=0.55
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1310 8764 0 1 6 1 42 6 16 0 1 0 23487866 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22668/statm: 4217 1111 409 3 0 796 0
[pid=22681] ppid=22668 vsize=5356 CPUtime=0
/proc/22681/stat : 22681 (sh) S 22668 22668 21931 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22681/statm: 1339 233 193 169 0 50 0
[pid=22682] ppid=22681 vsize=864352 CPUtime=2.44
/proc/22682/stat : 22682 (java) S 22681 22668 21931 0 -1 0 18806 0 1 0 233 11 0 0 18 0 9 0 23487929 885096448 17179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22682/statm: 216088 17179 2566 9 0 210593 0
[pid=22682/tid=22683] ppid=22681 vsize=864352 CPUtime=1.08
/proc/22682/task/22683/stat : 22683 (java) S 22681 22668 21931 0 -1 64 3107 0 1 0 106 2 0 0 16 0 9 0 23487930 885096448 17179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22684] ppid=22681 vsize=864352 CPUtime=1.28
/proc/22682/task/22684/stat : 22684 (java) R 22681 22668 21931 0 -1 64 14682 0 0 0 120 8 0 0 20 0 9 0 23487931 885096448 17179 996147200 134512640 134550932 4294955936 18446744073709551615 104516221 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22685] ppid=22681 vsize=864352 CPUtime=0
/proc/22682/task/22685/stat : 22685 (java) S 22681 22668 21931 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23487931 885096448 17179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22686] ppid=22681 vsize=864352 CPUtime=0
/proc/22682/task/22686/stat : 22686 (java) S 22681 22668 21931 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23487931 885096448 17179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22687] ppid=22681 vsize=864352 CPUtime=0
/proc/22682/task/22687/stat : 22687 (java) S 22681 22668 21931 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23487933 885096448 17179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22688] ppid=22681 vsize=864352 CPUtime=0.05
/proc/22682/task/22688/stat : 22688 (java) S 22681 22668 21931 0 -1 64 314 0 0 0 5 0 0 0 16 0 9 0 23487933 885096448 17179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22689] ppid=22681 vsize=864352 CPUtime=0
/proc/22682/task/22689/stat : 22689 (java) S 22681 22668 21931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23487933 885096448 17179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22690] ppid=22681 vsize=864352 CPUtime=0
/proc/22682/task/22690/stat : 22690 (java) S 22681 22668 21931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487933 885096448 17179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886576

[startup+6.30294 s]
/proc/loadavg: 2.77 2.30 2.13 4/98 22690
/proc/meminfo: memFree=1145768/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=0.55
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1310 8764 0 1 6 1 42 6 16 0 1 0 23487866 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22668/statm: 4217 1111 409 3 0 796 0
[pid=22681] ppid=22668 vsize=5356 CPUtime=0
/proc/22681/stat : 22681 (sh) S 22668 22668 21931 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22681/statm: 1339 233 193 169 0 50 0
[pid=22682] ppid=22681 vsize=864352 CPUtime=5.59
/proc/22682/stat : 22682 (java) S 22681 22668 21931 0 -1 0 43442 0 1 0 534 25 0 0 18 0 9 0 23487929 885096448 31240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22682/statm: 216088 31240 2567 9 0 210593 0
[pid=22682/tid=22683] ppid=22681 vsize=864352 CPUtime=2.11
/proc/22682/task/22683/stat : 22683 (java) S 22681 22668 21931 0 -1 64 4298 0 1 0 209 2 0 0 17 0 9 0 23487930 885096448 31240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22684] ppid=22681 vsize=864352 CPUtime=3.4
/proc/22682/task/22684/stat : 22684 (java) R 22681 22668 21931 0 -1 64 38127 0 0 0 319 21 0 0 25 0 9 0 23487931 885096448 31240 996147200 134512640 134550932 4294955936 18446744073709551615 102759525 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22685] ppid=22681 vsize=864352 CPUtime=0
/proc/22682/task/22685/stat : 22685 (java) S 22681 22668 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23487931 885096448 31240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22686] ppid=22681 vsize=864352 CPUtime=0
/proc/22682/task/22686/stat : 22686 (java) S 22681 22668 21931 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23487931 885096448 31240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22687] ppid=22681 vsize=864352 CPUtime=0
/proc/22682/task/22687/stat : 22687 (java) S 22681 22668 21931 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23487933 885096448 31240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22688] ppid=22681 vsize=864352 CPUtime=0.05
/proc/22682/task/22688/stat : 22688 (java) S 22681 22668 21931 0 -1 64 314 0 0 0 5 0 0 0 16 0 9 0 23487933 885096448 31240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22689] ppid=22681 vsize=864352 CPUtime=0
/proc/22682/task/22689/stat : 22689 (java) S 22681 22668 21931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23487933 885096448 31240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22690] ppid=22681 vsize=864352 CPUtime=0
/proc/22682/task/22690/stat : 22690 (java) S 22681 22668 21931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487933 885096448 31240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886576

[startup+12.7027 s]
/proc/loadavg: 2.79 2.31 2.13 4/98 22690
/proc/meminfo: memFree=1140392/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=0.55
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1311 8764 0 1 6 1 42 6 16 0 1 0 23487866 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22668/statm: 4217 1112 409 3 0 796 0
[pid=22681] ppid=22668 vsize=5356 CPUtime=0
/proc/22681/stat : 22681 (sh) S 22668 22668 21931 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22681/statm: 1339 233 193 169 0 50 0
[pid=22682] ppid=22681 vsize=864464 CPUtime=11.9
/proc/22682/stat : 22682 (java) S 22681 22668 21931 0 -1 0 55504 0 1 0 1158 32 0 0 18 0 9 0 23487929 885211136 32910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22682/statm: 216116 32910 2591 9 0 210593 0
[pid=22682/tid=22683] ppid=22681 vsize=864464 CPUtime=7.21
/proc/22682/task/22683/stat : 22683 (java) R 22681 22668 21931 0 -1 64 4372 0 1 0 718 3 0 0 25 0 9 0 23487930 885211136 32910 996147200 134512640 134550932 4294955936 18446744073709551615 4126587476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22684] ppid=22681 vsize=864464 CPUtime=4.58
/proc/22682/task/22684/stat : 22684 (java) S 22681 22668 21931 0 -1 64 50093 0 0 0 430 28 0 0 16 0 9 0 23487931 885211136 32910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22685] ppid=22681 vsize=864464 CPUtime=0
/proc/22682/task/22685/stat : 22685 (java) S 22681 22668 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23487931 885211136 32910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22686] ppid=22681 vsize=864464 CPUtime=0
/proc/22682/task/22686/stat : 22686 (java) S 22681 22668 21931 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23487931 885211136 32910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22687] ppid=22681 vsize=864464 CPUtime=0
/proc/22682/task/22687/stat : 22687 (java) S 22681 22668 21931 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23487933 885211136 32910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22688] ppid=22681 vsize=864464 CPUtime=0.08
/proc/22682/task/22688/stat : 22688 (java) S 22681 22668 21931 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23487933 885211136 32910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22689] ppid=22681 vsize=864464 CPUtime=0
/proc/22682/task/22689/stat : 22689 (java) S 22681 22668 21931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23487933 885211136 32910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22690] ppid=22681 vsize=864464 CPUtime=0
/proc/22682/task/22690/stat : 22690 (java) S 22681 22668 21931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487933 885211136 32910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 886688

[startup+25.5021 s]
/proc/loadavg: 2.83 2.34 2.14 4/98 22690
/proc/meminfo: memFree=1137768/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=0.55
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1311 8764 0 1 6 1 42 6 16 0 1 0 23487866 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22668/statm: 4217 1112 409 3 0 796 0
[pid=22681] ppid=22668 vsize=5356 CPUtime=0
/proc/22681/stat : 22681 (sh) S 22668 22668 21931 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22681/statm: 1339 233 193 169 0 50 0
[pid=22682] ppid=22681 vsize=864464 CPUtime=24.56
/proc/22682/stat : 22682 (java) S 22681 22668 21931 0 -1 0 55504 0 1 0 2424 32 0 0 18 0 9 0 23487929 885211136 32910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22682/statm: 216116 32910 2591 9 0 210593 0
[pid=22682/tid=22683] ppid=22681 vsize=864464 CPUtime=19.87
/proc/22682/task/22683/stat : 22683 (java) R 22681 22668 21931 0 -1 64 4372 0 1 0 1984 3 0 0 25 0 9 0 23487930 885211136 32910 996147200 134512640 134550932 4294955936 18446744073709551615 4126587536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22684] ppid=22681 vsize=864464 CPUtime=4.58
/proc/22682/task/22684/stat : 22684 (java) S 22681 22668 21931 0 -1 64 50093 0 0 0 430 28 0 0 16 0 9 0 23487931 885211136 32910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22685] ppid=22681 vsize=864464 CPUtime=0
/proc/22682/task/22685/stat : 22685 (java) S 22681 22668 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23487931 885211136 32910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22686] ppid=22681 vsize=864464 CPUtime=0
/proc/22682/task/22686/stat : 22686 (java) S 22681 22668 21931 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23487931 885211136 32910 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22682/tid=22687] ppid=22681 vsize=864464 CPUtime=0

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

/proc/meminfo: memFree=1108616/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=1001.4
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1367 118140 0 2 6 1 99995 138 17 0 1 0 23487866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22668/statm: 4217 1113 409 3 0 796 0
[pid=22797] ppid=22668 vsize=5356 CPUtime=0
/proc/22797/stat : 22797 (sh) S 22668 22668 21931 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23589086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22797/statm: 1339 232 193 169 0 50 0
[pid=22798] ppid=22797 vsize=124508 CPUtime=299.17
/proc/22798/stat : 22798 (picosat) R 22797 22668 21931 0 -1 4194304 31009 0 0 0 27293 2624 0 0 25 0 1 0 23589087 127496192 30870 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22798/statm: 31127 30870 48 102 0 31022 0
Current children cumulated CPU time (s) 1300.57
Current children cumulated vsize (KiB) 146732

[startup+1422.31 s]
/proc/loadavg: 3.41 2.82 2.39 4/92 18793
/proc/meminfo: memFree=1091656/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=1001.4
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1367 118140 0 2 6 1 99995 138 17 0 1 0 23487866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22668/statm: 4217 1113 409 3 0 796 0
[pid=22797] ppid=22668 vsize=5356 CPUtime=0
/proc/22797/stat : 22797 (sh) S 22668 22668 21931 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23589086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22797/statm: 1339 232 193 169 0 50 0
[pid=22798] ppid=22797 vsize=124508 CPUtime=347.45
/proc/22798/stat : 22798 (picosat) R 22797 22668 21931 0 -1 4194304 31029 0 0 0 32118 2627 0 0 25 0 1 0 23589087 127496192 30890 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22798/statm: 31127 30890 48 102 0 31022 0
Current children cumulated CPU time (s) 1348.85
Current children cumulated vsize (KiB) 146732

[startup+1482.3 s]
/proc/loadavg: 3.22 2.87 2.43 4/91 24148
/proc/meminfo: memFree=1067088/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=1001.4
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1367 118140 0 2 6 1 99995 138 17 0 1 0 23487866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22668/statm: 4217 1113 409 3 0 796 0
[pid=22797] ppid=22668 vsize=5356 CPUtime=0
/proc/22797/stat : 22797 (sh) S 22668 22668 21931 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23589086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22797/statm: 1339 232 193 169 0 50 0
[pid=22798] ppid=22797 vsize=124904 CPUtime=403.81
/proc/22798/stat : 22798 (picosat) R 22797 22668 21931 0 -1 4194304 31115 0 0 0 37752 2629 0 0 25 0 1 0 23589087 127901696 30976 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22798/statm: 31226 30976 48 102 0 31121 0
Current children cumulated CPU time (s) 1405.21
Current children cumulated vsize (KiB) 147128

[startup+1542.3 s]
/proc/loadavg: 2.55 2.75 2.42 3/85 25406
/proc/meminfo: memFree=1065256/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=1001.4
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1367 118140 0 2 6 1 99995 138 17 0 1 0 23487866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22668/statm: 4217 1113 409 3 0 796 0
[pid=22797] ppid=22668 vsize=5356 CPUtime=0
/proc/22797/stat : 22797 (sh) S 22668 22668 21931 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23589086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22797/statm: 1339 232 193 169 0 50 0
[pid=22798] ppid=22797 vsize=127016 CPUtime=462.97
/proc/22798/stat : 22798 (picosat) R 22797 22668 21931 0 -1 4194304 31820 0 0 0 43667 2630 0 0 25 0 1 0 23589087 130064384 31557 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22798/statm: 31754 31557 48 102 0 31649 0
Current children cumulated CPU time (s) 1464.37
Current children cumulated vsize (KiB) 149240

[startup+1602.3 s]
/proc/loadavg: 2.20 2.61 2.39 3/85 25406
/proc/meminfo: memFree=1062696/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=1001.4
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1367 118140 0 2 6 1 99995 138 17 0 1 0 23487866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22668/statm: 4217 1113 409 3 0 796 0
[pid=22797] ppid=22668 vsize=5356 CPUtime=0
/proc/22797/stat : 22797 (sh) S 22668 22668 21931 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23589086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22797/statm: 1339 232 193 169 0 50 0
[pid=22798] ppid=22797 vsize=127016 CPUtime=522.4
/proc/22798/stat : 22798 (picosat) R 22797 22668 21931 0 -1 4194304 31820 0 0 0 49610 2630 0 0 25 0 1 0 23589087 130064384 31557 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/22798/statm: 31754 31557 48 102 0 31649 0
Current children cumulated CPU time (s) 1523.8
Current children cumulated vsize (KiB) 149240

[startup+1662.3 s]
/proc/loadavg: 2.07 2.50 2.36 3/85 25406
/proc/meminfo: memFree=1011752/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=1001.4
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1367 118140 0 2 6 1 99995 138 17 0 1 0 23487866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22668/statm: 4217 1113 409 3 0 796 0
[pid=22797] ppid=22668 vsize=5356 CPUtime=0
/proc/22797/stat : 22797 (sh) S 22668 22668 21931 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23589086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22797/statm: 1339 232 193 169 0 50 0
[pid=22798] ppid=22797 vsize=127016 CPUtime=581.83
/proc/22798/stat : 22798 (picosat) R 22797 22668 21931 0 -1 4194304 31820 0 0 0 55553 2630 0 0 25 0 1 0 23589087 130064384 31557 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/22798/statm: 31754 31557 48 102 0 31649 0
Current children cumulated CPU time (s) 1583.23
Current children cumulated vsize (KiB) 149240

[startup+1722.3 s]
/proc/loadavg: 2.02 2.40 2.34 3/85 25406
/proc/meminfo: memFree=1011240/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=1001.4
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1367 118140 0 2 6 1 99995 138 17 0 1 0 23487866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22668/statm: 4217 1113 409 3 0 796 0
[pid=22797] ppid=22668 vsize=5356 CPUtime=0
/proc/22797/stat : 22797 (sh) S 22668 22668 21931 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23589086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22797/statm: 1339 232 193 169 0 50 0
[pid=22798] ppid=22797 vsize=127676 CPUtime=641.24
/proc/22798/stat : 22798 (picosat) R 22797 22668 21931 0 -1 4194304 31992 0 0 0 61494 2630 0 0 25 0 1 0 23589087 130740224 31729 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22798/statm: 31919 31729 48 102 0 31814 0
Current children cumulated CPU time (s) 1642.64
Current children cumulated vsize (KiB) 149900

[startup+1782.3 s]
/proc/loadavg: 2.01 2.33 2.32 3/85 25406
/proc/meminfo: memFree=1010600/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=1001.4
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1367 118140 0 2 6 1 99995 138 17 0 1 0 23487866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22668/statm: 4217 1113 409 3 0 796 0
[pid=22797] ppid=22668 vsize=5356 CPUtime=0
/proc/22797/stat : 22797 (sh) S 22668 22668 21931 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23589086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22797/statm: 1339 232 193 169 0 50 0
[pid=22798] ppid=22797 vsize=128584 CPUtime=700.66
/proc/22798/stat : 22798 (picosat) R 22797 22668 21931 0 -1 4194304 32219 0 0 0 67436 2630 0 0 25 0 1 0 23589087 131670016 31825 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22798/statm: 32146 31825 48 102 0 32041 0
Current children cumulated CPU time (s) 1702.06
Current children cumulated vsize (KiB) 150808

[startup+1842.3 s]
/proc/loadavg: 2.00 2.27 2.29 3/85 25406
/proc/meminfo: memFree=997288/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=1001.4
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1367 118140 0 2 6 1 99995 138 17 0 1 0 23487866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22668/statm: 4217 1113 409 3 0 796 0
[pid=22797] ppid=22668 vsize=5356 CPUtime=0
/proc/22797/stat : 22797 (sh) S 22668 22668 21931 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23589086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22797/statm: 1339 232 193 169 0 50 0
[pid=22798] ppid=22797 vsize=128584 CPUtime=760.1
/proc/22798/stat : 22798 (picosat) R 22797 22668 21931 0 -1 4194304 32219 0 0 0 73380 2630 0 0 25 0 1 0 23589087 131670016 31825 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/22798/statm: 32146 31825 48 102 0 32041 0
Current children cumulated CPU time (s) 1761.5
Current children cumulated vsize (KiB) 150808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1881.2 s]
/proc/loadavg: 2.00 2.23 2.28 3/85 25406
/proc/meminfo: memFree=997224/2055920 swapFree=4192812/4192956
[pid=22668] ppid=22666 vsize=16868 CPUtime=1001.4
/proc/22668/stat : 22668 (sugar) S 22666 22668 21931 0 -1 4194304 1367 118140 0 2 6 1 99995 138 17 0 1 0 23487866 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22668/statm: 4217 1113 409 3 0 796 0
[pid=22797] ppid=22668 vsize=5356 CPUtime=0
/proc/22797/stat : 22797 (sh) S 22668 22668 21931 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23589086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22797/statm: 1339 232 193 169 0 50 0
[pid=22798] ppid=22797 vsize=128584 CPUtime=798.62
/proc/22798/stat : 22798 (picosat) R 22797 22668 21931 0 -1 4194304 32246 0 0 0 77232 2630 0 0 25 0 1 0 23589087 131670016 31852 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22798/statm: 32146 31852 48 102 0 32041 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 150808

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22668 and gives
#  childrusage.ru_utime.tv_sec=1000
#  childrusage.ru_utime.tv_usec=20973
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=409785
# CPU time returned by wait4() is 1001.43
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1881.23
CPU time (s): 1800.02
CPU user time (s): 1772.33
CPU system time (s): 27.69
CPU usage (%): 95.683
Max. virtual memory (cumulated for all children) (KiB): 912804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1000.02
system time used= 1.40978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119899
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28355
involuntary context switches= 54448

runsolver used 2.43163 second user time and 6.47802 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 04:03:35
IDJOB=2077329
IDBENCH=56581
IDSOLVER=738
FILE ID=node35/2077329-1247364215
PBS_JOBID= 9507016
Free space on /tmp= 66248 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg7-7_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077329-1247364215/watcher-2077329-1247364215 -o /tmp/evaluation-result-2077329-1247364215/solver-2077329-1247364215 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2077329-1247364215.xml

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

MD5SUM BENCH= f00aa59633d3b6e99f8253640165ef5c
RANDOM SEED=1951078752

node35.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.213
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.213
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:       1269408 kB
Buffers:         34396 kB
Cached:         106160 kB
SwapCached:          0 kB
Active:         673032 kB
Inactive:        51172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1269408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2232 kB
Writeback:           0 kB
Mapped:         605560 kB
Slab:            45764 kB
Committed_AS:   958692 kB
PageTables:       3300 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= 66268 MiB
End job on node35 at 2009-07-12 04:34:58