Trace number 1063433

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.13+picosat? (MO) 284.27 287.046

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-sample2.xml
MD5SUM7791005450e5fd362bbc07619d3c6f20
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.8592
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of constraints67
Maximum constraint arity150
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 04:03:59 2008
0.00/0.04	c 0	PID 31968
0.00/0.05	c 0	HOST node62.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1063433-1215137039.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063433-1215137039.xml' 'HOME/temp.csp'
0.03/0.45	c 1	2 domains, 1296 variables, 17 predicates, 0 relations, 67 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.42/0.54	c 1	Parsing HOME/temp.csp
0.42/0.80	c 1	parsed 1382 expressions
0.42/0.80	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.80	c 1	Converting to clausal form CSP
0.42/0.82	c 1	converted 139 (10%) expressions
0.42/0.82	c 1	converted 277 (20%) expressions
0.42/0.83	c 1	converted 415 (30%) expressions
0.42/0.83	c 1	converted 553 (40%) expressions
0.42/0.83	c 1	converted 691 (50%) expressions
0.42/0.83	c 1	converted 830 (60%) expressions
0.42/0.83	c 1	converted 968 (70%) expressions
0.42/0.83	c 1	converted 1106 (80%) expressions
0.42/0.84	c 1	converted 1244 (90%) expressions
1.33/1.44	c 2	converted 1382 (100%) expressions
1.33/1.44	c 2	CSP : 6934 integers, 0 booleans, 9263 clauses, largest domain size 21846
1.33/1.44	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.44	c 2	Propagation in CSP
1.42/1.54	c 2	3050 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/1.54	c 2	CSP : 6934 integers, 0 booleans, 9263 clauses, largest domain size 21846
1.42/1.54	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.55	c 2	Simplifing CSP by introducing new Boolean variables
1.42/1.56	c 2	CSP : 6934 integers, 0 booleans, 9263 clauses, largest domain size 21846
1.42/1.56	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.61	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.62	c 2	694 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.68	c 2	1387 (20%) CSP integer variables are encoded (42997 clauses, 625989 bytes)
1.52/1.69	c 2	2081 (30%) CSP integer variables are encoded (47716 clauses, 696774 bytes)
1.52/1.69	c 2	2774 (40%) CSP integer variables are encoded (50071 clauses, 732099 bytes)
1.52/1.70	c 2	3467 (50%) CSP integer variables are encoded (52277 clauses, 765189 bytes)
1.63/1.70	c 2	4161 (60%) CSP integer variables are encoded (54794 clauses, 802944 bytes)
1.63/1.71	c 2	4854 (70%) CSP integer variables are encoded (57433 clauses, 842529 bytes)
1.63/1.71	c 2	5548 (80%) CSP integer variables are encoded (60189 clauses, 883869 bytes)
1.63/1.72	c 2	6241 (90%) CSP integer variables are encoded (63175 clauses, 928659 bytes)
1.63/1.72	c 2	6934 (100%) CSP integer variables are encoded (65516 clauses, 963774 bytes)
65.99/67.55	c 68	927 (10%) CSP clauses are encoded (41082545 clauses, 809681205 bytes)
65.99/67.59	c 68	1853 (20%) CSP clauses are encoded (41098823 clauses, 809996696 bytes)
66.10/67.64	c 68	2779 (30%) CSP clauses are encoded (41124390 clauses, 810510017 bytes)
66.10/67.68	c 68	3706 (40%) CSP clauses are encoded (41142688 clauses, 810872057 bytes)
66.20/67.73	c 68	4632 (50%) CSP clauses are encoded (41165660 clauses, 811329994 bytes)
66.20/67.77	c 68	5558 (60%) CSP clauses are encoded (41191250 clauses, 811843124 bytes)
66.29/67.82	c 68	6485 (70%) CSP clauses are encoded (41216068 clauses, 812340772 bytes)
66.29/67.89	c 68	7411 (80%) CSP clauses are encoded (41250155 clauses, 813031618 bytes)
66.39/67.94	c 68	8337 (90%) CSP clauses are encoded (41277536 clauses, 813582657 bytes)
66.39/67.99	c 68	9263 (100%) CSP clauses are encoded (41300440 clauses, 814040382 bytes)
66.39/67.99	c 68	9263 CSP clauses encoded
66.39/67.99	c 68	Writing map file : HOME/temp.map
66.50/68.01	c 68	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
66.50/68.01	c 68	SAT : 70852 SAT variables, 41300440 SAT clauses, 814040382 bytes
66.50/68.01	c 68	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
66.50/68.06	c 68	SOLVING HOME/temp.cnf
66.50/68.06	c 68	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
284.16/286.91	c ERROR INTERRUPTED
284.27/287.04	s UNKNOWN
284.27/287.04	c 287	CPU 60.4 (0.03 0 60.37 6.13)
284.27/287.04	c 287	END Fri Jul  4 04:08:46 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063433-1215137039/watcher-1063433-1215137039 -o /tmp/evaluation-result-1063433-1215137039/solver-1063433-1215137039 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1063433-1215137039.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.07 2.02 4/81 31968
/proc/meminfo: memFree=1516176/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=18572 CPUtime=0
/proc/31968/stat : 31968 (runsolver) R 31966 31968 30606 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1992675657 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31968/statm: 4643 292 257 25 0 2626 0

[startup+0.104608 s]
/proc/loadavg: 2.13 2.07 2.02 4/81 31968
/proc/meminfo: memFree=1516176/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=0.03
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992675657 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201627 s]
/proc/loadavg: 2.13 2.07 2.02 4/81 31968
/proc/meminfo: memFree=1516176/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=0.03
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992675657 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301646 s]
/proc/loadavg: 2.13 2.07 2.02 4/81 31968
/proc/meminfo: memFree=1516176/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=0.03
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992675657 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701725 s]
/proc/loadavg: 2.13 2.07 2.02 4/81 31968
/proc/meminfo: memFree=1516176/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=0.42
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 973 4768 0 1 3 0 36 3 15 0 1 0 1992675657 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13600

[startup+1.50288 s]
/proc/loadavg: 2.13 2.07 2.02 4/92 31990
/proc/meminfo: memFree=1500728/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=0.42
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 974 4768 0 1 3 0 36 3 15 0 1 0 1992675657 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 797 370 3 0 500 0
[pid=31981] ppid=31968 vsize=5356 CPUtime=0
/proc/31981/stat : 31981 (sh) S 31968 31968 30606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992675704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 233 193 169 0 50 0
[pid=31982] ppid=31981 vsize=868372 CPUtime=1
/proc/31982/stat : 31982 (java) S 31981 31968 30606 0 -1 0 7856 0 1 0 97 3 0 0 18 0 9 0 1992675705 889212928 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31982/statm: 217093 7031 2540 9 0 211668 0
[pid=31982/tid=31983] ppid=31981 vsize=868372 CPUtime=0.61
/proc/31982/task/31983/stat : 31983 (java) R 31981 31968 30606 0 -1 64 2709 0 1 0 60 1 0 0 25 0 9 0 1992675705 889212928 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4126588815 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31984] ppid=31981 vsize=868372 CPUtime=0.17
/proc/31982/task/31984/stat : 31984 (java) S 31981 31968 30606 0 -1 64 2969 0 0 0 17 0 0 0 16 0 9 0 1992675706 889212928 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31985] ppid=31981 vsize=868372 CPUtime=0
/proc/31982/task/31985/stat : 31985 (java) S 31981 31968 30606 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992675707 889212928 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31986] ppid=31981 vsize=868372 CPUtime=0
/proc/31982/task/31986/stat : 31986 (java) S 31981 31968 30606 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992675707 889212928 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31987] ppid=31981 vsize=868372 CPUtime=0
/proc/31982/task/31987/stat : 31987 (java) S 31981 31968 30606 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1992675708 889212928 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31988] ppid=31981 vsize=868372 CPUtime=0.2
/proc/31982/task/31988/stat : 31988 (java) S 31981 31968 30606 0 -1 64 1486 0 0 0 19 1 0 0 16 0 9 0 1992675708 889212928 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31989] ppid=31981 vsize=868372 CPUtime=0
/proc/31982/task/31989/stat : 31989 (java) S 31981 31968 30606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992675709 889212928 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31990] ppid=31981 vsize=868372 CPUtime=0
/proc/31982/task/31990/stat : 31990 (java) S 31981 31968 30606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992675709 889212928 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887328

[startup+3.10119 s]
/proc/loadavg: 2.13 2.07 2.02 3/92 31990
/proc/meminfo: memFree=1489080/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=0.42
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 974 4768 0 1 3 0 36 3 15 0 1 0 1992675657 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 797 370 3 0 500 0
[pid=31981] ppid=31968 vsize=5356 CPUtime=0
/proc/31981/stat : 31981 (sh) S 31968 31968 30606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992675704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 233 193 169 0 50 0
[pid=31982] ppid=31981 vsize=868484 CPUtime=2.59
/proc/31982/stat : 31982 (java) S 31981 31968 30606 0 -1 0 8486 0 1 0 242 17 0 0 18 0 9 0 1992675705 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31982/statm: 217121 7111 2564 9 0 211668 0
[pid=31982/tid=31983] ppid=31981 vsize=868484 CPUtime=1.99
/proc/31982/task/31983/stat : 31983 (java) R 31981 31968 30606 0 -1 64 3286 0 1 0 187 12 0 0 25 0 9 0 1992675705 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4126992999 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31984] ppid=31981 vsize=868484 CPUtime=0.35
/proc/31982/task/31984/stat : 31984 (java) S 31981 31968 30606 0 -1 64 3001 0 0 0 32 3 0 0 16 0 9 0 1992675706 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31985] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31985/stat : 31985 (java) S 31981 31968 30606 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992675707 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31986] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31986/stat : 31986 (java) S 31981 31968 30606 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992675707 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31987] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31987/stat : 31987 (java) S 31981 31968 30606 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1992675708 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31988] ppid=31981 vsize=868484 CPUtime=0.23
/proc/31982/task/31988/stat : 31988 (java) S 31981 31968 30606 0 -1 64 1507 0 0 0 22 1 0 0 16 0 9 0 1992675708 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31989] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31989/stat : 31989 (java) S 31981 31968 30606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992675709 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31990] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31990/stat : 31990 (java) S 31981 31968 30606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992675709 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887440

[startup+6.30282 s]
/proc/loadavg: 2.12 2.07 2.02 3/92 31990
/proc/meminfo: memFree=1447992/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=0.42
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 974 4768 0 1 3 0 36 3 15 0 1 0 1992675657 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 797 370 3 0 500 0
[pid=31981] ppid=31968 vsize=5356 CPUtime=0
/proc/31981/stat : 31981 (sh) S 31968 31968 30606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992675704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 233 193 169 0 50 0
[pid=31982] ppid=31981 vsize=868484 CPUtime=5.78
/proc/31982/stat : 31982 (java) S 31981 31968 30606 0 -1 0 9626 0 1 0 532 46 0 0 18 0 9 0 1992675705 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31982/statm: 217121 7111 2564 9 0 211668 0
[pid=31982/tid=31983] ppid=31981 vsize=868484 CPUtime=4.91
/proc/31982/task/31983/stat : 31983 (java) R 31981 31968 30606 0 -1 64 4426 0 1 0 456 35 0 0 25 0 9 0 1992675705 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4126993048 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31984] ppid=31981 vsize=868484 CPUtime=0.61
/proc/31982/task/31984/stat : 31984 (java) S 31981 31968 30606 0 -1 64 3001 0 0 0 53 8 0 0 16 0 9 0 1992675706 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31985] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31985/stat : 31985 (java) S 31981 31968 30606 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992675707 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31986] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31986/stat : 31986 (java) S 31981 31968 30606 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992675707 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31987] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31987/stat : 31987 (java) S 31981 31968 30606 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1992675708 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31988] ppid=31981 vsize=868484 CPUtime=0.23
/proc/31982/task/31988/stat : 31988 (java) S 31981 31968 30606 0 -1 64 1507 0 0 0 22 1 0 0 16 0 9 0 1992675708 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31989] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31989/stat : 31989 (java) S 31981 31968 30606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992675709 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31990] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31990/stat : 31990 (java) S 31981 31968 30606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992675709 889327616 7111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887440

[startup+12.7011 s]
/proc/loadavg: 2.11 2.07 2.02 3/92 31990
/proc/meminfo: memFree=1365816/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=0.42
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 974 4768 0 1 3 0 36 3 15 0 1 0 1992675657 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 797 370 3 0 500 0
[pid=31981] ppid=31968 vsize=5356 CPUtime=0
/proc/31981/stat : 31981 (sh) S 31968 31968 30606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992675704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 233 193 169 0 50 0
[pid=31982] ppid=31981 vsize=868484 CPUtime=12.12
/proc/31982/stat : 31982 (java) S 31981 31968 30606 0 -1 0 11906 0 1 0 1110 102 0 0 18 0 9 0 1992675705 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31982/statm: 217121 7112 2564 9 0 211668 0
[pid=31982/tid=31983] ppid=31981 vsize=868484 CPUtime=10.73
/proc/31982/task/31983/stat : 31983 (java) R 31981 31968 30606 0 -1 64 6705 0 1 0 994 79 0 0 25 0 9 0 1992675705 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4126635512 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31984] ppid=31981 vsize=868484 CPUtime=1.13
/proc/31982/task/31984/stat : 31984 (java) S 31981 31968 30606 0 -1 64 3001 0 0 0 93 20 0 0 16 0 9 0 1992675706 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31985] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31985/stat : 31985 (java) S 31981 31968 30606 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992675707 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31986] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31986/stat : 31986 (java) S 31981 31968 30606 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992675707 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31987] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31987/stat : 31987 (java) S 31981 31968 30606 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1992675708 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31988] ppid=31981 vsize=868484 CPUtime=0.23
/proc/31982/task/31988/stat : 31988 (java) S 31981 31968 30606 0 -1 64 1508 0 0 0 22 1 0 0 16 0 9 0 1992675708 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31989] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31989/stat : 31989 (java) S 31981 31968 30606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992675709 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31990] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31990/stat : 31990 (java) S 31981 31968 30606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992675709 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887440

[startup+25.5026 s]
/proc/loadavg: 2.08 2.06 2.02 3/92 31990
/proc/meminfo: memFree=1198456/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=0.42
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 974 4768 0 1 3 0 36 3 15 0 1 0 1992675657 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 797 370 3 0 500 0
[pid=31981] ppid=31968 vsize=5356 CPUtime=0
/proc/31981/stat : 31981 (sh) S 31968 31968 30606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992675704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 233 193 169 0 50 0
[pid=31982] ppid=31981 vsize=868484 CPUtime=24.71
/proc/31982/stat : 31982 (java) S 31981 31968 30606 0 -1 0 16445 0 1 0 2253 218 0 0 18 0 9 0 1992675705 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31982/statm: 217121 7112 2564 9 0 211668 0
[pid=31982/tid=31983] ppid=31981 vsize=868484 CPUtime=22.29
/proc/31982/task/31983/stat : 31983 (java) R 31981 31968 30606 0 -1 64 11244 0 1 0 2060 169 0 0 25 0 9 0 1992675705 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 102064680 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31984] ppid=31981 vsize=868484 CPUtime=2.15
/proc/31982/task/31984/stat : 31984 (java) S 31981 31968 30606 0 -1 64 3001 0 0 0 169 46 0 0 16 0 9 0 1992675706 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31985] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31985/stat : 31985 (java) S 31981 31968 30606 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992675707 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31986] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31986/stat : 31986 (java) S 31981 31968 30606 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992675707 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31987] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31987/stat : 31987 (java) S 31981 31968 30606 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1992675708 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31988] ppid=31981 vsize=868484 CPUtime=0.23
/proc/31982/task/31988/stat : 31988 (java) S 31981 31968 30606 0 -1 64 1508 0 0 0 22 1 0 0 16 0 9 0 1992675708 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31989] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31989/stat : 31989 (java) S 31981 31968 30606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992675709 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31990] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31990/stat : 31990 (java) S 31981 31968 30606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992675709 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 887440

[startup+51.1026 s]
/proc/loadavg: 2.34 2.12 2.04 3/92 31990
/proc/meminfo: memFree=891512/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=0.42
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 974 4768 0 1 3 0 36 3 15 0 1 0 1992675657 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 797 370 3 0 500 0
[pid=31981] ppid=31968 vsize=5356 CPUtime=0
/proc/31981/stat : 31981 (sh) S 31968 31968 30606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992675704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 233 193 169 0 50 0
[pid=31982] ppid=31981 vsize=868484 CPUtime=49.5
/proc/31982/stat : 31982 (java) S 31981 31968 30606 0 -1 0 25640 0 1 0 4496 454 0 0 18 0 9 0 1992675705 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31982/statm: 217121 7112 2564 9 0 211668 0
[pid=31982/tid=31983] ppid=31981 vsize=868484 CPUtime=44.96
/proc/31982/task/31983/stat : 31983 (java) R 31981 31968 30606 0 -1 64 20439 0 1 0 4136 360 0 0 25 0 9 0 1992675705 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4126477411 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31984] ppid=31981 vsize=868484 CPUtime=4.27
/proc/31982/task/31984/stat : 31984 (java) S 31981 31968 30606 0 -1 64 3001 0 0 0 336 91 0 0 16 0 9 0 1992675706 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31985] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31985/stat : 31985 (java) S 31981 31968 30606 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992675707 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31986] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31986/stat : 31986 (java) S 31981 31968 30606 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992675707 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31987] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31987/stat : 31987 (java) S 31981 31968 30606 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1992675708 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31988] ppid=31981 vsize=868484 CPUtime=0.23
/proc/31982/task/31988/stat : 31988 (java) S 31981 31968 30606 0 -1 64 1508 0 0 0 22 1 0 0 16 0 9 0 1992675708 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31989] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31989/stat : 31989 (java) S 31981 31968 30606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992675709 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31982/tid=31990] ppid=31981 vsize=868484 CPUtime=0
/proc/31982/task/31990/stat : 31990 (java) S 31981 31968 30606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992675709 889327616 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 887440

[startup+102.303 s]
/proc/loadavg: 2.15 2.10 2.03 3/84 31992
/proc/meminfo: memFree=561592/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=66.51
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 1024 36729 0 2 3 0 6036 612 16 0 1 0 1992675657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 799 370 3 0 500 0
[pid=31991] ppid=31968 vsize=5356 CPUtime=0
/proc/31991/stat : 31991 (sh) S 31968 31968 30606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992682463 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31991/statm: 1339 232 193 169 0 50 0
[pid=31992] ppid=31991 vsize=144404 CPUtime=34.06
/proc/31992/stat : 31992 (picosat) R 31991 31968 30606 0 -1 4194304 34706 0 0 0 1514 1892 0 0 25 0 1 0 1992682464 147869696 34692 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31992/statm: 36101 34692 40 102 0 35996 0
Current children cumulated CPU time (s) 100.57
Current children cumulated vsize (KiB) 163360

[startup+162.301 s]
/proc/loadavg: 2.20 2.11 2.04 3/84 31992
/proc/meminfo: memFree=328248/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=66.51
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 1024 36729 0 2 3 0 6036 612 16 0 1 0 1992675657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 799 370 3 0 500 0
[pid=31991] ppid=31968 vsize=5356 CPUtime=0
/proc/31991/stat : 31991 (sh) S 31968 31968 30606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992682463 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31991/statm: 1339 232 193 169 0 50 0
[pid=31992] ppid=31991 vsize=402644 CPUtime=93.75
/proc/31992/stat : 31992 (picosat) R 31991 31968 30606 0 -1 4194304 93493 0 0 0 4227 5148 0 0 25 0 1 0 1992682464 412307456 93479 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31992/statm: 100661 93479 40 102 0 100556 0
Current children cumulated CPU time (s) 160.26
Current children cumulated vsize (KiB) 421600

[startup+222.307 s]
/proc/loadavg: 2.12 2.10 2.04 3/84 31992
/proc/meminfo: memFree=90488/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=66.51
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 1024 36729 0 2 3 0 6036 612 16 0 1 0 1992675657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 799 370 3 0 500 0
[pid=31991] ppid=31968 vsize=5356 CPUtime=0
/proc/31991/stat : 31991 (sh) S 31968 31968 30606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992682463 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31991/statm: 1339 232 193 169 0 50 0
[pid=31992] ppid=31991 vsize=677268 CPUtime=153.47
/proc/31992/stat : 31992 (picosat) R 31991 31968 30606 0 -1 4194304 152298 0 0 0 6936 8411 0 0 25 0 1 0 1992682464 693522432 152284 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31992/statm: 169317 152284 40 102 0 169212 0
Current children cumulated CPU time (s) 219.98
Current children cumulated vsize (KiB) 696224

[startup+282.302 s]
/proc/loadavg: 2.04 2.08 2.03 3/84 31992
/proc/meminfo: memFree=16248/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=66.51
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 1024 36729 0 2 3 0 6036 612 16 0 1 0 1992675657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 799 370 3 0 500 0
[pid=31991] ppid=31968 vsize=5356 CPUtime=0
/proc/31991/stat : 31991 (sh) S 31968 31968 30606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992682463 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31991/statm: 1339 232 193 169 0 50 0
[pid=31992] ppid=31991 vsize=886620 CPUtime=213.07
/proc/31992/stat : 31992 (picosat) R 31991 31968 30606 0 -1 4194304 211187 0 0 0 9611 11696 0 0 25 0 1 0 1992682464 907898880 211173 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31992/statm: 221655 211173 40 102 0 221550 0
Current children cumulated CPU time (s) 279.58
Current children cumulated vsize (KiB) 905576



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+286.902 s]
/proc/loadavg: 2.04 2.08 2.03 3/84 31992
/proc/meminfo: memFree=15416/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=66.51
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 1024 36729 0 2 3 0 6036 612 16 0 1 0 1992675657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 799 370 3 0 500 0
[pid=31991] ppid=31968 vsize=5356 CPUtime=0
/proc/31991/stat : 31991 (sh) S 31968 31968 30606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992682463 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31991/statm: 1339 232 193 169 0 50 0
[pid=31992] ppid=31991 vsize=902856 CPUtime=217.65
/proc/31992/stat : 31992 (picosat) R 31991 31968 30606 0 -1 4194304 215743 0 0 0 9811 11954 0 0 25 0 1 0 1992682464 924524544 215729 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31992/statm: 225714 215729 40 102 0 225609 0
Current children cumulated CPU time (s) 284.16
Current children cumulated vsize (KiB) 921812

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

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

[startup+287.019 s]
/proc/loadavg: 2.04 2.08 2.03 3/84 31992
/proc/meminfo: memFree=15416/2055920 swapFree=4179412/4192956
[pid=31968] ppid=31966 vsize=13600 CPUtime=66.51
/proc/31968/stat : 31968 (sugar) S 31966 31968 30606 0 -1 4194304 1042 36729 0 2 3 0 6036 612 16 0 1 0 1992675657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/31968/statm: 3400 799 370 3 0 500 0
[pid=31991] ppid=31968 vsize=0 CPUtime=0
/proc/31991/stat : 31991 (sh) Z 31968 31968 30606 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1992682463 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/31991/statm: 0 0 0 0 0 0 0
[pid=31992] ppid=1 vsize=0 CPUtime=217.76
/proc/31992/stat : 31992 (picosat) R 1 31968 30606 0 -1 4195332 215743 0 0 0 9811 11965 0 0 25 0 1 0 1992682464 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/31992/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 284.27
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31968 and gives
#  childrusage.ru_utime.tv_sec=60
#  childrusage.ru_utime.tv_usec=405816
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=141066
# CPU time returned by wait4() is 66.5469
# while last known CPU time is 284.27
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 287.046
CPU time (s): 284.27
CPU user time (s): 158.5
CPU system time (s): 125.77
CPU usage (%): 99.0328
Max. virtual memory (cumulated for all children) (KiB): 921812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.4058
system time used= 6.14107
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38107
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= 169265
involuntary context switches= 170036

runsolver used 0.319951 second user time and 0.809876 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-04 04:03:59
IDJOB=1063433
IDBENCH=54750
IDSOLVER=345
FILE ID=node62/1063433-1215137039
PBS_JOBID= 7877343
Free space on /tmp= 65300 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-sample2.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063433-1215137039/watcher-1063433-1215137039 -o /tmp/evaluation-result-1063433-1215137039/solver-1063433-1215137039 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1063433-1215137039.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7791005450e5fd362bbc07619d3c6f20
RANDOM SEED=1939071458

node62.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.259
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.259
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:       1516720 kB
Buffers:         63072 kB
Cached:         378584 kB
SwapCached:       6736 kB
Active:         196828 kB
Inactive:       275356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1516720 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:            1484 kB
Writeback:           0 kB
Mapped:          46692 kB
Slab:            51972 kB
Committed_AS:  4006588 kB
PageTables:       1976 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= 65296 MiB
End job on node62 at 2008-07-04 04:08:48