Trace number 2060774

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.06 1807.25

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-36-36.xml
MD5SUM0853b0e8f7ee4392e72aa3d396f96728
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.40763
Satisfiable
(Un)Satisfiability was proved
Number of variables2592
Number of constraints3153
Maximum constraint arity36
Maximum domain size127
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2521
Global constraints used (with number of constraints)cumulative(2),weightedsum(630)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 17:27:55 2009
0.00/0.07	c 0	PID 13775
0.00/0.08	c 0	HOST node34.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2060774-1247326075.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-2060774-1247326075.xml' 'HOME/temp.csp'
0.06/0.77	c 1	37 domains, 2592 variables, 2 predicates, 0 relations, 3153 constraints
0.06/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.82	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.90	c 1	Parsing HOME/temp.csp
0.90/1.04	c 1	parsed 5784 expressions
0.90/1.05	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.05	c 1	Converting to clausal form CSP
0.90/1.08	c 1	converted 579 (10%) expressions
0.90/1.08	c 1	converted 1157 (20%) expressions
0.90/1.10	c 1	converted 1736 (30%) expressions
0.90/1.10	c 1	converted 2314 (40%) expressions
1.10/1.28	c 1	converted 2892 (50%) expressions
1.19/1.35	c 1	converted 3471 (60%) expressions
1.19/1.39	c 1	converted 4049 (70%) expressions
1.30/1.47	c 1	converted 4628 (80%) expressions
1.40/1.52	c 1	converted 5206 (90%) expressions
3.18/3.33	c 3	converted 5784 (100%) expressions
3.18/3.34	c 3	CSP : 14022 integers, 6388 booleans, 41469 clauses, largest domain size 128
3.18/3.34	c 3	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.18/3.34	c 3	Propagation in CSP
3.28/3.47	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.28/3.47	c 3	CSP : 14022 integers, 6388 booleans, 41469 clauses, largest domain size 128
3.28/3.47	c 3	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.28/3.49	c 3	Simplifing CSP by introducing new Boolean variables
3.38/3.52	c 3	CSP : 14022 integers, 6388 booleans, 41469 clauses, largest domain size 128
3.38/3.52	c 3	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.58/3.70	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.58/3.75	c 4	1403 (10%) CSP integer variables are encoded (7648 clauses, 97293 bytes)
3.58/3.76	c 4	2805 (20%) CSP integer variables are encoded (10320 clauses, 137373 bytes)
3.58/3.78	c 4	4207 (30%) CSP integer variables are encoded (31243 clauses, 451218 bytes)
3.68/3.81	c 4	5609 (40%) CSP integer variables are encoded (52404 clauses, 768633 bytes)
3.68/3.84	c 4	7011 (50%) CSP integer variables are encoded (73010 clauses, 1077723 bytes)
3.68/3.86	c 4	8414 (60%) CSP integer variables are encoded (93544 clauses, 1389334 bytes)
3.68/3.89	c 4	9816 (70%) CSP integer variables are encoded (114252 clauses, 1741370 bytes)
3.77/3.92	c 4	11218 (80%) CSP integer variables are encoded (134960 clauses, 2093406 bytes)
3.77/3.95	c 4	12620 (90%) CSP integer variables are encoded (155633 clauses, 2444847 bytes)
3.77/3.98	c 4	14022 (100%) CSP integer variables are encoded (176768 clauses, 2804142 bytes)
4.47/4.68	c 5	4147 (10%) CSP clauses are encoded (561595 clauses, 9783482 bytes)
5.42/5.74	c 6	8294 (20%) CSP clauses are encoded (1030490 clauses, 19700959 bytes)
6.41/6.71	c 7	12441 (30%) CSP clauses are encoded (1503843 clauses, 29900747 bytes)
7.31/7.63	c 8	16588 (40%) CSP clauses are encoded (1955916 clauses, 39644902 bytes)
8.20/8.56	c 8	20735 (50%) CSP clauses are encoded (2412916 clauses, 49475411 bytes)
10.16/10.53	c 10	24882 (60%) CSP clauses are encoded (3416917 clauses, 71058542 bytes)
11.25/11.64	c 12	29029 (70%) CSP clauses are encoded (3925478 clauses, 83542811 bytes)
12.24/12.64	c 13	33176 (80%) CSP clauses are encoded (4380753 clauses, 94714312 bytes)
13.22/13.63	c 14	37323 (90%) CSP clauses are encoded (4835084 clauses, 105856387 bytes)
15.09/15.57	c 15	41469 (100%) CSP clauses are encoded (5785469 clauses, 128422361 bytes)
15.09/15.57	c 15	41469 CSP clauses encoded
15.09/15.57	c 15	Writing map file : HOME/temp.map
15.09/15.59	c 16	Heap : 27 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
15.09/15.60	c 16	SAT : 197086 SAT variables, 5785469 SAT clauses, 128422361 bytes
15.09/15.60	c 16	Heap : 27 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
15.18/15.63	c 16	SOLVING HOME/temp.cnf
15.18/15.63	c 16	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1807.22	c ERROR INTERRUPTED
1800.06/1807.25	s UNKNOWN
1800.06/1807.25	c 1807	CPU 15.22 (0.05 0.02 14.19 0.96)
1800.06/1807.25	c 1807	END Sat Jul 11 17:58:02 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-2060774-1247326075/watcher-2060774-1247326075 -o /tmp/evaluation-result-2060774-1247326075/solver-2060774-1247326075 -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-2060774-1247326075.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: 1.28 1.77 1.85 4/72 13775
/proc/meminfo: memFree=1144416/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=12272 CPUtime=0
/proc/13775/stat : 13775 (sugar) R 13773 13775 12474 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 19673501 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 254204230654 0 0 4224 0 0 0 0 17 1 0 0
/proc/13775/statm: 3068 364 274 3 0 168 0

[startup+0.0844419 s]
/proc/loadavg: 1.28 1.77 1.85 4/72 13775
/proc/meminfo: memFree=1144416/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=0.06
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19673501 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.106659 s]
/proc/loadavg: 1.28 1.77 1.85 4/72 13775
/proc/meminfo: memFree=1144416/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=0.06
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19673501 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301461 s]
/proc/loadavg: 1.28 1.77 1.85 4/72 13775
/proc/meminfo: memFree=1144416/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=0.06
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19673501 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70149 s]
/proc/loadavg: 1.28 1.77 1.85 4/72 13775
/proc/meminfo: memFree=1144416/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=0.06
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19673501 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50255 s]
/proc/loadavg: 1.28 1.77 1.85 3/83 13797
/proc/meminfo: memFree=1134792/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=0.74
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1309 7249 0 1 5 1 64 4 15 0 1 0 19673501 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1111 409 3 0 796 0
[pid=13788] ppid=13775 vsize=5356 CPUtime=0
/proc/13788/stat : 13788 (sh) S 13775 13775 12474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19673584 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13788/statm: 1339 233 193 169 0 50 0
[pid=13789] ppid=13788 vsize=868568 CPUtime=0.66
/proc/13789/stat : 13789 (java) S 13788 13775 12474 0 -1 0 7349 0 1 0 61 5 0 0 18 0 9 0 19673584 889413632 6579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13789/statm: 217142 6579 2566 9 0 211647 0
[pid=13789/tid=13790] ppid=13788 vsize=868568 CPUtime=0.38
/proc/13789/task/13790/stat : 13790 (java) R 13788 13775 12474 0 -1 64 2676 0 1 0 36 2 0 0 19 0 9 0 19673585 889413632 6579 996147200 134512640 134550932 4294955936 18446744073709551615 4126478045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13791] ppid=13788 vsize=868568 CPUtime=0.08
/proc/13789/task/13791/stat : 13791 (java) S 13788 13775 12474 0 -1 64 2491 0 0 0 7 1 0 0 16 0 9 0 19673586 889413632 6579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13792] ppid=13788 vsize=868568 CPUtime=0
/proc/13789/task/13792/stat : 13792 (java) S 13788 13775 12474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19673586 889413632 6579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13793] ppid=13788 vsize=868568 CPUtime=0
/proc/13789/task/13793/stat : 13793 (java) S 13788 13775 12474 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19673586 889413632 6579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13794] ppid=13788 vsize=868568 CPUtime=0
/proc/13789/task/13794/stat : 13794 (java) S 13788 13775 12474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19673588 889413632 6579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13795] ppid=13788 vsize=868568 CPUtime=0.16
/proc/13789/task/13795/stat : 13795 (java) S 13788 13775 12474 0 -1 64 1483 0 0 0 16 0 0 0 16 0 9 0 19673588 889413632 6579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13796] ppid=13788 vsize=868568 CPUtime=0
/proc/13789/task/13796/stat : 13796 (java) S 13788 13775 12474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19673588 889413632 6579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13797] ppid=13788 vsize=868568 CPUtime=0
/proc/13789/task/13797/stat : 13797 (java) S 13788 13775 12474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19673588 889413632 6579 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) 890792

[startup+3.10267 s]
/proc/loadavg: 1.34 1.78 1.86 4/83 13797
/proc/meminfo: memFree=1117000/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=0.74
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1309 7249 0 1 5 1 64 4 16 0 1 0 19673501 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1111 409 3 0 796 0
[pid=13788] ppid=13775 vsize=5356 CPUtime=0
/proc/13788/stat : 13788 (sh) S 13775 13775 12474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19673584 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13788/statm: 1339 233 193 169 0 50 0
[pid=13789] ppid=13788 vsize=868568 CPUtime=2.24
/proc/13789/stat : 13789 (java) S 13788 13775 12474 0 -1 0 13096 0 1 0 215 9 0 0 18 0 9 0 19673584 889413632 12046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13789/statm: 217142 12046 2567 9 0 211647 0
[pid=13789/tid=13790] ppid=13788 vsize=868568 CPUtime=1.36
/proc/13789/task/13790/stat : 13790 (java) R 13788 13775 12474 0 -1 64 2983 0 1 0 134 2 0 0 25 0 9 0 19673585 889413632 12046 996147200 134512640 134550932 4294955936 18446744073709551615 4126426060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13791] ppid=13788 vsize=868568 CPUtime=0.63
/proc/13789/task/13791/stat : 13791 (java) S 13788 13775 12474 0 -1 64 7881 0 0 0 58 5 0 0 16 0 9 0 19673586 889413632 12046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13792] ppid=13788 vsize=868568 CPUtime=0
/proc/13789/task/13792/stat : 13792 (java) S 13788 13775 12474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19673586 889413632 12046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13793] ppid=13788 vsize=868568 CPUtime=0
/proc/13789/task/13793/stat : 13793 (java) S 13788 13775 12474 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19673586 889413632 12046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13794] ppid=13788 vsize=868568 CPUtime=0
/proc/13789/task/13794/stat : 13794 (java) S 13788 13775 12474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19673588 889413632 12046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13795] ppid=13788 vsize=868568 CPUtime=0.22
/proc/13789/task/13795/stat : 13795 (java) S 13788 13775 12474 0 -1 64 1533 0 0 0 22 0 0 0 16 0 9 0 19673588 889413632 12046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13796] ppid=13788 vsize=868568 CPUtime=0
/proc/13789/task/13796/stat : 13796 (java) S 13788 13775 12474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19673588 889413632 12046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13797] ppid=13788 vsize=868568 CPUtime=0
/proc/13789/task/13797/stat : 13797 (java) S 13788 13775 12474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19673588 889413632 12046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890792

[startup+6.30289 s]
/proc/loadavg: 1.34 1.78 1.86 2/83 13797
/proc/meminfo: memFree=1080264/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=0.75
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1310 7249 0 1 5 2 64 4 16 0 1 0 19673501 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1111 409 3 0 796 0
[pid=13788] ppid=13775 vsize=5356 CPUtime=0
/proc/13788/stat : 13788 (sh) S 13775 13775 12474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19673584 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13788/statm: 1339 233 193 169 0 50 0
[pid=13789] ppid=13788 vsize=868712 CPUtime=5.28
/proc/13789/stat : 13789 (java) S 13788 13775 12474 0 -1 0 14901 0 1 0 501 27 0 0 18 0 9 0 19673584 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13789/statm: 217178 13382 2591 9 0 211655 0
[pid=13789/tid=13790] ppid=13788 vsize=868712 CPUtime=4
/proc/13789/task/13790/stat : 13790 (java) R 13788 13775 12474 0 -1 64 3375 0 1 0 383 17 0 0 25 0 9 0 19673585 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4127162212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13791] ppid=13788 vsize=868712 CPUtime=0.95
/proc/13789/task/13791/stat : 13791 (java) S 13788 13775 12474 0 -1 64 9252 0 0 0 88 7 0 0 16 0 9 0 19673586 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13792] ppid=13788 vsize=868712 CPUtime=0
/proc/13789/task/13792/stat : 13792 (java) S 13788 13775 12474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19673586 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13793] ppid=13788 vsize=868712 CPUtime=0
/proc/13789/task/13793/stat : 13793 (java) S 13788 13775 12474 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19673586 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13794] ppid=13788 vsize=868712 CPUtime=0
/proc/13789/task/13794/stat : 13794 (java) S 13788 13775 12474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19673588 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13795] ppid=13788 vsize=868712 CPUtime=0.3
/proc/13789/task/13795/stat : 13795 (java) S 13788 13775 12474 0 -1 64 1575 0 0 0 29 1 0 0 17 0 9 0 19673588 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13796] ppid=13788 vsize=868712 CPUtime=0
/proc/13789/task/13796/stat : 13796 (java) S 13788 13775 12474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19673588 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13797] ppid=13788 vsize=868712 CPUtime=0
/proc/13789/task/13797/stat : 13797 (java) S 13788 13775 12474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19673588 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 890936

[startup+12.7024 s]
/proc/loadavg: 1.52 1.80 1.86 3/83 13797
/proc/meminfo: memFree=1009288/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=0.75
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1310 7249 0 1 5 2 64 4 16 0 1 0 19673501 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1111 409 3 0 796 0
[pid=13788] ppid=13775 vsize=5356 CPUtime=0
/proc/13788/stat : 13788 (sh) S 13775 13775 12474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19673584 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13788/statm: 1339 233 193 169 0 50 0
[pid=13789] ppid=13788 vsize=868712 CPUtime=11.59
/proc/13789/stat : 13789 (java) S 13788 13775 12474 0 -1 0 15457 0 1 0 1088 71 0 0 18 0 9 0 19673584 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13789/statm: 217178 13382 2591 9 0 211655 0
[pid=13789/tid=13790] ppid=13788 vsize=868712 CPUtime=10.06
/proc/13789/task/13790/stat : 13790 (java) R 13788 13775 12474 0 -1 64 3931 0 1 0 948 58 0 0 25 0 9 0 19673585 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 102093962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13791] ppid=13788 vsize=868712 CPUtime=1.21
/proc/13789/task/13791/stat : 13791 (java) S 13788 13775 12474 0 -1 64 9252 0 0 0 110 11 0 0 16 0 9 0 19673586 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13792] ppid=13788 vsize=868712 CPUtime=0
/proc/13789/task/13792/stat : 13792 (java) S 13788 13775 12474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19673586 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13793] ppid=13788 vsize=868712 CPUtime=0
/proc/13789/task/13793/stat : 13793 (java) S 13788 13775 12474 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19673586 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13794] ppid=13788 vsize=868712 CPUtime=0
/proc/13789/task/13794/stat : 13794 (java) S 13788 13775 12474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19673588 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13795] ppid=13788 vsize=868712 CPUtime=0.3
/proc/13789/task/13795/stat : 13795 (java) S 13788 13775 12474 0 -1 64 1575 0 0 0 29 1 0 0 17 0 9 0 19673588 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13796] ppid=13788 vsize=868712 CPUtime=0
/proc/13789/task/13796/stat : 13796 (java) S 13788 13775 12474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19673588 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13789/tid=13797] ppid=13788 vsize=868712 CPUtime=0
/proc/13789/task/13797/stat : 13797 (java) S 13788 13775 12474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19673588 889561088 13382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 890936

[startup+25.5013 s]
/proc/loadavg: 1.67 1.82 1.87 3/75 13799
/proc/meminfo: memFree=964872/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=15.21
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1365 23269 0 2 5 2 1418 96 16 0 1 0 19673501 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1113 409 3 0 796 0
[pid=13798] ppid=13775 vsize=5356 CPUtime=0
/proc/13798/stat : 13798 (sh) S 13775 13775 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19675065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13798/statm: 1339 232 193 169 0 50 0
[pid=13799] ppid=13798 vsize=55352 CPUtime=9.76
/proc/13799/stat : 13799 (picosat) R 13798 13775 12474 0 -1 4194304 12566 0 0 0 440 536 0 0 25 0 1 0 19675065 56680448 12552 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13799/statm: 13838 12552 40 102 0 13733 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 77576

[startup+51.1011 s]
/proc/loadavg: 1.78 1.84 1.87 3/75 13799
/proc/meminfo: memFree=870024/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=15.21
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1365 23269 0 2 5 2 1418 96 16 0 1 0 19673501 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=786048/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=15.21
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1365 23269 0 2 5 2 1418 96 16 0 1 0 19673501 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1113 409 3 0 796 0
[pid=13798] ppid=13775 vsize=5356 CPUtime=0
/proc/13798/stat : 13798 (sh) S 13775 13775 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19675065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13798/statm: 1339 232 193 169 0 50 0
[pid=13799] ppid=13798 vsize=245400 CPUtime=1280.11
/proc/13799/stat : 13799 (picosat) R 13798 13775 12474 0 -1 4194304 57099 0 0 0 125185 2826 0 0 25 0 1 0 19675065 251289600 57083 996147200 134512640 134931368 4294956256 18446744073709551615 134529123 0 0 4096 0 0 0 0 17 0 0 0
/proc/13799/statm: 61350 57083 48 102 0 61245 0
Current children cumulated CPU time (s) 1295.32
Current children cumulated vsize (KiB) 267624

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/76 13900
/proc/meminfo: memFree=785088/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=15.21
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1365 23269 0 2 5 2 1418 96 16 0 1 0 19673501 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1113 409 3 0 796 0
[pid=13798] ppid=13775 vsize=5356 CPUtime=0
/proc/13798/stat : 13798 (sh) S 13775 13775 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19675065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13798/statm: 1339 232 193 169 0 50 0
[pid=13799] ppid=13798 vsize=246192 CPUtime=1340.08
/proc/13799/stat : 13799 (picosat) R 13798 13775 12474 0 -1 4194304 57303 0 0 0 131182 2826 0 0 25 0 1 0 19675065 252100608 57287 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/13799/statm: 61548 57287 48 102 0 61443 0
Current children cumulated CPU time (s) 1355.29
Current children cumulated vsize (KiB) 268416

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.93 3/76 13900
/proc/meminfo: memFree=784192/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=15.21
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1365 23269 0 2 5 2 1418 96 16 0 1 0 19673501 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1113 409 3 0 796 0
[pid=13798] ppid=13775 vsize=5356 CPUtime=0
/proc/13798/stat : 13798 (sh) S 13775 13775 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19675065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13798/statm: 1339 232 193 169 0 50 0
[pid=13799] ppid=13798 vsize=247116 CPUtime=1400.07
/proc/13799/stat : 13799 (picosat) R 13798 13775 12474 0 -1 4194304 57532 0 0 0 137180 2827 0 0 25 0 1 0 19675065 253046784 57516 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13799/statm: 61779 57516 48 102 0 61674 0
Current children cumulated CPU time (s) 1415.28
Current children cumulated vsize (KiB) 269340

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/76 13900
/proc/meminfo: memFree=783104/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=15.21
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1365 23269 0 2 5 2 1418 96 16 0 1 0 19673501 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1113 409 3 0 796 0
[pid=13798] ppid=13775 vsize=5356 CPUtime=0
/proc/13798/stat : 13798 (sh) S 13775 13775 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19675065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13798/statm: 1339 232 193 169 0 50 0
[pid=13799] ppid=13798 vsize=248168 CPUtime=1460.04
/proc/13799/stat : 13799 (picosat) R 13798 13775 12474 0 -1 4194304 57805 0 0 0 143177 2827 0 0 25 0 1 0 19675065 254124032 57789 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13799/statm: 62042 57789 48 102 0 61937 0
Current children cumulated CPU time (s) 1475.25
Current children cumulated vsize (KiB) 270392

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/76 13900
/proc/meminfo: memFree=782336/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=15.21
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1365 23269 0 2 5 2 1418 96 16 0 1 0 19673501 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1113 409 3 0 796 0
[pid=13798] ppid=13775 vsize=5356 CPUtime=0
/proc/13798/stat : 13798 (sh) S 13775 13775 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19675065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13798/statm: 1339 232 193 169 0 50 0
[pid=13799] ppid=13798 vsize=248956 CPUtime=1520.03
/proc/13799/stat : 13799 (picosat) R 13798 13775 12474 0 -1 4194304 58001 0 0 0 149175 2828 0 0 25 0 1 0 19675065 254930944 57985 996147200 134512640 134931368 4294956256 18446744073709551615 134525709 0 0 4096 0 0 0 0 17 0 0 0
/proc/13799/statm: 62239 57985 48 102 0 62134 0
Current children cumulated CPU time (s) 1535.24
Current children cumulated vsize (KiB) 271180

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/76 13900
/proc/meminfo: memFree=781504/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=15.21
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1365 23269 0 2 5 2 1418 96 16 0 1 0 19673501 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1113 409 3 0 796 0
[pid=13798] ppid=13775 vsize=5356 CPUtime=0
/proc/13798/stat : 13798 (sh) S 13775 13775 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19675065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13798/statm: 1339 232 193 169 0 50 0
[pid=13799] ppid=13798 vsize=249748 CPUtime=1580
/proc/13799/stat : 13799 (picosat) R 13798 13775 12474 0 -1 4194304 58215 0 0 0 155172 2828 0 0 25 0 1 0 19675065 255741952 58199 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13799/statm: 62437 58199 48 102 0 62332 0
Current children cumulated CPU time (s) 1595.21
Current children cumulated vsize (KiB) 271972

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/76 13900
/proc/meminfo: memFree=780608/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=15.21
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1365 23269 0 2 5 2 1418 96 16 0 1 0 19673501 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1113 409 3 0 796 0
[pid=13798] ppid=13775 vsize=5356 CPUtime=0
/proc/13798/stat : 13798 (sh) S 13775 13775 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19675065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13798/statm: 1339 232 193 169 0 50 0
[pid=13799] ppid=13798 vsize=250672 CPUtime=1639.99
/proc/13799/stat : 13799 (picosat) R 13798 13775 12474 0 -1 4194304 58450 0 0 0 161170 2829 0 0 25 0 1 0 19675065 256688128 58434 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/13799/statm: 62668 58434 48 102 0 62563 0
Current children cumulated CPU time (s) 1655.2
Current children cumulated vsize (KiB) 272896

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/76 13900
/proc/meminfo: memFree=779776/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=15.21
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1365 23269 0 2 5 2 1418 96 16 0 1 0 19673501 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1113 409 3 0 796 0
[pid=13798] ppid=13775 vsize=5356 CPUtime=0
/proc/13798/stat : 13798 (sh) S 13775 13775 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19675065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13798/statm: 1339 232 193 169 0 50 0
[pid=13799] ppid=13798 vsize=251464 CPUtime=1699.96
/proc/13799/stat : 13799 (picosat) R 13798 13775 12474 0 -1 4194304 58663 0 0 0 167167 2829 0 0 25 0 1 0 19675065 257499136 58647 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/13799/statm: 62866 58647 48 102 0 62761 0
Current children cumulated CPU time (s) 1715.17
Current children cumulated vsize (KiB) 273688

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/76 13900
/proc/meminfo: memFree=778816/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=15.21
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1365 23269 0 2 5 2 1418 96 16 0 1 0 19673501 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1113 409 3 0 796 0
[pid=13798] ppid=13775 vsize=5356 CPUtime=0
/proc/13798/stat : 13798 (sh) S 13775 13775 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19675065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13798/statm: 1339 232 193 169 0 50 0
[pid=13799] ppid=13798 vsize=252388 CPUtime=1759.94
/proc/13799/stat : 13799 (picosat) R 13798 13775 12474 0 -1 4194304 58870 0 0 0 173165 2829 0 0 25 0 1 0 19675065 258445312 58854 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13799/statm: 63097 58854 48 102 0 62992 0
Current children cumulated CPU time (s) 1775.15
Current children cumulated vsize (KiB) 274612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.2 s]
/proc/loadavg: 2.00 1.99 1.93 3/76 13900
/proc/meminfo: memFree=778240/2055920 swapFree=4192956/4192956
[pid=13775] ppid=13773 vsize=16868 CPUtime=15.21
/proc/13775/stat : 13775 (sugar) S 13773 13775 12474 0 -1 4194304 1365 23269 0 2 5 2 1418 96 16 0 1 0 19673501 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13775/statm: 4217 1113 409 3 0 796 0
[pid=13798] ppid=13775 vsize=5356 CPUtime=0
/proc/13798/stat : 13798 (sh) S 13775 13775 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19675065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13798/statm: 1339 232 193 169 0 50 0
[pid=13799] ppid=13798 vsize=252520 CPUtime=1784.85
/proc/13799/stat : 13799 (picosat) R 13798 13775 12474 0 -1 4194304 59071 0 0 0 175655 2830 0 0 25 0 1 0 19675065 258580480 58957 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/13799/statm: 63130 58957 48 102 0 63025 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 274744

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 13775 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=250833
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=985850
# CPU time returned by wait4() is 15.2367
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.25
CPU time (s): 1800.06
CPU user time (s): 1770.78
CPU system time (s): 29.28
CPU usage (%): 99.6021
Max. virtual memory (cumulated for all children) (KiB): 891328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.2508
system time used= 0.98585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25028
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= 13078
involuntary context switches= 13281

runsolver used 1.9827 second user time and 5.47717 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-11 17:27:55
IDJOB=2060774
IDBENCH=53748
IDSOLVER=738
FILE ID=node34/2060774-1247326075
PBS_JOBID= 9506560
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-36-36.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-2060774-1247326075/watcher-2060774-1247326075 -o /tmp/evaluation-result-2060774-1247326075/solver-2060774-1247326075 -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-2060774-1247326075.xml

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

MD5SUM BENCH= 0853b0e8f7ee4392e72aa3d396f96728
RANDOM SEED=458723780

node34.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.232
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.232
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:       1144896 kB
Buffers:         46928 kB
Cached:         779476 kB
SwapCached:          0 kB
Active:          75148 kB
Inactive:       771324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1144896 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2120 kB
Writeback:           0 kB
Mapped:          31660 kB
Slab:            49960 kB
Committed_AS:   129048 kB
PageTables:       1716 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= 66292 MiB
End job on node34 at 2009-07-11 17:58:04