Trace number 2060950

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 1807.73

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-31-31.xml
MD5SUMf269187d8547e6b596cfc3c60fb1cd1c
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.00169
Satisfiable
(Un)Satisfiability was proved
Number of variables1922
Number of constraints2328
Maximum constraint arity31
Maximum domain size102
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1861
Global constraints used (with number of constraints)cumulative(2),weightedsum(465)

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:31:06 2009
0.00/0.07	c 0	PID 16580
0.00/0.08	c 0	HOST node5.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2060950-1247326266.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-2060950-1247326266.xml' 'HOME/temp.csp'
0.07/0.71	c 0	32 domains, 1922 variables, 2 predicates, 0 relations, 2328 constraints
0.07/0.76	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.76	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.70/0.84	c 1	Parsing HOME/temp.csp
0.70/0.96	c 1	parsed 4284 expressions
0.70/0.97	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.70/0.97	c 1	Converting to clausal form CSP
0.70/1.00	c 1	converted 429 (10%) expressions
0.91/1.01	c 1	converted 857 (20%) expressions
0.91/1.01	c 1	converted 1286 (30%) expressions
0.91/1.02	c 1	converted 1714 (40%) expressions
1.01/1.18	c 1	converted 2142 (50%) expressions
1.11/1.24	c 1	converted 2571 (60%) expressions
1.11/1.28	c 1	converted 2999 (70%) expressions
1.21/1.31	c 1	converted 3428 (80%) expressions
1.21/1.35	c 1	converted 3856 (90%) expressions
2.60/2.70	c 2	converted 4284 (100%) expressions
2.60/2.70	c 2	CSP : 9122 integers, 4268 booleans, 27254 clauses, largest domain size 103
2.60/2.70	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.60/2.70	c 2	Propagation in CSP
2.70/2.80	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.70/2.81	c 3	CSP : 9122 integers, 4268 booleans, 27254 clauses, largest domain size 103
2.70/2.81	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.70/2.82	c 3	Simplifing CSP by introducing new Boolean variables
2.70/2.84	c 3	CSP : 9122 integers, 4268 booleans, 27254 clauses, largest domain size 103
2.70/2.84	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.80/2.97	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.90/3.00	c 3	913 (10%) CSP integer variables are encoded (5198 clauses, 65447 bytes)
2.90/3.01	c 3	1825 (20%) CSP integer variables are encoded (5198 clauses, 65447 bytes)
2.90/3.02	c 3	2737 (30%) CSP integer variables are encoded (13316 clauses, 182026 bytes)
2.90/3.03	c 3	3649 (40%) CSP integer variables are encoded (22809 clauses, 324421 bytes)
2.90/3.05	c 3	4561 (50%) CSP integer variables are encoded (31197 clauses, 450241 bytes)
2.90/3.05	c 3	5474 (60%) CSP integer variables are encoded (37542 clauses, 545416 bytes)
2.90/3.07	c 3	6386 (70%) CSP integer variables are encoded (46868 clauses, 685306 bytes)
2.90/3.08	c 3	7298 (80%) CSP integer variables are encoded (56093 clauses, 823681 bytes)
2.90/3.09	c 3	8210 (90%) CSP integer variables are encoded (64481 clauses, 949501 bytes)
3.00/3.10	c 3	9122 (100%) CSP integer variables are encoded (70826 clauses, 1044676 bytes)
3.39/3.50	c 3	2726 (10%) CSP clauses are encoded (269480 clauses, 4594073 bytes)
4.38/4.57	c 4	5451 (20%) CSP clauses are encoded (451557 clauses, 8941794 bytes)
5.98/6.17	c 6	8177 (30%) CSP clauses are encoded (651140 clauses, 14684114 bytes)
7.47/7.62	c 7	10902 (40%) CSP clauses are encoded (825045 clauses, 19683425 bytes)
9.45/9.66	c 9	13627 (50%) CSP clauses are encoded (970022 clauses, 24647356 bytes)
12.73/13.00	c 13	16353 (60%) CSP clauses are encoded (1345515 clauses, 35068369 bytes)
14.52/14.75	c 14	19078 (70%) CSP clauses are encoded (1553656 clauses, 41059164 bytes)
16.01/16.27	c 16	21804 (80%) CSP clauses are encoded (1736121 clauses, 46307274 bytes)
17.79/18.09	c 18	24529 (90%) CSP clauses are encoded (1890249 clauses, 51228611 bytes)
21.08/21.37	c 21	27254 (100%) CSP clauses are encoded (2222354 clauses, 60741019 bytes)
21.08/21.37	c 21	27254 CSP clauses encoded
21.08/21.37	c 21	Writing map file : HOME/temp.map
21.08/21.38	c 21	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.08/21.38	c 21	SAT : 84144 SAT variables, 2222354 SAT clauses, 60741019 bytes
21.08/21.38	c 21	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.16/21.41	c 21	SOLVING HOME/temp.cnf
21.16/21.41	c 21	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1807.71	c ERROR INTERRUPTED
1800.05/1807.72	s UNKNOWN
1800.05/1807.72	c 1807	CPU 21.2 (0.06 0.02 20.55 0.57)
1800.05/1807.72	c 1807	END Sat Jul 11 18:01:13 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-2060950-1247326266/watcher-2060950-1247326266 -o /tmp/evaluation-result-2060950-1247326266/solver-2060950-1247326266 -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-2060950-1247326266.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.91 1.79 1.78 4/72 16580
/proc/meminfo: memFree=1159344/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=12272 CPUtime=0
/proc/16580/stat : 16580 (sugar) R 16578 16580 13923 0 -1 4194304 359 0 0 0 0 0 0 0 22 0 1 0 19694037 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 226922380286 0 0 4224 0 0 0 0 17 1 0 0
/proc/16580/statm: 3068 327 246 3 0 168 0

[startup+0.093294 s]
/proc/loadavg: 1.91 1.79 1.78 4/72 16580
/proc/meminfo: memFree=1159344/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=0.07
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1227 128 0 0 5 2 0 0 23 0 1 0 19694037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.107792 s]
/proc/loadavg: 1.91 1.79 1.78 4/72 16580
/proc/meminfo: memFree=1159344/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=0.07
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1227 128 0 0 5 2 0 0 23 0 1 0 19694037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301326 s]
/proc/loadavg: 1.91 1.79 1.78 4/72 16580
/proc/meminfo: memFree=1159344/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=0.07
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1227 128 0 0 5 2 0 0 23 0 1 0 19694037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701404 s]
/proc/loadavg: 1.91 1.79 1.78 4/72 16580
/proc/meminfo: memFree=1159344/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=0.07
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1227 128 0 0 5 2 0 0 23 0 1 0 19694037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50256 s]
/proc/loadavg: 1.91 1.79 1.78 3/83 16602
/proc/meminfo: memFree=1148568/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=0.7
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1309 6798 0 1 5 2 57 6 16 0 1 0 19694037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1111 409 3 0 796 0
[pid=16593] ppid=16580 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (sh) S 16580 16580 13923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19694114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 233 193 169 0 50 0
[pid=16594] ppid=16593 vsize=868592 CPUtime=0.71
/proc/16594/stat : 16594 (java) S 16593 16580 13923 0 -1 0 7542 0 1 0 67 4 0 0 18 0 9 0 19694114 889438208 6766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16594/statm: 217148 6766 2567 9 0 211653 0
[pid=16594/tid=16595] ppid=16593 vsize=868592 CPUtime=0.4
/proc/16594/task/16595/stat : 16595 (java) R 16593 16580 13923 0 -1 64 2687 0 1 0 39 1 0 0 19 0 9 0 19694115 889438208 6766 996147200 134512640 134550932 4294955936 18446744073709551615 4126550793 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16596] ppid=16593 vsize=868592 CPUtime=0.1
/proc/16594/task/16596/stat : 16596 (java) S 16593 16580 13923 0 -1 64 2643 0 0 0 9 1 0 0 16 0 9 0 19694116 889438208 6766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16597] ppid=16593 vsize=868592 CPUtime=0
/proc/16594/task/16597/stat : 16597 (java) S 16593 16580 13923 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19694117 889438208 6766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16598] ppid=16593 vsize=868592 CPUtime=0
/proc/16594/task/16598/stat : 16598 (java) S 16593 16580 13923 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19694117 889438208 6766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16599] ppid=16593 vsize=868592 CPUtime=0
/proc/16594/task/16599/stat : 16599 (java) S 16593 16580 13923 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19694119 889438208 6766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16600] ppid=16593 vsize=868592 CPUtime=0.18
/proc/16594/task/16600/stat : 16600 (java) S 16593 16580 13923 0 -1 64 1513 0 0 0 18 0 0 0 16 0 9 0 19694119 889438208 6766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16601] ppid=16593 vsize=868592 CPUtime=0
/proc/16594/task/16601/stat : 16601 (java) S 16593 16580 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19694119 889438208 6766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16602] ppid=16593 vsize=868592 CPUtime=0
/proc/16594/task/16602/stat : 16602 (java) S 16593 16580 13923 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19694119 889438208 6766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890816

[startup+3.10187 s]
/proc/loadavg: 1.91 1.79 1.78 4/83 16602
/proc/meminfo: memFree=1131160/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=0.7
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1310 6798 0 1 5 2 57 6 15 0 1 0 19694037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1111 409 3 0 796 0
[pid=16593] ppid=16580 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (sh) S 16580 16580 13923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19694114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 233 193 169 0 50 0
[pid=16594] ppid=16593 vsize=868736 CPUtime=2.3
/proc/16594/stat : 16594 (java) S 16593 16580 13923 0 -1 0 12128 0 1 0 222 8 0 0 18 0 9 0 19694114 889585664 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16594/statm: 217184 10843 2591 9 0 211661 0
[pid=16594/tid=16595] ppid=16593 vsize=868736 CPUtime=1.36
/proc/16594/task/16595/stat : 16595 (java) R 16593 16580 13923 0 -1 64 3043 0 1 0 134 2 0 0 24 0 9 0 19694115 889585664 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4125978293 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16596] ppid=16593 vsize=868736 CPUtime=0.64
/proc/16594/task/16596/stat : 16596 (java) S 16593 16580 13923 0 -1 64 6814 0 0 0 61 3 0 0 16 0 9 0 19694116 889585664 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16597] ppid=16593 vsize=868736 CPUtime=0
/proc/16594/task/16597/stat : 16597 (java) S 16593 16580 13923 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19694117 889585664 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16598] ppid=16593 vsize=868736 CPUtime=0
/proc/16594/task/16598/stat : 16598 (java) S 16593 16580 13923 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19694117 889585664 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16599] ppid=16593 vsize=868736 CPUtime=0
/proc/16594/task/16599/stat : 16599 (java) S 16593 16580 13923 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19694119 889585664 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16600] ppid=16593 vsize=868736 CPUtime=0.26
/proc/16594/task/16600/stat : 16600 (java) S 16593 16580 13923 0 -1 64 1572 0 0 0 26 0 0 0 16 0 9 0 19694119 889585664 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16601] ppid=16593 vsize=868736 CPUtime=0
/proc/16594/task/16601/stat : 16601 (java) S 16593 16580 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19694119 889585664 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16602] ppid=16593 vsize=868736 CPUtime=0
/proc/16594/task/16602/stat : 16602 (java) S 16593 16580 13923 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19694119 889585664 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890960

[startup+6.30248 s]
/proc/loadavg: 1.92 1.80 1.78 3/83 16602
/proc/meminfo: memFree=1110360/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=0.7
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1310 6798 0 1 5 2 57 6 16 0 1 0 19694037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1111 409 3 0 796 0
[pid=16593] ppid=16580 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (sh) S 16580 16580 13923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19694114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 233 193 169 0 50 0
[pid=16594] ppid=16593 vsize=868736 CPUtime=5.48
/proc/16594/stat : 16594 (java) S 16593 16580 13923 0 -1 0 12348 0 1 0 532 16 0 0 18 0 9 0 19694114 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16594/statm: 217184 10860 2591 9 0 211661 0
[pid=16594/tid=16595] ppid=16593 vsize=868736 CPUtime=4.42
/proc/16594/task/16595/stat : 16595 (java) R 16593 16580 13923 0 -1 64 3248 0 1 0 433 9 0 0 25 0 9 0 19694115 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4127105076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16596] ppid=16593 vsize=868736 CPUtime=0.73
/proc/16594/task/16596/stat : 16596 (java) S 16593 16580 13923 0 -1 64 6814 0 0 0 69 4 0 0 16 0 9 0 19694116 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16597] ppid=16593 vsize=868736 CPUtime=0
/proc/16594/task/16597/stat : 16597 (java) S 16593 16580 13923 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19694117 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16598] ppid=16593 vsize=868736 CPUtime=0
/proc/16594/task/16598/stat : 16598 (java) S 16593 16580 13923 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19694117 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16599] ppid=16593 vsize=868736 CPUtime=0
/proc/16594/task/16599/stat : 16599 (java) S 16593 16580 13923 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19694119 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16600] ppid=16593 vsize=868736 CPUtime=0.29
/proc/16594/task/16600/stat : 16600 (java) S 16593 16580 13923 0 -1 64 1587 0 0 0 29 0 0 0 17 0 9 0 19694119 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16601] ppid=16593 vsize=868736 CPUtime=0
/proc/16594/task/16601/stat : 16601 (java) S 16593 16580 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19694119 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16602] ppid=16593 vsize=868736 CPUtime=0
/proc/16594/task/16602/stat : 16602 (java) S 16593 16580 13923 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19694119 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890960

[startup+12.7018 s]
/proc/loadavg: 1.92 1.80 1.78 3/83 16602
/proc/meminfo: memFree=1093336/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=0.7
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1310 6798 0 1 5 2 57 6 16 0 1 0 19694037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1111 409 3 0 796 0
[pid=16593] ppid=16580 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (sh) S 16580 16580 13923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19694114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 233 193 169 0 50 0
[pid=16594] ppid=16593 vsize=868736 CPUtime=11.84
/proc/16594/stat : 16594 (java) S 16593 16580 13923 0 -1 0 12630 0 1 0 1154 30 0 0 18 0 9 0 19694114 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16594/statm: 217184 10860 2591 9 0 211661 0
[pid=16594/tid=16595] ppid=16593 vsize=868736 CPUtime=10.67
/proc/16594/task/16595/stat : 16595 (java) R 16593 16580 13923 0 -1 64 3530 0 1 0 1046 21 0 0 25 0 9 0 19694115 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4126557229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16596] ppid=16593 vsize=868736 CPUtime=0.85
/proc/16594/task/16596/stat : 16596 (java) S 16593 16580 13923 0 -1 64 6814 0 0 0 78 7 0 0 16 0 9 0 19694116 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16597] ppid=16593 vsize=868736 CPUtime=0
/proc/16594/task/16597/stat : 16597 (java) S 16593 16580 13923 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19694117 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16598] ppid=16593 vsize=868736 CPUtime=0
/proc/16594/task/16598/stat : 16598 (java) S 16593 16580 13923 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19694117 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16599] ppid=16593 vsize=868736 CPUtime=0
/proc/16594/task/16599/stat : 16599 (java) S 16593 16580 13923 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19694119 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16600] ppid=16593 vsize=868736 CPUtime=0.29
/proc/16594/task/16600/stat : 16600 (java) S 16593 16580 13923 0 -1 64 1587 0 0 0 29 0 0 0 17 0 9 0 19694119 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16601] ppid=16593 vsize=868736 CPUtime=0
/proc/16594/task/16601/stat : 16601 (java) S 16593 16580 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19694119 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16594/tid=16602] ppid=16593 vsize=868736 CPUtime=0
/proc/16594/task/16602/stat : 16602 (java) S 16593 16580 13923 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19694119 889585664 10860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 890960

[startup+25.5012 s]
/proc/loadavg: 1.94 1.81 1.78 3/75 16604
/proc/meminfo: memFree=1076120/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=21.19
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1365 20129 0 2 6 2 2055 56 16 0 1 0 19694037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1113 409 3 0 796 0
[pid=16603] ppid=16580 vsize=5356 CPUtime=0
/proc/16603/stat : 16603 (sh) S 16580 16580 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16603/statm: 1339 232 193 169 0 50 0
[pid=16604] ppid=16603 vsize=24636 CPUtime=4.05
/proc/16604/stat : 16604 (picosat) R 16603 16580 13923 0 -1 4194304 5167 0 0 0 183 222 0 0 25 0 1 0 19696179 25227264 5153 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16604/statm: 6159 5153 40 102 0 6054 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 46860

[startup+51.1011 s]
/proc/loadavg: 1.96 1.82 1.79 3/75 16604
/proc/meminfo: memFree=1006680/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=21.19
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1365 20129 0 2 6 2 2055 56 16 0 1 0 19694037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=983192/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=21.19
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1365 20129 0 2 6 2 2055 56 16 0 1 0 19694037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1113 409 3 0 796 0
[pid=16603] ppid=16580 vsize=5356 CPUtime=0
/proc/16603/stat : 16603 (sh) S 16580 16580 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16603/statm: 1339 232 193 169 0 50 0
[pid=16604] ppid=16603 vsize=123832 CPUtime=1334.43
/proc/16604/stat : 16604 (picosat) R 16603 16580 13923 0 -1 4194304 28149 0 0 0 132085 1358 0 0 25 0 1 0 19696179 126803968 28035 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16604/statm: 30958 28035 48 102 0 30853 0
Current children cumulated CPU time (s) 1355.62
Current children cumulated vsize (KiB) 146056

[startup+1422.31 s]
/proc/loadavg: 2.09 2.08 1.99 3/76 16714
/proc/meminfo: memFree=983064/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=21.19
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1365 20129 0 2 6 2 2055 56 16 0 1 0 19694037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1113 409 3 0 796 0
[pid=16603] ppid=16580 vsize=5356 CPUtime=0
/proc/16603/stat : 16603 (sh) S 16580 16580 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16603/statm: 1339 232 193 169 0 50 0
[pid=16604] ppid=16603 vsize=123832 CPUtime=1394.4
/proc/16604/stat : 16604 (picosat) R 16603 16580 13923 0 -1 4194304 28149 0 0 0 138082 1358 0 0 25 0 1 0 19696179 126803968 28035 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/16604/statm: 30958 28035 48 102 0 30853 0
Current children cumulated CPU time (s) 1415.59
Current children cumulated vsize (KiB) 146056

[startup+1482.3 s]
/proc/loadavg: 2.09 2.08 1.99 3/76 16714
/proc/meminfo: memFree=983064/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=21.19
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1365 20129 0 2 6 2 2055 56 16 0 1 0 19694037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1113 409 3 0 796 0
[pid=16603] ppid=16580 vsize=5356 CPUtime=0
/proc/16603/stat : 16603 (sh) S 16580 16580 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16603/statm: 1339 232 193 169 0 50 0
[pid=16604] ppid=16603 vsize=123832 CPUtime=1454.37
/proc/16604/stat : 16604 (picosat) R 16603 16580 13923 0 -1 4194304 28149 0 0 0 144079 1358 0 0 25 0 1 0 19696179 126803968 28035 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/16604/statm: 30958 28035 48 102 0 30853 0
Current children cumulated CPU time (s) 1475.56
Current children cumulated vsize (KiB) 146056

[startup+1542.3 s]
/proc/loadavg: 2.08 2.08 2.00 3/76 16714
/proc/meminfo: memFree=982744/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=21.19
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1365 20129 0 2 6 2 2055 56 16 0 1 0 19694037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1113 409 3 0 796 0
[pid=16603] ppid=16580 vsize=5356 CPUtime=0
/proc/16603/stat : 16603 (sh) S 16580 16580 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16603/statm: 1339 232 193 169 0 50 0
[pid=16604] ppid=16603 vsize=124228 CPUtime=1514.34
/proc/16604/stat : 16604 (picosat) R 16603 16580 13923 0 -1 4194304 28262 0 0 0 150076 1358 0 0 25 0 1 0 19696179 127209472 28148 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/16604/statm: 31057 28148 48 102 0 30952 0
Current children cumulated CPU time (s) 1535.53
Current children cumulated vsize (KiB) 146452

[startup+1602.3 s]
/proc/loadavg: 2.08 2.08 2.00 3/76 16714
/proc/meminfo: memFree=981016/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=21.19
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1365 20129 0 2 6 2 2055 56 16 0 1 0 19694037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1113 409 3 0 796 0
[pid=16603] ppid=16580 vsize=5356 CPUtime=0
/proc/16603/stat : 16603 (sh) S 16580 16580 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16603/statm: 1339 232 193 169 0 50 0
[pid=16604] ppid=16603 vsize=125944 CPUtime=1574.31
/proc/16604/stat : 16604 (picosat) R 16603 16580 13923 0 -1 4194304 28699 0 0 0 156072 1359 0 0 25 0 1 0 19696179 128966656 28585 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16604/statm: 31486 28585 48 102 0 31381 0
Current children cumulated CPU time (s) 1595.5
Current children cumulated vsize (KiB) 148168

[startup+1662.3 s]
/proc/loadavg: 1.99 2.05 2.00 3/77 16864
/proc/meminfo: memFree=973712/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=21.19
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1365 20129 0 2 6 2 2055 56 16 0 1 0 19694037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1113 409 3 0 796 0
[pid=16603] ppid=16580 vsize=5356 CPUtime=0
/proc/16603/stat : 16603 (sh) S 16580 16580 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16603/statm: 1339 232 193 169 0 50 0
[pid=16604] ppid=16603 vsize=127528 CPUtime=1634.11
/proc/16604/stat : 16604 (picosat) R 16603 16580 13923 0 -1 4194304 29088 0 0 0 162048 1363 0 0 25 0 1 0 19696179 130588672 28974 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 0 0 0
/proc/16604/statm: 31882 28974 48 102 0 31777 0
Current children cumulated CPU time (s) 1655.3
Current children cumulated vsize (KiB) 149752

[startup+1722.3 s]
/proc/loadavg: 1.75 1.97 1.97 3/83 17162
/proc/meminfo: memFree=882080/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=21.19
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1365 20129 0 2 6 2 2055 56 16 0 1 0 19694037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1113 409 3 0 796 0
[pid=16603] ppid=16580 vsize=5356 CPUtime=0
/proc/16603/stat : 16603 (sh) S 16580 16580 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16603/statm: 1339 232 193 169 0 50 0
[pid=16604] ppid=16603 vsize=129508 CPUtime=1693.8
/proc/16604/stat : 16604 (picosat) R 16603 16580 13923 0 -1 4194304 29598 0 0 0 168013 1367 0 0 25 0 1 0 19696179 132616192 29484 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16604/statm: 32377 29484 48 102 0 32272 0
Current children cumulated CPU time (s) 1714.99
Current children cumulated vsize (KiB) 151732

[startup+1782.3 s]
/proc/loadavg: 1.91 1.97 1.97 3/83 17162
/proc/meminfo: memFree=881184/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=21.19
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1365 20129 0 2 6 2 2055 56 16 0 1 0 19694037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1113 409 3 0 796 0
[pid=16603] ppid=16580 vsize=5356 CPUtime=0
/proc/16603/stat : 16603 (sh) S 16580 16580 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16603/statm: 1339 232 193 169 0 50 0
[pid=16604] ppid=16603 vsize=129640 CPUtime=1753.56
/proc/16604/stat : 16604 (picosat) R 16603 16580 13923 0 -1 4194304 29773 0 0 0 173988 1368 0 0 25 0 1 0 19696179 132751360 29543 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/16604/statm: 32410 29543 48 102 0 32305 0
Current children cumulated CPU time (s) 1774.75
Current children cumulated vsize (KiB) 151864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 1.94 1.97 1.97 3/83 17168
/proc/meminfo: memFree=880800/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=21.19
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1365 20129 0 2 6 2 2055 56 16 0 1 0 19694037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1113 409 3 0 796 0
[pid=16603] ppid=16580 vsize=5356 CPUtime=0
/proc/16603/stat : 16603 (sh) S 16580 16580 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16603/statm: 1339 232 193 169 0 50 0
[pid=16604] ppid=16603 vsize=129640 CPUtime=1778.86
/proc/16604/stat : 16604 (picosat) R 16603 16580 13923 0 -1 4194304 29773 0 0 0 176518 1368 0 0 25 0 1 0 19696179 132751360 29543 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16604/statm: 32410 29543 48 102 0 32305 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 151864

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

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

[startup+1807.7 s]
/proc/loadavg: 1.94 1.97 1.97 3/83 17168
/proc/meminfo: memFree=880800/2055920 swapFree=4192956/4192956
[pid=16580] ppid=16578 vsize=16868 CPUtime=21.19
/proc/16580/stat : 16580 (sugar) S 16578 16580 13923 0 -1 4194304 1365 20129 0 2 6 2 2055 56 16 0 1 0 19694037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16580/statm: 4217 1113 409 3 0 796 0
[pid=16603] ppid=16580 vsize=5356 CPUtime=0
/proc/16603/stat : 16603 (sh) S 16580 16580 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19696179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16603/statm: 1339 232 193 169 0 50 0
[pid=16604] ppid=16603 vsize=129640 CPUtime=1778.86
/proc/16604/stat : 16604 (picosat) R 16603 16580 13923 0 -1 4194304 29773 0 0 0 176518 1368 0 0 25 0 1 0 19696179 132751360 29543 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16604/statm: 32410 29543 48 102 0 32305 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 151864

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16580 and gives
#  childrusage.ru_utime.tv_sec=20
#  childrusage.ru_utime.tv_usec=617865
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=596909
# CPU time returned by wait4() is 21.2148
# 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): 1807.73
CPU time (s): 1800.05
CPU user time (s): 1785.79
CPU system time (s): 14.26
CPU usage (%): 99.5752
Max. virtual memory (cumulated for all children) (KiB): 891352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.6179
system time used= 0.596909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21888
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= 11655
involuntary context switches= 11797

runsolver used 2.04969 second user time and 5.79412 second system time

The end

Launcher Data

Begin job on node5 at 2009-07-11 17:31:06
IDJOB=2060950
IDBENCH=53764
IDSOLVER=738
FILE ID=node5/2060950-1247326266
PBS_JOBID= 9506617
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= f269187d8547e6b596cfc3c60fb1cd1c
RANDOM SEED=2281431

node5.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.258
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.258
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:       1159824 kB
Buffers:         52112 kB
Cached:         748248 kB
SwapCached:          0 kB
Active:          70772 kB
Inactive:       749064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1159824 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2132 kB
Writeback:           0 kB
Mapped:          31084 kB
Slab:            61808 kB
Committed_AS:   152904 kB
PageTables:       1724 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= 66384 MiB
End job on node5 at 2009-07-11 18:01:15