Trace number 1126892

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+minisat? 881.067 888.829

General information on the benchmark

Namemaxcsp/warehouses/
normalized-capmp2_ext.xml
MD5SUMdec8f5a04243737d42e444af5cc65e84
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark29.1936
Satisfiable
(Un)Satisfiability was proved
Number of variables401
Number of constraints40200
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension40200
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	c 0	Sugar v1-13 + HOME/minisat
0.02/0.08	c 0	BEGIN Thu Aug  7 21:06:28 2008
0.02/0.08	c 0	PID 10476
0.02/0.08	c 0	HOST node61.alineos.net
0.02/0.08	c 0	CONVERTING HOME/instance-1126892-1218135988.xml TO HOME/temp.csp
0.02/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126892-1218135988.xml' 'HOME/temp.csp'
1.59/1.78	c 2	3 domains, 401 variables, 0 predicates, 201 relations, 40200 constraints
1.67/1.81	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.67/1.81	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.67/1.89	c 2	Parsing HOME/temp.csp
1.96/2.18	c 2	parsed 10000 expressions
2.15/2.37	c 3	parsed 20000 expressions
2.35/2.58	c 3	parsed 30000 expressions
2.55/2.74	c 3	parsed 40000 expressions
2.55/2.75	c 3	parsed 40805 expressions
2.55/2.76	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.95/3.17	c 3	MAX CSP: 40200 constraints
2.95/3.17	c 3	Converting to clausal form CSP
3.25/3.47	c 4	converted 8101 (10%) expressions
3.34/3.58	c 4	converted 16202 (20%) expressions
3.44/3.66	c 4	converted 24303 (30%) expressions
3.74/3.92	c 4	converted 32404 (40%) expressions
3.84/4.05	c 4	converted 40504 (50%) expressions
3.94/4.15	c 4	converted 48605 (60%) expressions
4.04/4.24	c 5	converted 56706 (70%) expressions
4.14/4.33	c 5	converted 64807 (80%) expressions
4.24/4.43	c 5	converted 72908 (90%) expressions
8.81/9.03	c 9	converted 81008 (100%) expressions
8.81/9.05	c 9	CSP : 80801 integers, 0 booleans, 120599 clauses, largest domain size 60301
8.81/9.05	c 9	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.81/9.05	c 9	Propagation in CSP
10.29/10.56	c 11	40194 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.29/10.58	c 11	CSP : 80801 integers, 0 booleans, 120599 clauses, largest domain size 40201
10.29/10.58	c 11	Heap : 107 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.39/10.61	c 11	Simplifing CSP by introducing new Boolean variables
10.39/10.65	c 11	CSP : 80801 integers, 0 booleans, 120599 clauses, largest domain size 40201
10.39/10.65	c 11	Heap : 115 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.99/11.24	c 11	Encoding CSP to SAT : HOME/temp.cnf
11.09/11.33	c 12	8081 (10%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.09/11.34	c 12	16161 (20%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.09/11.35	c 12	24241 (30%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.09/11.36	c 12	32321 (40%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.09/11.37	c 12	40401 (50%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.88/12.14	c 12	48481 (60%) CSP integer variables are encoded (677960 clauses, 11385499 bytes)
12.08/12.30	c 13	56561 (70%) CSP integer variables are encoded (810727 clauses, 13642538 bytes)
12.18/12.46	c 13	64641 (80%) CSP integer variables are encoded (950206 clauses, 16040520 bytes)
12.28/12.60	c 13	72721 (90%) CSP integer variables are encoded (1053143 clauses, 17996323 bytes)
12.48/12.77	c 13	80801 (100%) CSP integer variables are encoded (1180071 clauses, 20407955 bytes)
15.48/15.76	c 16	12060 (10%) CSP clauses are encoded (1192131 clauses, 20711257 bytes)
18.28/18.53	c 19	24120 (20%) CSP clauses are encoded (1204191 clauses, 21021838 bytes)
20.97/21.27	c 22	36180 (30%) CSP clauses are encoded (1216251 clauses, 21340258 bytes)
879.91/885.49	c 886	ERROR Exception Too large HOME/temp.cnf
880.00/885.50	c 886	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
880.00/885.50	c 886	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
880.00/885.50	c 886	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
880.00/885.50	s UNKNOWN
880.00/885.57	c 886	CPU 444.78 (0.03 0.01 444.75 435.24)
880.00/885.57	c 886	END Thu Aug  7 21:21:14 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1126892-1218135988/watcher-1126892-1218135988 -o /tmp/evaluation-result-1126892-1218135988/solver-1126892-1218135988 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1126892-1218135988.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 0.00 0.00 0.00 4/73 10476
/proc/meminfo: memFree=306760/2055920 swapFree=4192956/4192956
[pid=10476] ppid=10474 vsize=18572 CPUtime=0
/proc/10476/stat : 10476 (runsolver) R 10474 10476 10405 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 140686031 19017728 292 18446744073709551615 4194304 4296836 548682068272 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10476/statm: 4643 292 257 25 0 2626 0

[startup+0.0730219 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 10476
/proc/meminfo: memFree=306760/2055920 swapFree=4192956/4192956
[pid=10476] ppid=10474 vsize=13204 CPUtime=0.02
/proc/10476/stat : 10476 (sugar) D 10474 10476 10405 0 -1 4194304 687 0 0 0 2 0 0 0 18 0 1 0 140686031 13520896 655 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246406675045 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/10476/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.100614 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 10476
/proc/meminfo: memFree=306760/2055920 swapFree=4192956/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=0.04
/proc/10476/stat : 10476 (sugar) S 10474 10476 10405 0 -1 4194304 899 127 0 0 3 1 0 0 19 0 1 0 140686031 13926400 796 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10476/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301636 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 10476
/proc/meminfo: memFree=306760/2055920 swapFree=4192956/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=0.04
/proc/10476/stat : 10476 (sugar) S 10474 10476 10405 0 -1 4194304 899 127 0 0 3 1 0 0 19 0 1 0 140686031 13926400 796 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10476/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701684 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 10476
/proc/meminfo: memFree=306760/2055920 swapFree=4192956/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=0.04
/proc/10476/stat : 10476 (sugar) S 10474 10476 10405 0 -1 4194304 899 127 0 0 3 1 0 0 19 0 1 0 140686031 13926400 796 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10476/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50276 s]
/proc/loadavg: 0.00 0.00 0.00 3/84 10488
/proc/meminfo: memFree=278504/2055920 swapFree=4192956/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=0.04
/proc/10476/stat : 10476 (sugar) S 10474 10476 10405 0 -1 4194304 899 127 0 0 3 1 0 0 19 0 1 0 140686031 13926400 796 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10476/statm: 3400 796 370 3 0 500 0
[pid=10479] ppid=10476 vsize=5356 CPUtime=0
/proc/10479/stat : 10479 (sh) S 10476 10476 10405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140686039 5484544 233 18446744073709551615 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10479/statm: 1339 233 193 169 0 50 0
[pid=10480] ppid=10479 vsize=864668 CPUtime=1.35
/proc/10480/stat : 10480 (java) S 10479 10476 10405 0 -1 0 14500 0 1 0 127 8 0 0 18 0 9 0 140686040 885420032 12541 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10480/statm: 216167 12541 2528 9 0 210749 0
[pid=10480/tid=10481] ppid=10479 vsize=864668 CPUtime=0.74
/proc/10480/task/10481/stat : 10481 (java) R 10479 10476 10405 0 -1 64 3047 0 1 0 73 1 0 0 17 0 9 0 140686043 885420032 12541 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10480/tid=10482] ppid=10479 vsize=864668 CPUtime=0.46
/proc/10480/task/10482/stat : 10482 (java) S 10479 10476 10405 0 -1 64 10260 0 0 0 42 4 0 0 16 0 9 0 140686046 885420032 12541 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10480/tid=10483] ppid=10479 vsize=864668 CPUtime=0
/proc/10480/task/10483/stat : 10483 (java) S 10479 10476 10405 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140686046 885420032 12541 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10480/tid=10484] ppid=10479 vsize=864668 CPUtime=0
/proc/10480/task/10484/stat : 10484 (java) S 10479 10476 10405 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140686046 885420032 12541 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10480/tid=10485] ppid=10479 vsize=864668 CPUtime=0
/proc/10480/task/10485/stat : 10485 (java) S 10479 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140686048 885420032 12541 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10480/tid=10486] ppid=10479 vsize=864668 CPUtime=0.11
/proc/10480/task/10486/stat : 10486 (java) R 10479 10476 10405 0 -1 64 492 0 0 0 11 0 0 0 16 0 9 0 140686048 885420032 12541 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10480/tid=10487] ppid=10479 vsize=864668 CPUtime=0
/proc/10480/task/10487/stat : 10487 (java) S 10479 10476 10405 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140686048 885420032 12542 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10480/tid=10488] ppid=10479 vsize=864668 CPUtime=0
/proc/10480/task/10488/stat : 10488 (java) S 10479 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140686049 885420032 12542 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883624

[startup+3.1029 s]
/proc/loadavg: 0.00 0.00 0.00 4/93 10546
/proc/meminfo: memFree=295320/2055920 swapFree=4192956/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=1.68
/proc/10476/stat : 10476 (sugar) S 10474 10476 10405 0 -1 4194304 974 15136 0 1 3 1 155 9 15 0 1 0 140686031 13926400 797 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10476/statm: 3400 797 370 3 0 500 0
[pid=10527] ppid=10476 vsize=5356 CPUtime=0
/proc/10527/stat : 10527 (sh) S 10476 10476 10405 0 -1 4194304 279 0 0 0 0 0 0 0 19 0 1 0 140686212 5484544 233 18446744073709551615 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10527/statm: 1339 233 193 169 0 50 0
[pid=10528] ppid=10527 vsize=865160 CPUtime=1.27
/proc/10528/stat : 10528 (java) S 10527 10476 10405 0 -1 0 11363 0 1 0 120 7 0 0 18 0 9 0 140686212 885923840 9967 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10528/statm: 216290 9967 2540 9 0 210865 0
[pid=10528/tid=10529] ppid=10527 vsize=865160 CPUtime=0.69
/proc/10528/task/10529/stat : 10529 (java) R 10527 10476 10405 0 -1 64 2741 0 1 0 67 2 0 0 25 0 9 0 140686213 885923840 9967 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10532] ppid=10527 vsize=865160 CPUtime=0.48
/proc/10528/task/10532/stat : 10532 (java) R 10527 10476 10405 0 -1 64 7581 0 0 0 44 4 0 0 16 0 9 0 140686214 885923840 9967 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 102478708 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10533] ppid=10527 vsize=865160 CPUtime=0
/proc/10528/task/10533/stat : 10533 (java) S 10527 10476 10405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686215 885923840 9967 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10534] ppid=10527 vsize=865160 CPUtime=0
/proc/10528/task/10534/stat : 10534 (java) S 10527 10476 10405 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140686215 885923840 9967 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10537] ppid=10527 vsize=865160 CPUtime=0
/proc/10528/task/10537/stat : 10537 (java) S 10527 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 140686217 885923840 9967 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10538] ppid=10527 vsize=865160 CPUtime=0.07
/proc/10528/task/10538/stat : 10538 (java) S 10527 10476 10405 0 -1 64 343 0 0 0 7 0 0 0 16 0 9 0 140686217 885923840 9967 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10541] ppid=10527 vsize=865160 CPUtime=0
/proc/10528/task/10541/stat : 10541 (java) S 10527 10476 10405 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 140686217 885923840 9967 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10542] ppid=10527 vsize=865160 CPUtime=0
/proc/10528/task/10542/stat : 10542 (java) S 10527 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140686217 885923840 9967 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 884116

[startup+6.3022 s]
/proc/loadavg: 0.24 0.05 0.02 4/93 10546
/proc/meminfo: memFree=192792/2055920 swapFree=4192956/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=1.68
/proc/10476/stat : 10476 (sugar) S 10474 10476 10405 0 -1 4194304 974 15136 0 1 3 1 155 9 15 0 1 0 140686031 13926400 797 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10476/statm: 3400 797 370 3 0 500 0
[pid=10527] ppid=10476 vsize=5356 CPUtime=0
/proc/10527/stat : 10527 (sh) S 10476 10476 10405 0 -1 4194304 279 0 0 0 0 0 0 0 19 0 1 0 140686212 5484544 233 18446744073709551615 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10527/statm: 1339 233 193 169 0 50 0
[pid=10528] ppid=10527 vsize=868436 CPUtime=4.44
/proc/10528/stat : 10528 (java) S 10527 10476 10405 0 -1 0 27729 0 1 0 429 15 0 0 18 0 9 0 140686212 889278464 25101 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10528/statm: 217109 25101 2540 9 0 211684 0
[pid=10528/tid=10529] ppid=10527 vsize=868436 CPUtime=2.56
/proc/10528/task/10529/stat : 10529 (java) R 10527 10476 10405 0 -1 64 3746 0 1 0 253 3 0 0 25 0 9 0 140686213 889278464 25101 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4126991186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10532] ppid=10527 vsize=868436 CPUtime=1.66
/proc/10528/task/10532/stat : 10532 (java) S 10527 10476 10405 0 -1 64 21805 0 0 0 155 11 0 0 16 0 9 0 140686214 889278464 25101 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10533] ppid=10527 vsize=868436 CPUtime=0
/proc/10528/task/10533/stat : 10533 (java) S 10527 10476 10405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686215 889278464 25101 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10534] ppid=10527 vsize=868436 CPUtime=0
/proc/10528/task/10534/stat : 10534 (java) S 10527 10476 10405 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140686215 889278464 25101 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10537] ppid=10527 vsize=868436 CPUtime=0
/proc/10528/task/10537/stat : 10537 (java) S 10527 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 140686217 889278464 25101 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10538] ppid=10527 vsize=868436 CPUtime=0.21
/proc/10528/task/10538/stat : 10538 (java) S 10527 10476 10405 0 -1 64 1480 0 0 0 20 1 0 0 16 0 9 0 140686217 889278464 25101 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10541] ppid=10527 vsize=868436 CPUtime=0
/proc/10528/task/10541/stat : 10541 (java) S 10527 10476 10405 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 140686217 889278464 25101 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10542] ppid=10527 vsize=868436 CPUtime=0
/proc/10528/task/10542/stat : 10542 (java) S 10527 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140686217 889278464 25101 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 887392

[startup+12.7028 s]
/proc/loadavg: 0.46 0.10 0.03 2/78 10654
/proc/meminfo: memFree=171208/2055920 swapFree=4192956/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=1.68
/proc/10476/stat : 10476 (sugar) S 10474 10476 10405 0 -1 4194304 974 15136 0 1 3 1 155 9 16 0 1 0 140686031 13926400 797 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10476/statm: 3400 797 370 3 0 500 0
[pid=10527] ppid=10476 vsize=5356 CPUtime=0
/proc/10527/stat : 10527 (sh) S 10476 10476 10405 0 -1 4194304 279 0 0 0 0 0 0 0 19 0 1 0 140686212 5484544 233 18446744073709551615 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10527/statm: 1339 233 193 169 0 50 0
[pid=10528] ppid=10527 vsize=868548 CPUtime=10.8
/proc/10528/stat : 10528 (java) S 10527 10476 10405 0 -1 0 51143 0 1 0 1040 40 0 0 18 0 9 0 140686212 889393152 34781 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10528/statm: 217137 34781 2565 9 0 211684 0
[pid=10528/tid=10529] ppid=10527 vsize=868548 CPUtime=7.09
/proc/10528/task/10529/stat : 10529 (java) R 10527 10476 10405 0 -1 64 4510 0 1 0 693 16 0 0 16 0 9 0 140686213 889393152 34781 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4126921847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10528/tid=10532] ppid=10527 vsize=868548 CPUtime=3.42
/proc/10528/task/10532/stat : 10532 (java) S 10527 10476 10405 0 -1 64 44420 0 0 0 320 22 0 0 15 0 9 0 140686214 889393152 34781 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10533] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10533/stat : 10533 (java) S 10527 10476 10405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686215 889393152 34781 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10534] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10534/stat : 10534 (java) S 10527 10476 10405 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140686215 889393152 34781 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10537] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10537/stat : 10537 (java) S 10527 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 140686217 889393152 34781 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10538] ppid=10527 vsize=868548 CPUtime=0.26
/proc/10528/task/10538/stat : 10538 (java) S 10527 10476 10405 0 -1 64 1515 0 0 0 25 1 0 0 16 0 9 0 140686217 889393152 34781 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10528/tid=10541] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10541/stat : 10541 (java) S 10527 10476 10405 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 140686217 889393152 34781 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10542] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10542/stat : 10542 (java) S 10527 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140686217 889393152 34781 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887504

[startup+25.5018 s]
/proc/loadavg: 0.58 0.14 0.05 2/75 10691
/proc/meminfo: memFree=119096/2055920 swapFree=4192956/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=1.68
/proc/10476/stat : 10476 (sugar) S 10474 10476 10405 0 -1 4194304 974 15136 0 1 3 1 155 9 16 0 1 0 140686031 13926400 797 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10476/statm: 3400 797 370 3 0 500 0
[pid=10527] ppid=10476 vsize=5356 CPUtime=0
/proc/10527/stat : 10527 (sh) S 10476 10476 10405 0 -1 4194304 279 0 0 0 0 0 0 0 19 0 1 0 140686212 5484544 233 18446744073709551615 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10527/statm: 1339 233 193 169 0 50 0
[pid=10528] ppid=10527 vsize=868548 CPUtime=23.58
/proc/10528/stat : 10528 (java) S 10527 10476 10405 0 -1 0 51520 0 2 0 2288 70 0 0 18 0 9 0 140686212 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10528/statm: 217137 34820 2567 9 0 211684 0
[pid=10528/tid=10529] ppid=10527 vsize=868548 CPUtime=19.5
/proc/10528/task/10529/stat : 10529 (java) R 10527 10476 10405 0 -1 64 4857 0 2 0 1906 44 0 0 24 0 9 0 140686213 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10528/tid=10532] ppid=10527 vsize=868548 CPUtime=3.75
/proc/10528/task/10532/stat : 10532 (java) S 10527 10476 10405 0 -1 64 44421 0 0 0 351 24 0 0 16 0 9 0 140686214 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10528/tid=10533] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10533/stat : 10533 (java) S 10527 10476 10405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686215 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10534] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10534/stat : 10534 (java) S 10527 10476 10405 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140686215 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[startup+762.305 s]
/proc/loadavg: 1.06 0.96 0.57 2/75 10691
/proc/meminfo: memFree=15416/2055920 swapFree=4192812/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=1.68
/proc/10476/stat : 10476 (sugar) S 10474 10476 10405 0 -1 4194304 974 15136 0 1 3 1 155 9 16 0 1 0 140686031 13926400 797 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10476/statm: 3400 797 370 3 0 500 0
[pid=10527] ppid=10476 vsize=5356 CPUtime=0
/proc/10527/stat : 10527 (sh) S 10476 10476 10405 0 -1 4194304 279 0 0 0 0 0 0 0 19 0 1 0 140686212 5484544 233 18446744073709551615 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10527/statm: 1339 233 193 169 0 50 0
[pid=10528] ppid=10527 vsize=868548 CPUtime=755.17
/proc/10528/stat : 10528 (java) S 10527 10476 10405 0 -1 0 58379 0 2 0 41175 34342 0 0 18 0 9 0 140686212 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10528/statm: 217137 34820 2567 9 0 211684 0
[pid=10528/tid=10529] ppid=10527 vsize=868548 CPUtime=747.23
/proc/10528/task/10529/stat : 10529 (java) R 10527 10476 10405 0 -1 64 11716 0 2 0 40452 34271 0 0 25 0 9 0 140686213 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10528/tid=10532] ppid=10527 vsize=868548 CPUtime=7.62
/proc/10528/task/10532/stat : 10532 (java) S 10527 10476 10405 0 -1 64 44421 0 0 0 693 69 0 0 16 0 9 0 140686214 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10528/tid=10533] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10533/stat : 10533 (java) S 10527 10476 10405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686215 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10534] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10534/stat : 10534 (java) S 10527 10476 10405 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140686215 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10537] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10537/stat : 10537 (java) S 10527 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10538] ppid=10527 vsize=868548 CPUtime=0.3
/proc/10528/task/10538/stat : 10538 (java) S 10527 10476 10405 0 -1 64 1544 0 0 0 29 1 0 0 15 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10541] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10541/stat : 10541 (java) S 10527 10476 10405 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10542] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10542/stat : 10542 (java) S 10527 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 756.85
Current children cumulated vsize (KiB) 887504

[startup+822.301 s]
/proc/loadavg: 1.02 0.96 0.60 2/75 10691
/proc/meminfo: memFree=15352/2055920 swapFree=4192812/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=1.68
/proc/10476/stat : 10476 (sugar) S 10474 10476 10405 0 -1 4194304 974 15136 0 1 3 1 155 9 16 0 1 0 140686031 13926400 797 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10476/statm: 3400 797 370 3 0 500 0
[pid=10527] ppid=10476 vsize=5356 CPUtime=0
/proc/10527/stat : 10527 (sh) S 10476 10476 10405 0 -1 4194304 279 0 0 0 0 0 0 0 19 0 1 0 140686212 5484544 233 18446744073709551615 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10527/statm: 1339 233 193 169 0 50 0
[pid=10528] ppid=10527 vsize=868548 CPUtime=815.15
/proc/10528/stat : 10528 (java) S 10527 10476 10405 0 -1 0 58844 0 2 0 42705 38810 0 0 18 0 9 0 140686212 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10528/statm: 217137 34820 2567 9 0 211684 0
[pid=10528/tid=10529] ppid=10527 vsize=868548 CPUtime=806.95
/proc/10528/task/10529/stat : 10529 (java) R 10527 10476 10405 0 -1 64 12181 0 2 0 41959 38736 0 0 25 0 9 0 140686213 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10528/tid=10532] ppid=10527 vsize=868548 CPUtime=7.88
/proc/10528/task/10532/stat : 10532 (java) S 10527 10476 10405 0 -1 64 44421 0 0 0 716 72 0 0 16 0 9 0 140686214 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10528/tid=10533] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10533/stat : 10533 (java) S 10527 10476 10405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686215 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10534] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10534/stat : 10534 (java) S 10527 10476 10405 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140686215 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10537] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10537/stat : 10537 (java) S 10527 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10538] ppid=10527 vsize=868548 CPUtime=0.3
/proc/10528/task/10538/stat : 10538 (java) S 10527 10476 10405 0 -1 64 1544 0 0 0 29 1 0 0 15 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10541] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10541/stat : 10541 (java) S 10527 10476 10405 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10542] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10542/stat : 10542 (java) S 10527 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 816.83
Current children cumulated vsize (KiB) 887504

[startup+882.302 s]
/proc/loadavg: 1.08 0.99 0.63 2/75 10691
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=1.68
/proc/10476/stat : 10476 (sugar) S 10474 10476 10405 0 -1 4194304 974 15136 0 1 3 1 155 9 16 0 1 0 140686031 13926400 797 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10476/statm: 3400 797 370 3 0 500 0
[pid=10527] ppid=10476 vsize=5356 CPUtime=0
/proc/10527/stat : 10527 (sh) S 10476 10476 10405 0 -1 4194304 279 0 0 0 0 0 0 0 19 0 1 0 140686212 5484544 233 18446744073709551615 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10527/statm: 1339 233 193 169 0 50 0
[pid=10528] ppid=10527 vsize=868548 CPUtime=875.13
/proc/10528/stat : 10528 (java) S 10527 10476 10405 0 -1 0 59311 0 2 0 44237 43276 0 0 18 0 9 0 140686212 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10528/statm: 217137 34820 2567 9 0 211684 0
[pid=10528/tid=10529] ppid=10527 vsize=868548 CPUtime=866.65
/proc/10528/task/10529/stat : 10529 (java) R 10527 10476 10405 0 -1 64 12648 0 2 0 43467 43198 0 0 25 0 9 0 140686213 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10528/tid=10532] ppid=10527 vsize=868548 CPUtime=8.14
/proc/10528/task/10532/stat : 10532 (java) S 10527 10476 10405 0 -1 64 44421 0 0 0 739 75 0 0 16 0 9 0 140686214 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10528/tid=10533] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10533/stat : 10533 (java) S 10527 10476 10405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686215 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10534] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10534/stat : 10534 (java) S 10527 10476 10405 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140686215 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10537] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10537/stat : 10537 (java) S 10527 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10538] ppid=10527 vsize=868548 CPUtime=0.3
/proc/10528/task/10538/stat : 10538 (java) S 10527 10476 10405 0 -1 64 1544 0 0 0 29 1 0 0 15 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10541] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10541/stat : 10541 (java) S 10527 10476 10405 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10542] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10542/stat : 10542 (java) S 10527 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 876.81
Current children cumulated vsize (KiB) 887504

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

[startup+883.102 s]
/proc/loadavg: 1.08 0.99 0.63 2/75 10691
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=1.68
/proc/10476/stat : 10476 (sugar) S 10474 10476 10405 0 -1 4194304 974 15136 0 1 3 1 155 9 16 0 1 0 140686031 13926400 797 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10476/statm: 3400 797 370 3 0 500 0
[pid=10527] ppid=10476 vsize=5356 CPUtime=0
/proc/10527/stat : 10527 (sh) S 10476 10476 10405 0 -1 4194304 279 0 0 0 0 0 0 0 19 0 1 0 140686212 5484544 233 18446744073709551615 4194304 4889804 548682068736 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10527/statm: 1339 233 193 169 0 50 0
[pid=10528] ppid=10527 vsize=868548 CPUtime=875.93
/proc/10528/stat : 10528 (java) S 10527 10476 10405 0 -1 0 59317 0 2 0 44257 43336 0 0 18 0 9 0 140686212 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10528/statm: 217137 34820 2567 9 0 211684 0
[pid=10528/tid=10529] ppid=10527 vsize=868548 CPUtime=867.45
/proc/10528/task/10529/stat : 10529 (java) R 10527 10476 10405 0 -1 64 12654 0 2 0 43487 43258 0 0 25 0 9 0 140686213 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10528/tid=10532] ppid=10527 vsize=868548 CPUtime=8.15
/proc/10528/task/10532/stat : 10532 (java) S 10527 10476 10405 0 -1 64 44421 0 0 0 740 75 0 0 16 0 9 0 140686214 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10528/tid=10533] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10533/stat : 10533 (java) S 10527 10476 10405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686215 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10534] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10534/stat : 10534 (java) S 10527 10476 10405 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140686215 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10537] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10537/stat : 10537 (java) S 10527 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10538] ppid=10527 vsize=868548 CPUtime=0.3
/proc/10528/task/10538/stat : 10538 (java) S 10527 10476 10405 0 -1 64 1544 0 0 0 29 1 0 0 15 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10541] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10541/stat : 10541 (java) S 10527 10476 10405 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10528/tid=10542] ppid=10527 vsize=868548 CPUtime=0
/proc/10528/task/10542/stat : 10542 (java) S 10527 10476 10405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140686217 889393152 34820 18446744073709551615 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 877.61
Current children cumulated vsize (KiB) 887504

[startup+886.301 s]
/proc/loadavg: 1.08 0.99 0.63 2/75 10691
/proc/meminfo: memFree=15992/2055920 swapFree=4192812/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=880.73
/proc/10476/stat : 10476 (sugar) R 10474 10476 10405 0 -1 4194304 998 74764 0 3 3 71 44475 43524 16 0 1 0 140686031 13926400 798 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/10476/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 880.73
Current children cumulated vsize (KiB) 13600

[startup+887.901 s]
/proc/loadavg: 1.08 0.99 0.63 2/65 10691
/proc/meminfo: memFree=1946056/2055920 swapFree=4192812/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=881.01
/proc/10476/stat : 10476 (sugar) D 10474 10476 10405 0 -1 4194304 998 74764 0 3 3 99 44475 43524 15 0 1 0 140686031 13926400 798 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10476/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 881.01
Current children cumulated vsize (KiB) 13600

[startup+888.301 s]
/proc/loadavg: 1.08 0.99 0.63 2/65 10691
/proc/meminfo: memFree=1946056/2055920 swapFree=4192812/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=881.02
/proc/10476/stat : 10476 (sugar) D 10474 10476 10405 0 -1 4194304 998 74764 0 3 3 100 44475 43524 15 0 1 0 140686031 13926400 798 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10476/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 881.02
Current children cumulated vsize (KiB) 13600

[startup+888.701 s]
/proc/loadavg: 1.07 0.99 0.63 1/65 10691
/proc/meminfo: memFree=1945480/2055920 swapFree=4192812/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=881.04
/proc/10476/stat : 10476 (sugar) D 10474 10476 10405 0 -1 4194304 998 74764 0 3 3 102 44475 43524 15 0 1 0 140686031 13926400 798 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10476/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 881.04
Current children cumulated vsize (KiB) 13600

[startup+888.805 s]
/proc/loadavg: 1.07 0.99 0.63 1/65 10691
/proc/meminfo: memFree=1945480/2055920 swapFree=4192812/4192956
[pid=10476] ppid=10474 vsize=13600 CPUtime=881.04
/proc/10476/stat : 10476 (sugar) D 10474 10476 10405 0 -1 4194304 998 74764 0 3 3 102 44475 43524 15 0 1 0 140686031 13926400 798 18446744073709551615 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10476/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 881.04
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 888.829
CPU time (s): 881.067
CPU user time (s): 444.79
CPU system time (s): 436.277
CPU usage (%): 99.1268
Max. virtual memory (cumulated for all children) (KiB): 907880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 444.79
system time used= 436.277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75792
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74315
involuntary context switches= 56850

runsolver used 1.01684 second user time and 2.37464 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-08-07 21:06:28
IDJOB=1126892
IDBENCH=66101
IDSOLVER=368
FILE ID=node61/1126892-1218135988
PBS_JOBID= 8000782
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/warehouses/normalized-capmp2_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126892-1218135988/watcher-1126892-1218135988 -o /tmp/evaluation-result-1126892-1218135988/solver-1126892-1218135988 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1126892-1218135988.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dec8f5a04243737d42e444af5cc65e84
RANDOM SEED=6984254

node61.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.242
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.242
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:        307240 kB
Buffers:         53376 kB
Cached:        1553532 kB
SwapCached:          0 kB
Active:         377920 kB
Inactive:      1244420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        307240 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           13220 kB
Writeback:           0 kB
Mapped:          26308 kB
Slab:           111904 kB
Committed_AS:   102116 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= 66560 MiB
End job on node61 at 2008-08-07 21:21:17