Trace number 2062831

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.05 1804.88

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-15.xml
MD5SUM0f795da72149032c268c786dfab1e3c5
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables675
Number of constraints286
Maximum constraint arity225
Maximum domain size225
Number of constraints which are defined in extension225
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(61)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.07	c 0	BEGIN Sat Jul 11 18:28:06 2009
0.02/0.07	c 0	PID 15650
0.02/0.07	c 0	HOST node40.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-2062831-1247329686.xml TO HOME/temp.csp
0.02/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2062831-1247329686.xml' 'HOME/temp.csp'
0.06/0.58	c 1	2 domains, 675 variables, 0 predicates, 1 relations, 286 constraints
0.06/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.60	c 1	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.06/0.68	c 1	Parsing HOME/temp.csp
0.57/0.74	c 1	parsed 964 expressions
0.57/0.75	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.57/0.75	c 1	Converting to clausal form CSP
0.57/0.77	c 1	converted 97 (10%) expressions
0.57/0.77	c 1	converted 193 (20%) expressions
0.57/0.78	c 1	converted 290 (30%) expressions
0.57/0.78	c 1	converted 386 (40%) expressions
0.57/0.78	c 1	converted 482 (50%) expressions
0.57/0.78	c 1	converted 579 (60%) expressions
0.57/0.78	c 1	converted 675 (70%) expressions
0.57/0.87	c 1	converted 772 (80%) expressions
0.95/1.00	c 1	converted 868 (90%) expressions
2.33/2.41	c 3	converted 964 (100%) expressions
2.33/2.41	c 3	CSP : 675 integers, 0 booleans, 31847 clauses, largest domain size 225
2.33/2.41	c 3	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.33/2.41	c 3	Propagation in CSP
2.43/2.55	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.43/2.55	c 3	CSP : 675 integers, 0 booleans, 31847 clauses, largest domain size 225
2.43/2.55	c 3	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.43/2.57	c 3	Simplifing CSP by introducing new Boolean variables
3.03/3.11	c 3	CSP : 675 integers, 63000 booleans, 94847 clauses, largest domain size 225
3.03/3.11	c 3	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.23/3.38	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.32/3.42	c 4	68 (10%) CSP integer variables are encoded (884 clauses, 9588 bytes)
3.32/3.42	c 4	135 (20%) CSP integer variables are encoded (1755 clauses, 20824 bytes)
3.32/3.42	c 4	203 (30%) CSP integer variables are encoded (2639 clauses, 32316 bytes)
3.32/3.42	c 4	270 (40%) CSP integer variables are encoded (3510 clauses, 43639 bytes)
3.32/3.43	c 4	338 (50%) CSP integer variables are encoded (4394 clauses, 55131 bytes)
3.32/3.43	c 4	405 (60%) CSP integer variables are encoded (5265 clauses, 66454 bytes)
3.32/3.43	c 4	473 (70%) CSP integer variables are encoded (10979 clauses, 143629 bytes)
3.32/3.45	c 4	540 (80%) CSP integer variables are encoded (25920 clauses, 367744 bytes)
3.32/3.47	c 4	608 (90%) CSP integer variables are encoded (41084 clauses, 595204 bytes)
3.32/3.49	c 4	675 (100%) CSP integer variables are encoded (56025 clauses, 819319 bytes)
8.17/8.37	c 9	9485 (10%) CSP clauses are encoded (251975 clauses, 5291278 bytes)
8.47/8.60	c 9	18970 (20%) CSP clauses are encoded (349422 clauses, 7156123 bytes)
10.84/11.06	c 11	28455 (30%) CSP clauses are encoded (1736815 clauses, 36133754 bytes)
13.40/13.64	c 14	37939 (40%) CSP clauses are encoded (3162651 clauses, 67170077 bytes)
15.94/16.26	c 17	47424 (50%) CSP clauses are encoded (4588488 clauses, 98430996 bytes)
18.52/18.88	c 19	56909 (60%) CSP clauses are encoded (6014549 clauses, 129696838 bytes)
21.18/21.52	c 22	66393 (70%) CSP clauses are encoded (7440161 clauses, 161118478 bytes)
23.86/24.27	c 25	75878 (80%) CSP clauses are encoded (8866222 clauses, 193813542 bytes)
26.59/27.03	c 27	85363 (90%) CSP clauses are encoded (10292059 clauses, 226503460 bytes)
29.31/29.80	c 30	94847 (100%) CSP clauses are encoded (11717447 clauses, 259185934 bytes)
29.31/29.80	c 30	94847 CSP clauses encoded
29.31/29.80	c 30	Writing map file : HOME/temp.map
29.31/29.82	c 30	Heap : 41 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
29.31/29.82	c 30	SAT : 119700 SAT variables, 11717447 SAT clauses, 259185934 bytes
29.31/29.82	c 30	Heap : 41 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
29.31/29.88	c 30	SOLVING HOME/temp.cnf
29.31/29.88	c 30	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1804.82	c ERROR INTERRUPTED
1800.05/1804.87	s UNKNOWN
1800.05/1804.87	c 1805	CPU 29.38 (0.06 0.01 27.52 1.79)
1800.05/1804.87	c 1805	END Sat Jul 11 18:58:11 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-2062831-1247329686/watcher-2062831-1247329686 -o /tmp/evaluation-result-2062831-1247329686/solver-2062831-1247329686 -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-2062831-1247329686.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.00 2.00 1.91 4/76 15650
/proc/meminfo: memFree=1208728/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=12268 CPUtime=0
/proc/15650/stat : 15650 (sugar) R 15648 15650 12814 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 19659914 12562432 317 996147200 4194304 4206940 548682068608 18446744073709551615 264519455457 0 0 4224 0 0 0 0 17 0 0 0
/proc/15650/statm: 3067 320 242 3 0 167 0

[startup+0.0390771 s]
/proc/loadavg: 2.00 2.00 1.91 4/76 15650
/proc/meminfo: memFree=1208728/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=13336 CPUtime=0.02
/proc/15650/stat : 15650 (sugar) R 15648 15650 12814 0 -1 4194304 732 0 0 0 2 0 0 0 18 0 1 0 19659914 13656064 700 996147200 4194304 4206940 548682068608 18446744073709551615 264528507122 0 0 4224 0 0 0 0 17 0 0 0
/proc/15650/statm: 3334 700 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.104137 s]
/proc/loadavg: 2.00 2.00 1.91 4/76 15650
/proc/meminfo: memFree=1208728/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=0.06
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19659914 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15650/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301108 s]
/proc/loadavg: 2.00 2.00 1.91 4/76 15650
/proc/meminfo: memFree=1208728/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=0.06
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19659914 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15650/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701164 s]
/proc/loadavg: 2.00 2.00 1.91 4/76 15650
/proc/meminfo: memFree=1208728/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=0.57
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1309 4687 0 1 5 1 48 3 16 0 1 0 19659914 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16868

[startup+1.50127 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 15672
/proc/meminfo: memFree=1192248/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=0.57
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1309 4687 0 1 5 1 48 3 15 0 1 0 19659914 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1111 409 3 0 796 0
[pid=15663] ppid=15650 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15650 15650 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19659975 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 233 193 169 0 50 0
[pid=15664] ppid=15663 vsize=869636 CPUtime=0.87
/proc/15664/stat : 15664 (java) S 15663 15650 12814 0 -1 0 9461 0 1 0 82 5 0 0 18 0 9 0 19659975 890507264 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15664/statm: 217409 8689 2565 9 0 211914 0
[pid=15664/tid=15665] ppid=15663 vsize=869636 CPUtime=0.43
/proc/15664/task/15665/stat : 15665 (java) R 15663 15650 12814 0 -1 64 2689 0 1 0 42 1 0 0 23 0 9 0 19659976 890507264 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15666] ppid=15663 vsize=869636 CPUtime=0.25
/proc/15664/task/15666/stat : 15666 (java) R 15663 15650 12814 0 -1 64 4595 0 0 0 24 1 0 0 16 0 9 0 19659977 890507264 8689 996147200 134512640 134550932 4294955936 18446744073709551615 103732096 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15667] ppid=15663 vsize=869636 CPUtime=0
/proc/15664/task/15667/stat : 15667 (java) S 15663 15650 12814 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19659977 890507264 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15668] ppid=15663 vsize=869636 CPUtime=0
/proc/15664/task/15668/stat : 15668 (java) S 15663 15650 12814 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19659977 890507264 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15669] ppid=15663 vsize=869636 CPUtime=0
/proc/15664/task/15669/stat : 15669 (java) S 15663 15650 12814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19659979 890507264 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15670] ppid=15663 vsize=869636 CPUtime=0.16
/proc/15664/task/15670/stat : 15670 (java) S 15663 15650 12814 0 -1 64 1476 0 0 0 15 1 0 0 16 0 9 0 19659980 890507264 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15671] ppid=15663 vsize=869636 CPUtime=0
/proc/15664/task/15671/stat : 15671 (java) S 15663 15650 12814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19659980 890507264 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15672] ppid=15663 vsize=869636 CPUtime=0
/proc/15664/task/15672/stat : 15672 (java) S 15663 15650 12814 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19659980 890507264 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 891860

[startup+3.10248 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 15672
/proc/meminfo: memFree=1169720/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=0.57
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1310 4687 0 1 5 1 48 3 16 0 1 0 19659914 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1111 409 3 0 796 0
[pid=15663] ppid=15650 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15650 15650 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19659975 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 233 193 169 0 50 0
[pid=15664] ppid=15663 vsize=869636 CPUtime=2.46
/proc/15664/stat : 15664 (java) S 15663 15650 12814 0 -1 0 19928 0 1 0 236 10 0 0 18 0 9 0 19659975 890507264 18807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15664/statm: 217409 18807 2566 9 0 211914 0
[pid=15664/tid=15665] ppid=15663 vsize=869636 CPUtime=1.15
/proc/15664/task/15665/stat : 15665 (java) R 15663 15650 12814 0 -1 64 3352 0 1 0 114 1 0 0 25 0 9 0 19659976 890507264 18807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15666] ppid=15663 vsize=869636 CPUtime=1.09
/proc/15664/task/15666/stat : 15666 (java) R 15663 15650 12814 0 -1 64 14388 0 0 0 104 5 0 0 16 0 9 0 19659977 890507264 18807 996147200 134512640 134550932 4294955936 18446744073709551615 103826309 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15667] ppid=15663 vsize=869636 CPUtime=0
/proc/15664/task/15667/stat : 15667 (java) S 15663 15650 12814 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19659977 890507264 18807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15668] ppid=15663 vsize=869636 CPUtime=0
/proc/15664/task/15668/stat : 15668 (java) S 15663 15650 12814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19659977 890507264 18807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15669] ppid=15663 vsize=869636 CPUtime=0
/proc/15664/task/15669/stat : 15669 (java) S 15663 15650 12814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19659979 890507264 18807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15670] ppid=15663 vsize=869636 CPUtime=0.17
/proc/15664/task/15670/stat : 15670 (java) S 15663 15650 12814 0 -1 64 1487 0 0 0 16 1 0 0 16 0 9 0 19659980 890507264 18807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15671] ppid=15663 vsize=869636 CPUtime=0
/proc/15664/task/15671/stat : 15671 (java) S 15663 15650 12814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19659980 890507264 18807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15672] ppid=15663 vsize=869636 CPUtime=0
/proc/15664/task/15672/stat : 15672 (java) S 15663 15650 12814 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19659980 890507264 18807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 891860

[startup+6.30289 s]
/proc/loadavg: 2.08 2.02 1.92 3/87 15672
/proc/meminfo: memFree=1137272/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=0.57
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1310 4687 0 1 5 1 48 3 15 0 1 0 19659914 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1111 409 3 0 796 0
[pid=15663] ppid=15650 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15650 15650 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19659975 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 233 193 169 0 50 0
[pid=15664] ppid=15663 vsize=869748 CPUtime=5.62
/proc/15664/stat : 15664 (java) S 15663 15650 12814 0 -1 0 20420 0 1 0 550 12 0 0 18 0 9 0 19659975 890621952 19009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15664/statm: 217437 19009 2592 9 0 211914 0
[pid=15664/tid=15665] ppid=15663 vsize=869748 CPUtime=3.97
/proc/15664/task/15665/stat : 15665 (java) R 15663 15650 12814 0 -1 64 3480 0 1 0 393 4 0 0 25 0 9 0 19659976 890621952 19009 996147200 134512640 134550932 4294955936 18446744073709551615 103211975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15666] ppid=15663 vsize=869748 CPUtime=1.4
/proc/15664/task/15666/stat : 15666 (java) S 15663 15650 12814 0 -1 64 14714 0 0 0 134 6 0 0 16 0 9 0 19659977 890621952 19009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15667] ppid=15663 vsize=869748 CPUtime=0
/proc/15664/task/15667/stat : 15667 (java) S 15663 15650 12814 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19659977 890621952 19009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15668] ppid=15663 vsize=869748 CPUtime=0
/proc/15664/task/15668/stat : 15668 (java) S 15663 15650 12814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19659977 890621952 19009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15669] ppid=15663 vsize=869748 CPUtime=0
/proc/15664/task/15669/stat : 15669 (java) S 15663 15650 12814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19659979 890621952 19009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15670] ppid=15663 vsize=869748 CPUtime=0.22
/proc/15664/task/15670/stat : 15670 (java) S 15663 15650 12814 0 -1 64 1525 0 0 0 21 1 0 0 15 0 9 0 19659980 890621952 19009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15671] ppid=15663 vsize=869748 CPUtime=0
/proc/15664/task/15671/stat : 15671 (java) S 15663 15650 12814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19659980 890621952 19009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15672] ppid=15663 vsize=869748 CPUtime=0
/proc/15664/task/15672/stat : 15672 (java) S 15663 15650 12814 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19659980 890621952 19009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 891972

[startup+12.7027 s]
/proc/loadavg: 2.15 2.03 1.92 3/87 15672
/proc/meminfo: memFree=1092344/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=0.57
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1310 4687 0 1 5 1 48 3 16 0 1 0 19659914 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1111 409 3 0 796 0
[pid=15663] ppid=15650 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15650 15650 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19659975 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 233 193 169 0 50 0
[pid=15664] ppid=15663 vsize=869748 CPUtime=11.94
/proc/15664/stat : 15664 (java) S 15663 15650 12814 0 -1 0 20760 0 1 0 1147 47 0 0 18 0 9 0 19659975 890621952 19028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15664/statm: 217437 19028 2592 9 0 211914 0
[pid=15664/tid=15665] ppid=15663 vsize=869748 CPUtime=10.08
/proc/15664/task/15665/stat : 15665 (java) R 15663 15650 12814 0 -1 64 3804 0 1 0 972 36 0 0 25 0 9 0 19659976 890621952 19028 996147200 134512640 134550932 4294955936 18446744073709551615 4126933854 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15666] ppid=15663 vsize=869748 CPUtime=1.57
/proc/15664/task/15666/stat : 15666 (java) S 15663 15650 12814 0 -1 64 14714 0 0 0 149 8 0 0 16 0 9 0 19659977 890621952 19028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15667] ppid=15663 vsize=869748 CPUtime=0
/proc/15664/task/15667/stat : 15667 (java) S 15663 15650 12814 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19659977 890621952 19028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15668] ppid=15663 vsize=869748 CPUtime=0
/proc/15664/task/15668/stat : 15668 (java) S 15663 15650 12814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19659977 890621952 19028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15669] ppid=15663 vsize=869748 CPUtime=0
/proc/15664/task/15669/stat : 15669 (java) S 15663 15650 12814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19659979 890621952 19028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15670] ppid=15663 vsize=869748 CPUtime=0.26
/proc/15664/task/15670/stat : 15670 (java) S 15663 15650 12814 0 -1 64 1541 0 0 0 25 1 0 0 15 0 9 0 19659980 890621952 19028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15671] ppid=15663 vsize=869748 CPUtime=0
/proc/15664/task/15671/stat : 15671 (java) S 15663 15650 12814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19659980 890621952 19028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15672] ppid=15663 vsize=869748 CPUtime=0
/proc/15664/task/15672/stat : 15672 (java) S 15663 15650 12814 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19659980 890621952 19028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 891972

[startup+25.5014 s]
/proc/loadavg: 2.12 2.03 1.92 3/87 15672
/proc/meminfo: memFree=934392/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=0.57
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1310 4687 0 1 5 1 48 3 16 0 1 0 19659914 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1111 409 3 0 796 0
[pid=15663] ppid=15650 vsize=5356 CPUtime=0
/proc/15663/stat : 15663 (sh) S 15650 15650 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19659975 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15663/statm: 1339 233 193 169 0 50 0
[pid=15664] ppid=15663 vsize=869748 CPUtime=24.56
/proc/15664/stat : 15664 (java) S 15663 15650 12814 0 -1 0 21542 0 1 0 2316 140 0 0 18 0 9 0 19659975 890621952 19028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15664/statm: 217437 19028 2592 9 0 211914 0
[pid=15664/tid=15665] ppid=15663 vsize=869748 CPUtime=22.32
/proc/15664/task/15665/stat : 15665 (java) R 15663 15650 12814 0 -1 64 4586 0 1 0 2108 124 0 0 25 0 9 0 19659976 890621952 19028 996147200 134512640 134550932 4294955936 18446744073709551615 4126933812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15666] ppid=15663 vsize=869748 CPUtime=1.96
/proc/15664/task/15666/stat : 15666 (java) S 15663 15650 12814 0 -1 64 14714 0 0 0 182 14 0 0 16 0 9 0 19659977 890621952 19028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15667] ppid=15663 vsize=869748 CPUtime=0
/proc/15664/task/15667/stat : 15667 (java) S 15663 15650 12814 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19659977 890621952 19028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15668] ppid=15663 vsize=869748 CPUtime=0
/proc/15664/task/15668/stat : 15668 (java) S 15663 15650 12814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19659977 890621952 19028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15664/tid=15669] ppid=15663 vsize=869748 CPUtime=0

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

/proc/meminfo: memFree=453240/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=29.37
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1365 26793 0 2 6 1 2751 179 16 0 1 0 19659914 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1113 409 3 0 796 0
[pid=15673] ppid=15650 vsize=5356 CPUtime=0
/proc/15673/stat : 15673 (sh) S 15650 15650 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19662903 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15673/statm: 1339 232 193 169 0 50 0
[pid=15674] ppid=15673 vsize=451160 CPUtime=1268.38
/proc/15674/stat : 15674 (picosat) R 15673 15650 12814 0 -1 4194304 107324 0 0 0 121124 5714 0 0 25 0 1 0 19662903 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15674/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1297.75
Current children cumulated vsize (KiB) 473384

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/79 15725
/proc/meminfo: memFree=453304/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=29.37
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1365 26793 0 2 6 1 2751 179 16 0 1 0 19659914 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1113 409 3 0 796 0
[pid=15673] ppid=15650 vsize=5356 CPUtime=0
/proc/15673/stat : 15673 (sh) S 15650 15650 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19662903 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15673/statm: 1339 232 193 169 0 50 0
[pid=15674] ppid=15673 vsize=451160 CPUtime=1328.35
/proc/15674/stat : 15674 (picosat) R 15673 15650 12814 0 -1 4194304 107324 0 0 0 127121 5714 0 0 25 0 1 0 19662903 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/15674/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1357.72
Current children cumulated vsize (KiB) 473384

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/79 15725
/proc/meminfo: memFree=453240/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=29.37
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1365 26793 0 2 6 1 2751 179 16 0 1 0 19659914 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1113 409 3 0 796 0
[pid=15673] ppid=15650 vsize=5356 CPUtime=0
/proc/15673/stat : 15673 (sh) S 15650 15650 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19662903 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15673/statm: 1339 232 193 169 0 50 0
[pid=15674] ppid=15673 vsize=451160 CPUtime=1388.33
/proc/15674/stat : 15674 (picosat) R 15673 15650 12814 0 -1 4194304 107324 0 0 0 133119 5714 0 0 25 0 1 0 19662903 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15674/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1417.7
Current children cumulated vsize (KiB) 473384

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/79 15725
/proc/meminfo: memFree=452984/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=29.37
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1365 26793 0 2 6 1 2751 179 16 0 1 0 19659914 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1113 409 3 0 796 0
[pid=15673] ppid=15650 vsize=5356 CPUtime=0
/proc/15673/stat : 15673 (sh) S 15650 15650 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19662903 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15673/statm: 1339 232 193 169 0 50 0
[pid=15674] ppid=15673 vsize=451160 CPUtime=1448.3
/proc/15674/stat : 15674 (picosat) R 15673 15650 12814 0 -1 4194304 107324 0 0 0 139116 5714 0 0 25 0 1 0 19662903 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/15674/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1477.67
Current children cumulated vsize (KiB) 473384

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/79 15727
/proc/meminfo: memFree=452600/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=29.37
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1365 26793 0 2 6 1 2751 179 16 0 1 0 19659914 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1113 409 3 0 796 0
[pid=15673] ppid=15650 vsize=5356 CPUtime=0
/proc/15673/stat : 15673 (sh) S 15650 15650 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19662903 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15673/statm: 1339 232 193 169 0 50 0
[pid=15674] ppid=15673 vsize=451160 CPUtime=1508.27
/proc/15674/stat : 15674 (picosat) R 15673 15650 12814 0 -1 4194304 107324 0 0 0 145113 5714 0 0 25 0 1 0 19662903 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15674/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1537.64
Current children cumulated vsize (KiB) 473384

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/79 15727
/proc/meminfo: memFree=452088/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=29.37
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1365 26793 0 2 6 1 2751 179 16 0 1 0 19659914 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1113 409 3 0 796 0
[pid=15673] ppid=15650 vsize=5356 CPUtime=0
/proc/15673/stat : 15673 (sh) S 15650 15650 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19662903 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15673/statm: 1339 232 193 169 0 50 0
[pid=15674] ppid=15673 vsize=451160 CPUtime=1568.24
/proc/15674/stat : 15674 (picosat) R 15673 15650 12814 0 -1 4194304 107324 0 0 0 151110 5714 0 0 25 0 1 0 19662903 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/15674/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1597.61
Current children cumulated vsize (KiB) 473384

[startup+1662.3 s]
/proc/loadavg: 2.32 2.08 1.95 3/79 15727
/proc/meminfo: memFree=451896/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=29.37
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1365 26793 0 2 6 1 2751 179 16 0 1 0 19659914 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1113 409 3 0 796 0
[pid=15673] ppid=15650 vsize=5356 CPUtime=0
/proc/15673/stat : 15673 (sh) S 15650 15650 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19662903 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15673/statm: 1339 232 193 169 0 50 0
[pid=15674] ppid=15673 vsize=451160 CPUtime=1628.22
/proc/15674/stat : 15674 (picosat) R 15673 15650 12814 0 -1 4194304 107324 0 0 0 157108 5714 0 0 25 0 1 0 19662903 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15674/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1657.59
Current children cumulated vsize (KiB) 473384

[startup+1722.3 s]
/proc/loadavg: 2.26 2.10 1.97 3/79 15727
/proc/meminfo: memFree=451192/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=29.37
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1365 26793 0 2 6 1 2751 179 16 0 1 0 19659914 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1113 409 3 0 796 0
[pid=15673] ppid=15650 vsize=5356 CPUtime=0
/proc/15673/stat : 15673 (sh) S 15650 15650 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19662903 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15673/statm: 1339 232 193 169 0 50 0
[pid=15674] ppid=15673 vsize=451160 CPUtime=1688.21
/proc/15674/stat : 15674 (picosat) R 15673 15650 12814 0 -1 4194304 107324 0 0 0 163106 5715 0 0 25 0 1 0 19662903 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15674/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1717.58
Current children cumulated vsize (KiB) 473384

[startup+1782.3 s]
/proc/loadavg: 2.16 2.10 1.98 3/79 15727
/proc/meminfo: memFree=450744/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=29.37
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1365 26793 0 2 6 1 2751 179 16 0 1 0 19659914 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1113 409 3 0 796 0
[pid=15673] ppid=15650 vsize=5356 CPUtime=0
/proc/15673/stat : 15673 (sh) S 15650 15650 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19662903 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15673/statm: 1339 232 193 169 0 50 0
[pid=15674] ppid=15673 vsize=451160 CPUtime=1748.18
/proc/15674/stat : 15674 (picosat) R 15673 15650 12814 0 -1 4194304 107324 0 0 0 169103 5715 0 0 25 0 1 0 19662903 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15674/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1777.55
Current children cumulated vsize (KiB) 473384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.8 s]
/proc/loadavg: 2.10 2.09 1.98 3/79 15727
/proc/meminfo: memFree=450744/2055920 swapFree=4192812/4192956
[pid=15650] ppid=15648 vsize=16868 CPUtime=29.37
/proc/15650/stat : 15650 (sugar) S 15648 15650 12814 0 -1 4194304 1365 26793 0 2 6 1 2751 179 16 0 1 0 19659914 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15650/statm: 4217 1113 409 3 0 796 0
[pid=15673] ppid=15650 vsize=5356 CPUtime=0
/proc/15673/stat : 15673 (sh) S 15650 15650 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19662903 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15673/statm: 1339 232 193 169 0 50 0
[pid=15674] ppid=15673 vsize=451160 CPUtime=1770.68
/proc/15674/stat : 15674 (picosat) R 15673 15650 12814 0 -1 4194304 107324 0 0 0 171353 5715 0 0 25 0 1 0 19662903 461987840 107212 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15674/statm: 112790 107212 48 102 0 112685 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 473384

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 15650 and gives
#  childrusage.ru_utime.tv_sec=27
#  childrusage.ru_utime.tv_usec=583806
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=817723
# CPU time returned by wait4() is 29.4015
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.88
CPU time (s): 1800.05
CPU user time (s): 1741.1
CPU system time (s): 58.95
CPU usage (%): 99.7324
Max. virtual memory (cumulated for all children) (KiB): 892364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.5838
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= 28552
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= 15594
involuntary context switches= 16093

runsolver used 2.08168 second user time and 6.14806 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-11 18:28:06
IDJOB=2062831
IDBENCH=53935
IDSOLVER=738
FILE ID=node40/2062831-1247329686
PBS_JOBID= 9506547
Free space on /tmp= 66228 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-15.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-2062831-1247329686/watcher-2062831-1247329686 -o /tmp/evaluation-result-2062831-1247329686/solver-2062831-1247329686 -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-2062831-1247329686.xml

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

MD5SUM BENCH= 0f795da72149032c268c786dfab1e3c5
RANDOM SEED=1443070908

node40.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:       1209208 kB
Buffers:         46704 kB
Cached:         705580 kB
SwapCached:          0 kB
Active:         113148 kB
Inactive:       663476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1209208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          35396 kB
Slab:            55280 kB
Committed_AS:   237604 kB
PageTables:       1844 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66216 MiB
End job on node40 at 2009-07-11 18:58:13