Trace number 1058120

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+minisatSAT 91.2131 92.2673

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-13.xml
MD5SUM2bfe383200b06cc8d10162ce709ea70a
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.4383
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints24450
Maximum constraint arity24
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24150
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.02/0.05	c 0	Sugar v1-13 + HOME/minisat
0.02/0.05	c 0	BEGIN Thu Jul  3 21:23:56 2008
0.02/0.05	c 0	PID 6595
0.02/0.05	c 0	HOST node21.alineos.net
0.02/0.05	c 0	CONVERTING HOME/instance-1058120-1215113036.xml TO HOME/temp.csp
0.02/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058120-1215113036.xml' 'HOME/temp.csp'
1.84/1.94	c 2	442 domains, 800 variables, 1 predicates, 0 relations, 24450 constraints
1.84/1.95	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.84/1.95	c 2	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'
1.90/2.03	c 2	Parsing HOME/temp.csp
2.42/2.54	c 3	parsed 10000 expressions
2.72/2.89	c 3	parsed 20000 expressions
2.93/3.05	c 3	parsed 25693 expressions
2.93/3.06	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.93/3.06	c 3	Converting to clausal form CSP
3.91/4.07	c 4	converted 2570 (10%) expressions
5.40/5.59	c 6	converted 5139 (20%) expressions
7.07/7.22	c 7	converted 7708 (30%) expressions
8.86/9.09	c 9	converted 10278 (40%) expressions
10.34/10.59	c 11	converted 12847 (50%) expressions
11.83/12.01	c 12	converted 15416 (60%) expressions
13.91/14.13	c 14	converted 17986 (70%) expressions
15.29/15.53	c 16	converted 20555 (80%) expressions
16.68/16.94	c 17	converted 23124 (90%) expressions
49.56/50.14	c 50	converted 25693 (100%) expressions
49.56/50.14	c 50	CSP : 800 integers, 0 booleans, 86282 clauses, largest domain size 36
49.56/50.14	c 50	Heap : 458 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
49.56/50.14	c 50	Propagation in CSP
56.20/56.81	c 57	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
56.20/56.81	c 57	CSP : 800 integers, 0 booleans, 86282 clauses, largest domain size 36
56.20/56.81	c 57	Heap : 451 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
56.20/56.89	c 57	Simplifing CSP by introducing new Boolean variables
60.26/60.99	c 61	CSP : 800 integers, 215889 booleans, 302171 clauses, largest domain size 36
60.26/60.99	c 61	Heap : 528 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
63.03/63.75	c 64	Encoding CSP to SAT : HOME/temp.cnf
63.14/63.85	c 64	80 (10%) CSP integer variables are encoded (1853 clauses, 22032 bytes)
63.14/63.85	c 64	160 (20%) CSP integer variables are encoded (3744 clauses, 46615 bytes)
63.14/63.86	c 64	240 (30%) CSP integer variables are encoded (5617 clauses, 70964 bytes)
63.14/63.87	c 64	320 (40%) CSP integer variables are encoded (7534 clauses, 95885 bytes)
63.14/63.88	c 64	400 (50%) CSP integer variables are encoded (9357 clauses, 119584 bytes)
63.14/63.88	c 64	480 (60%) CSP integer variables are encoded (9539 clauses, 121950 bytes)
63.14/63.88	c 64	560 (70%) CSP integer variables are encoded (9897 clauses, 127275 bytes)
63.14/63.88	c 64	640 (80%) CSP integer variables are encoded (10161 clauses, 131235 bytes)
63.14/63.89	c 64	720 (90%) CSP integer variables are encoded (10534 clauses, 136830 bytes)
63.14/63.89	c 64	800 (100%) CSP integer variables are encoded (10772 clauses, 140400 bytes)
64.92/65.69	c 66	30218 (10%) CSP clauses are encoded (371908 clauses, 7005405 bytes)
66.79/67.50	c 68	60435 (20%) CSP clauses are encoded (750106 clauses, 14508840 bytes)
68.48/69.30	c 69	90652 (30%) CSP clauses are encoded (1125710 clauses, 21955835 bytes)
70.35/71.13	c 71	120869 (40%) CSP clauses are encoded (1510510 clauses, 29675509 bytes)
72.63/73.50	c 74	151086 (50%) CSP clauses are encoded (2026488 clauses, 40154205 bytes)
75.01/75.84	c 76	181303 (60%) CSP clauses are encoded (2538681 clauses, 50608428 bytes)
77.37/78.20	c 78	211520 (70%) CSP clauses are encoded (3050510 clauses, 61018699 bytes)
79.65/80.52	c 81	241737 (80%) CSP clauses are encoded (3560229 clauses, 71417615 bytes)
81.91/82.87	c 83	271954 (90%) CSP clauses are encoded (4075347 clauses, 81877672 bytes)
84.29/85.21	c 85	302171 (100%) CSP clauses are encoded (4593034 clauses, 92394320 bytes)
84.29/85.21	c 85	302171 CSP clauses encoded
84.29/85.21	c 85	Writing map file : HOME/temp.map
84.29/85.26	c 85	Heap : 537 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
84.29/85.26	c 85	SAT : 227272 SAT variables, 4593034 SAT clauses, 92394320 bytes
84.29/85.26	c 85	Heap : 537 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
84.35/85.40	c 86	SOLVING HOME/temp.cnf
84.35/85.40	c 86	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
84.45/85.40	c 86	This is MiniSat 2.0 beta
84.45/85.40	c 86	WARNING: for repeatability, setting FPU to use double precision
84.45/85.40	c 86	============================[ Problem Statistics ]=============================
84.45/85.40	c 86	|                                                                             |
84.45/85.41	c 86	|  Number of variables:  227272                                               |
84.45/85.41	c 86	|  Number of clauses:    4593034                                              |
86.90/87.94	c 88	|  Parsing time:         2.11         s                                       |
87.10/88.10	c 88	============================[ Search Statistics ]==============================
87.10/88.10	c 88	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
87.10/88.10	c 88	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
87.10/88.10	c 88	===============================================================================
87.10/88.10	c 88	|         0 |  227272  4593034 13398615 |  1531011        0    nan |  0.000 % |
88.99/90.04	c 90	|       100 |  227272  4593034 13398615 |  1684112      100    117 |  0.000 % |
90.28/91.33	c 91	===============================================================================
90.28/91.35	c 91	restarts              : 2
90.28/91.35	c 91	conflicts             : 160            (29 /sec)
90.28/91.35	c 91	decisions             : 23872          (0.75 % random) (4373 /sec)
90.28/91.35	c 91	propagations          : 1207623        (221210 /sec)
90.28/91.35	c 91	conflict literals     : 16035          (0.95 % deleted)
90.28/91.35	c 91	Memory used           : 206.68 MB
90.28/91.35	c 91	CPU time              : 5.45917 s
90.28/91.35	c 91	
90.37/91.46	c 92	SATISFIABLE
90.37/91.49	c 92	DECODING HOME/temp.out WITH HOME/temp.map
90.37/91.49	c 92	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
90.48/91.58	c 92	Decoding HOME/temp.out
90.48/92.13	s SATISFIABLE
90.48/92.16	v 28 13 0 26 0 19 19 8 44 33 4 20 34 3 11 10 12 8 1 18 18 31 7 14 12 13 12 20 14 44 26 38 30 35 7 13 35 19 11 16 17 15 26 33 9 28 0 27 33 31 1 11 36 39 44 27 25 21 9 19 41 1 5 8 32 1 10 12 24 20 10 12 4 4 18 19 39 3 20 0 41 7 27 5 1 35 23 21 10 23 28 5 18 6 17 19 34 24 44 15 40 41 34 2 22 3 36 15 16 11 12 6 43 7 43 28 1 9 28 5 24 21 10 37 3 13 31 21 13 40 9 28 25 7 16 22 22 32 39 2 17 4 9 30 34 13 3 27 42 7 5 21 14 32 11 13 2 25 43 29 29 24 18 36 29 29 15 28 12 36 0 37 30 25 26 9 36 27 16 5 41 7 27 29 35 25 25 32 22 33 8 25 30 11 24 2 6 11 31 23 23 41 42 9 32 44 20 8 32 38 30 0 9 26 20 6 20 31 41 38 31 16 6 11 37 25 8 36 36 7 23 17 16 21 22 25 41 34 0 38 3 34 12 34 8 10 38 28 1 2 5 32 35 20 4 25 3 7 32 31 18 0 33 39 23 28 29 16 8 11 6 37 39 7 36 7 0 3 41 43 22 39 30 31 2 8 33 37 30 10 40 37 14 12 36 3 8 8 21 15 34 6 18 33 11 12 39 9 17 17 35 40 16 6 26 36 3 3 17 24 10 14 19 34 41 43 4 24 31 17 14 38 26 40 44 41 35 32 8 42 39 37 21 20 2 33 43 18 17 35 18 8 43 42 14 38 42 13 0 34 15 29 41 22 44 26 36 42 35 21 15 4 29 5 7 42 8 40 0 6 2 29 19 43 24 5 2 40 20 44 43 34 44 1 22 39 6 17 40 10 10 18 6 11 13 2 4 11 12 16 18 6 0 14 13 18 3 19 2 13 12 8 9 0 17 19 2 12 16 11 14 14 8 13 13 9 8 1 4 7 1 4 2 8 16 1 8 17 15 7 16 12 11 15 19 9 15 17 9 15 7 9 13 18 4 10 10 15 3 9 16 14 11 13 5 10 16 15 3 7 8 15 16 1 8 14 0 14 17 14 18 19 3 17 0 8 14 2 18 14 4 16 8 4 9 10 5 9 6 15 4 19 12 1 10 2 13 2 12 16 12 0 8 4 4 4 16 18 10 16 11 15 14 10 14 0 19 3 19 13 10 7 17 4 15 2 18 12 11 11 3 2 15 15 6 14 7 8 11 8 15 16 4 7 1 18 0 7 10 9 10 15 14 11 19 1 6 6 11 4 2 12 11 4 11 10 4 7 1 1 3 2 1 11 18 19 0 3 1 4 7 17 7 0 14 9 16 12 12 15 9 11 10 12 19 2 11 12 14 9 6 13 11 16 1 9 6 16 8 19 17 16 3 15 2 19 11 11 0 16 9 18 13 9 4 2 19 19 18 14 2 17 19 18 0 6 13 5 19 9 0 19 9 18 15 6 17 19 15 8 13 16 8 14 18 2 9 1 3 13 10 14 11 0 17 10 11 17 2 9 14 14 11 19 15 11 7 0 10 3 19 18 17 19 19 16 17 14 14 18 15 1 2 8 4 17 3 2 13 13 1 19 6 13 15 6 17 17 15 2 3 3 10 8 7 13 4 11 1 3 11 10 8 10 9 10 19 16 15 0 7 16 16 0 1 10 14 7 14 7 10 7 12 15 16 6 10 1 1 11 13 1 0 14 16 8 5 0 2 16 3 3 19 14 11 0 1 12 14 15 4 17 0 15 3 3 14 11 11 14
90.48/92.17	c 92	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
90.48/92.22	c 92	CPU 89.03 (0.04 0.01 88.99 2.1)
90.48/92.22	c 92	END Thu Jul  3 21:25:28 2008

Verifier Data (download as text)

OK

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-1058120-1215113036/watcher-1058120-1215113036 -o /tmp/evaluation-result-1058120-1215113036/solver-1058120-1215113036 -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/minisat -tmp=HOME/temp HOME/instance-1058120-1215113036.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: 1.86 1.95 1.96 4/72 6595
/proc/meminfo: memFree=1552408/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=18572 CPUtime=0
/proc/6595/stat : 6595 (runsolver) R 6593 6595 5869 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1990277881 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6595/statm: 4643 292 257 25 0 2626 0

[startup+0.044664 s]
/proc/loadavg: 1.86 1.95 1.96 4/72 6595
/proc/meminfo: memFree=1552408/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13204 CPUtime=0.02
/proc/6595/stat : 6595 (sugar) D 6593 6595 5869 0 -1 4194304 687 0 0 0 2 0 0 0 18 0 1 0 1990277881 13520896 655 996147200 4194304 4206940 548682068608 18446744073709551615 221236656741 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/6595/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.103674 s]
/proc/loadavg: 1.86 1.95 1.96 4/72 6595
/proc/meminfo: memFree=1552408/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=0.03
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990277881 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301823 s]
/proc/loadavg: 1.86 1.95 1.96 4/72 6595
/proc/meminfo: memFree=1552408/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=0.03
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990277881 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702902 s]
/proc/loadavg: 1.86 1.95 1.96 4/72 6595
/proc/meminfo: memFree=1552408/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=0.03
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990277881 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50105 s]
/proc/loadavg: 1.86 1.95 1.96 5/83 6607
/proc/meminfo: memFree=1525312/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=0.03
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990277881 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 796 370 3 0 500 0
[pid=6598] ppid=6595 vsize=5356 CPUtime=0
/proc/6598/stat : 6598 (sh) S 6595 6595 5869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990277886 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 1339 233 193 169 0 50 0
[pid=6599] ppid=6598 vsize=864696 CPUtime=1.41
/proc/6599/stat : 6599 (java) S 6598 6595 5869 0 -1 0 14463 0 1 0 132 9 0 0 18 0 9 0 1990277887 885448704 12504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6599/statm: 216174 12504 2529 9 0 210756 0
[pid=6599/tid=6600] ppid=6598 vsize=864696 CPUtime=0.77
/proc/6599/task/6600/stat : 6600 (java) R 6598 6595 5869 0 -1 64 3024 0 1 0 75 2 0 0 24 0 9 0 1990277888 885448704 12504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6599/tid=6601] ppid=6598 vsize=864696 CPUtime=0.48
/proc/6599/task/6601/stat : 6601 (java) S 6598 6595 5869 0 -1 64 10228 0 0 0 43 5 0 0 16 0 9 0 1990277889 885448704 12504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6599/tid=6602] ppid=6598 vsize=864696 CPUtime=0
/proc/6599/task/6602/stat : 6602 (java) S 6598 6595 5869 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990277889 885448704 12504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6599/tid=6603] ppid=6598 vsize=864696 CPUtime=0
/proc/6599/task/6603/stat : 6603 (java) S 6598 6595 5869 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990277889 885448704 12504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6599/tid=6604] ppid=6598 vsize=864696 CPUtime=0
/proc/6599/task/6604/stat : 6604 (java) S 6598 6595 5869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990277892 885448704 12504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6599/tid=6605] ppid=6598 vsize=864696 CPUtime=0.13
/proc/6599/task/6605/stat : 6605 (java) R 6598 6595 5869 0 -1 64 512 0 0 0 13 0 0 0 16 0 9 0 1990277892 885448704 12504 996147200 134512640 134550740 4294956016 18446744073709551615 101684075 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6599/tid=6606] ppid=6598 vsize=864696 CPUtime=0
/proc/6599/task/6606/stat : 6606 (java) S 6598 6595 5869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990277892 885448704 12504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6599/tid=6607] ppid=6598 vsize=864696 CPUtime=0
/proc/6599/task/6607/stat : 6607 (java) S 6598 6595 5869 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990277892 885448704 12504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883652

[startup+3.10235 s]
/proc/loadavg: 1.86 1.95 1.96 6/83 6617
/proc/meminfo: memFree=1544320/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=1.9
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 974 15218 0 1 3 1 175 11 15 0 1 0 1990277881 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 797 370 3 0 500 0
[pid=6608] ppid=6595 vsize=5356 CPUtime=0
/proc/6608/stat : 6608 (sh) S 6595 6595 5869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990278076 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6608/statm: 1339 233 193 169 0 50 0
[pid=6609] ppid=6608 vsize=864204 CPUtime=1.12
/proc/6609/stat : 6609 (java) S 6608 6595 5869 0 -1 0 7771 0 1 0 108 4 0 0 18 0 9 0 1990278076 884944896 6780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6609/statm: 216051 6780 2540 9 0 210626 0
[pid=6609/tid=6610] ppid=6608 vsize=864204 CPUtime=0.75
/proc/6609/task/6610/stat : 6610 (java) R 6608 6595 5869 0 -1 64 2693 0 1 0 74 1 0 0 24 0 9 0 1990278077 884944896 6780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6611] ppid=6608 vsize=864204 CPUtime=0.25
/proc/6609/task/6611/stat : 6611 (java) S 6608 6595 5869 0 -1 64 4034 0 0 0 24 1 0 0 16 0 9 0 1990278078 884944896 6780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6612] ppid=6608 vsize=864204 CPUtime=0
/proc/6609/task/6612/stat : 6612 (java) S 6608 6595 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990278079 884944896 6780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6613] ppid=6608 vsize=864204 CPUtime=0
/proc/6609/task/6613/stat : 6613 (java) S 6608 6595 5869 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1990278079 884944896 6780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6614] ppid=6608 vsize=864204 CPUtime=0
/proc/6609/task/6614/stat : 6614 (java) S 6608 6595 5869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990278081 884944896 6780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6615] ppid=6608 vsize=864204 CPUtime=0.09
/proc/6609/task/6615/stat : 6615 (java) R 6608 6595 5869 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 1990278081 884944896 6780 996147200 134512640 134550740 4294955952 18446744073709551615 101994987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6616] ppid=6608 vsize=864204 CPUtime=0
/proc/6609/task/6616/stat : 6616 (java) S 6608 6595 5869 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990278081 884944896 6780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6617] ppid=6608 vsize=864204 CPUtime=0
/proc/6609/task/6617/stat : 6617 (java) S 6608 6595 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990278081 884944896 6780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883160

[startup+6.30997 s]
/proc/loadavg: 1.87 1.95 1.96 3/83 6617
/proc/meminfo: memFree=1506048/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=1.9
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 974 15218 0 1 3 1 175 11 16 0 1 0 1990277881 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 797 370 3 0 500 0
[pid=6608] ppid=6595 vsize=5356 CPUtime=0
/proc/6608/stat : 6608 (sh) S 6595 6595 5869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990278076 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6608/statm: 1339 233 193 169 0 50 0
[pid=6609] ppid=6608 vsize=868436 CPUtime=4.29
/proc/6609/stat : 6609 (java) S 6608 6595 5869 0 -1 0 16623 0 1 0 419 10 0 0 18 0 9 0 1990278076 889278464 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6609/statm: 217109 15344 2540 9 0 211684 0
[pid=6609/tid=6610] ppid=6608 vsize=868436 CPUtime=2.98
/proc/6609/task/6610/stat : 6610 (java) R 6608 6595 5869 0 -1 64 3273 0 1 0 296 2 0 0 25 0 9 0 1990278077 889278464 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6611] ppid=6608 vsize=868436 CPUtime=1.08
/proc/6609/task/6611/stat : 6611 (java) R 6608 6595 5869 0 -1 64 11190 0 0 0 102 6 0 0 16 0 9 0 1990278078 889278464 15344 996147200 134512640 134550740 4294955952 18446744073709551615 102723023 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6612] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6612/stat : 6612 (java) S 6608 6595 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990278079 889278464 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6613] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6613/stat : 6613 (java) S 6608 6595 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990278079 889278464 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6614] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6614/stat : 6614 (java) S 6608 6595 5869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990278081 889278464 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6615] ppid=6608 vsize=868436 CPUtime=0.19
/proc/6609/task/6615/stat : 6615 (java) S 6608 6595 5869 0 -1 64 1463 0 0 0 19 0 0 0 15 0 9 0 1990278081 889278464 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6616] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6616/stat : 6616 (java) S 6608 6595 5869 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990278081 889278464 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6617] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6617/stat : 6617 (java) S 6608 6595 5869 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1990278081 889278464 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887392

[startup+12.7022 s]
/proc/loadavg: 1.88 1.95 1.96 3/83 6617
/proc/meminfo: memFree=1441728/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=1.9
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 974 15218 0 1 3 1 175 11 16 0 1 0 1990277881 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 797 370 3 0 500 0
[pid=6608] ppid=6595 vsize=5356 CPUtime=0
/proc/6608/stat : 6608 (sh) S 6595 6595 5869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990278076 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6608/statm: 1339 233 193 169 0 50 0
[pid=6609] ppid=6608 vsize=868436 CPUtime=10.62
/proc/6609/stat : 6609 (java) S 6608 6595 5869 0 -1 0 35672 0 1 0 1040 22 0 0 18 0 9 0 1990278076 889278464 30824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6609/statm: 217109 30824 2540 9 0 211684 0
[pid=6609/tid=6610] ppid=6608 vsize=868436 CPUtime=7.83
/proc/6609/task/6610/stat : 6610 (java) R 6608 6595 5869 0 -1 64 3734 0 1 0 780 3 0 0 25 0 9 0 1990278077 889278464 30824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6611] ppid=6608 vsize=868436 CPUtime=2.56
/proc/6609/task/6611/stat : 6611 (java) R 6608 6595 5869 0 -1 64 29777 0 0 0 239 17 0 0 16 0 9 0 1990278078 889278464 30824 996147200 134512640 134550740 4294955952 18446744073709551615 102721939 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6612] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6612/stat : 6612 (java) S 6608 6595 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990278079 889278464 30824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6613] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6613/stat : 6613 (java) S 6608 6595 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990278079 889278464 30824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6614] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6614/stat : 6614 (java) S 6608 6595 5869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990278081 889278464 30824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6615] ppid=6608 vsize=868436 CPUtime=0.2
/proc/6609/task/6615/stat : 6615 (java) S 6608 6595 5869 0 -1 64 1464 0 0 0 20 0 0 0 16 0 9 0 1990278081 889278464 30824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6616] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6616/stat : 6616 (java) S 6608 6595 5869 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990278081 889278464 30824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6617] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6617/stat : 6617 (java) S 6608 6595 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990278081 889278464 30824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887392

[startup+25.5026 s]
/proc/loadavg: 1.91 1.95 1.96 3/83 6617
/proc/meminfo: memFree=1318784/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=1.9
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 974 15218 0 1 3 1 175 11 16 0 1 0 1990277881 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 797 370 3 0 500 0
[pid=6608] ppid=6595 vsize=5356 CPUtime=0
/proc/6608/stat : 6608 (sh) S 6595 6595 5869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990278076 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6608/statm: 1339 233 193 169 0 50 0
[pid=6609] ppid=6608 vsize=868436 CPUtime=23.3
/proc/6609/stat : 6609 (java) S 6608 6595 5869 0 -1 0 72174 0 1 0 2291 39 0 0 18 0 9 0 1990278076 889278464 59926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6609/statm: 217109 59926 2540 9 0 211684 0
[pid=6609/tid=6610] ppid=6608 vsize=868436 CPUtime=17
/proc/6609/task/6610/stat : 6610 (java) R 6608 6595 5869 0 -1 64 5558 0 1 0 1695 5 0 0 25 0 9 0 1990278077 889278464 59926 996147200 134512640 134550740 4294955952 18446744073709551615 4126572544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6611] ppid=6608 vsize=868436 CPUtime=6.06
/proc/6609/task/6611/stat : 6611 (java) S 6608 6595 5869 0 -1 64 64449 0 0 0 574 32 0 0 16 0 9 0 1990278078 889278464 59926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6612] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6612/stat : 6612 (java) S 6608 6595 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990278079 889278464 59926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6613] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6613/stat : 6613 (java) S 6608 6595 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990278079 889278464 59926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/6609/task/6617/stat : 6617 (java) S 6608 6595 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990278081 889278464 59926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 887392

[startup+51.1034 s]
/proc/loadavg: 1.94 1.96 1.96 3/83 6617
/proc/meminfo: memFree=1074240/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=1.9
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 974 15218 0 1 3 1 175 11 16 0 1 0 1990277881 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 797 370 3 0 500 0
[pid=6608] ppid=6595 vsize=5356 CPUtime=0
/proc/6608/stat : 6608 (sh) S 6595 6595 5869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990278076 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6608/statm: 1339 233 193 169 0 50 0
[pid=6609] ppid=6608 vsize=868436 CPUtime=48.65
/proc/6609/stat : 6609 (java) S 6608 6595 5869 0 -1 0 138854 0 1 0 4795 70 0 0 18 0 9 0 1990278076 889278464 122406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6609/statm: 217109 122406 2540 9 0 211684 0
[pid=6609/tid=6610] ppid=6608 vsize=868436 CPUtime=36.8
/proc/6609/task/6610/stat : 6610 (java) R 6608 6595 5869 0 -1 64 7497 0 1 0 3674 6 0 0 25 0 9 0 1990278077 889278464 122406 996147200 134512640 134550740 4294955952 18446744073709551615 4126634308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6611] ppid=6608 vsize=868436 CPUtime=11.6
/proc/6609/task/6611/stat : 6611 (java) S 6608 6595 5869 0 -1 64 129182 0 0 0 1098 62 0 0 16 0 9 0 1990278078 889278464 122406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6612] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6612/stat : 6612 (java) S 6608 6595 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990278079 889278464 122406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6613] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6613/stat : 6613 (java) S 6608 6595 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990278079 889278464 122406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6614] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6614/stat : 6614 (java) S 6608 6595 5869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990278081 889278464 122406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6615] ppid=6608 vsize=868436 CPUtime=0.22
/proc/6609/task/6615/stat : 6615 (java) S 6608 6595 5869 0 -1 64 1478 0 0 0 22 0 0 0 16 0 9 0 1990278081 889278464 122406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6616] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6616/stat : 6616 (java) S 6608 6595 5869 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990278081 889278464 122406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6617] ppid=6608 vsize=868436 CPUtime=0
/proc/6609/task/6617/stat : 6617 (java) S 6608 6595 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990278081 889278464 122406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 887392

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

[startup+76.7022 s]
/proc/loadavg: 2.02 1.97 1.97 3/83 6617
/proc/meminfo: memFree=927040/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=1.91
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 974 15218 0 1 4 1 175 11 16 0 1 0 1990277881 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 797 370 3 0 500 0
[pid=6608] ppid=6595 vsize=5356 CPUtime=0
/proc/6608/stat : 6608 (sh) S 6595 6595 5869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990278076 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6608/statm: 1339 233 193 169 0 50 0
[pid=6609] ppid=6608 vsize=868548 CPUtime=73.97
/proc/6609/stat : 6609 (java) S 6608 6595 5869 0 -1 0 166380 0 1 0 7279 118 0 0 18 0 9 0 1990278076 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6609/statm: 217137 145195 2566 9 0 211684 0
[pid=6609/tid=6610] ppid=6608 vsize=868548 CPUtime=55.17
/proc/6609/task/6610/stat : 6610 (java) R 6608 6595 5869 0 -1 64 9428 0 1 0 5474 43 0 0 25 0 9 0 1990278077 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4127036768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6611] ppid=6608 vsize=868548 CPUtime=18.47
/proc/6609/task/6611/stat : 6611 (java) S 6608 6595 5869 0 -1 64 154733 0 0 0 1774 73 0 0 16 0 9 0 1990278078 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6612] ppid=6608 vsize=868548 CPUtime=0
/proc/6609/task/6612/stat : 6612 (java) S 6608 6595 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990278079 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6613] ppid=6608 vsize=868548 CPUtime=0
/proc/6609/task/6613/stat : 6613 (java) S 6608 6595 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990278079 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6614] ppid=6608 vsize=868548 CPUtime=0
/proc/6609/task/6614/stat : 6614 (java) S 6608 6595 5869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990278081 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6615] ppid=6608 vsize=868548 CPUtime=0.3
/proc/6609/task/6615/stat : 6615 (java) S 6608 6595 5869 0 -1 64 1522 0 0 0 30 0 0 0 16 0 9 0 1990278081 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6616] ppid=6608 vsize=868548 CPUtime=0
/proc/6609/task/6616/stat : 6616 (java) S 6608 6595 5869 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990278081 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6617] ppid=6608 vsize=868548 CPUtime=0
/proc/6609/task/6617/stat : 6617 (java) S 6608 6595 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990278081 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.88
Current children cumulated vsize (KiB) 887504

[startup+83.1024 s]
/proc/loadavg: 2.02 1.97 1.97 3/83 6617
/proc/meminfo: memFree=898368/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=1.91
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 974 15218 0 1 4 1 175 11 16 0 1 0 1990277881 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 797 370 3 0 500 0
[pid=6608] ppid=6595 vsize=5356 CPUtime=0
/proc/6608/stat : 6608 (sh) S 6595 6595 5869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990278076 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6608/statm: 1339 233 193 169 0 50 0
[pid=6609] ppid=6608 vsize=868548 CPUtime=80.29
/proc/6609/stat : 6609 (java) S 6608 6595 5869 0 -1 0 166405 0 1 0 7895 134 0 0 18 0 9 0 1990278076 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6609/statm: 217137 145195 2566 9 0 211684 0
[pid=6609/tid=6610] ppid=6608 vsize=868548 CPUtime=61.45
/proc/6609/task/6610/stat : 6610 (java) R 6608 6595 5869 0 -1 64 9453 0 1 0 6086 59 0 0 25 0 9 0 1990278077 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4127043059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6611] ppid=6608 vsize=868548 CPUtime=18.52
/proc/6609/task/6611/stat : 6611 (java) S 6608 6595 5869 0 -1 64 154733 0 0 0 1779 73 0 0 16 0 9 0 1990278078 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6612] ppid=6608 vsize=868548 CPUtime=0
/proc/6609/task/6612/stat : 6612 (java) S 6608 6595 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990278079 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6613] ppid=6608 vsize=868548 CPUtime=0
/proc/6609/task/6613/stat : 6613 (java) S 6608 6595 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990278079 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6614] ppid=6608 vsize=868548 CPUtime=0
/proc/6609/task/6614/stat : 6614 (java) S 6608 6595 5869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990278081 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6615] ppid=6608 vsize=868548 CPUtime=0.3
/proc/6609/task/6615/stat : 6615 (java) S 6608 6595 5869 0 -1 64 1522 0 0 0 30 0 0 0 16 0 9 0 1990278081 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6616] ppid=6608 vsize=868548 CPUtime=0
/proc/6609/task/6616/stat : 6616 (java) S 6608 6595 5869 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990278081 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6609/tid=6617] ppid=6608 vsize=868548 CPUtime=0
/proc/6609/task/6617/stat : 6617 (java) S 6608 6595 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990278081 889393152 145195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 82.2
Current children cumulated vsize (KiB) 887504

[startup+86.3032 s]
/proc/loadavg: 2.02 1.97 1.97 3/75 6619
/proc/meminfo: memFree=1435200/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=84.45
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 1033 181939 0 2 4 1 8281 159 16 0 1 0 1990277881 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 799 370 3 0 500 0
[pid=6618] ppid=6595 vsize=5356 CPUtime=0
/proc/6618/stat : 6618 (sh) S 6595 6595 5869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990286421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6618/statm: 1339 232 193 169 0 50 0
[pid=6619] ppid=6618 vsize=68548 CPUtime=0.87
/proc/6619/stat : 6619 (minisat) R 6618 6595 5869 0 -1 4194304 16546 0 0 0 73 14 0 0 25 0 1 0 1990286421 70193152 16532 996147200 134512640 135127466 4294956272 18446744073709551615 134517540 0 0 4096 3 0 0 0 17 1 0 0
/proc/6619/statm: 17137 16532 62 150 0 16984 0
Current children cumulated CPU time (s) 85.32
Current children cumulated vsize (KiB) 87504

[startup+89.5016 s]
/proc/loadavg: 2.02 1.97 1.97 3/75 6619
/proc/meminfo: memFree=1259008/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=84.45
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 1033 181939 0 2 4 1 8281 159 15 0 1 0 1990277881 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 799 370 3 0 500 0
[pid=6618] ppid=6595 vsize=5356 CPUtime=0
/proc/6618/stat : 6618 (sh) S 6595 6595 5869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990286421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6618/statm: 1339 232 193 169 0 50 0
[pid=6619] ppid=6618 vsize=204996 CPUtime=4.03
/proc/6619/stat : 6619 (minisat) R 6618 6595 5869 0 -1 4194304 49834 0 0 0 363 40 0 0 25 0 1 0 1990286421 209915904 49820 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/6619/statm: 51249 49820 72 150 0 51096 0
Current children cumulated CPU time (s) 88.48
Current children cumulated vsize (KiB) 223952

[startup+91.1029 s]
/proc/loadavg: 2.02 1.97 1.97 3/75 6619
/proc/meminfo: memFree=1257728/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=84.45
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 1033 181939 0 2 4 1 8281 159 16 0 1 0 1990277881 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 799 370 3 0 500 0
[pid=6618] ppid=6595 vsize=5356 CPUtime=0
/proc/6618/stat : 6618 (sh) S 6595 6595 5869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990286421 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6618/statm: 1339 232 193 169 0 50 0
[pid=6619] ppid=6618 vsize=210592 CPUtime=5.63
/proc/6619/stat : 6619 (minisat) R 6618 6595 5869 0 -1 4194304 51198 0 0 0 521 42 0 0 25 0 1 0 1990286421 215646208 51184 996147200 134512640 135127466 4294956272 18446744073709551615 134530632 0 0 4096 3 0 0 0 17 1 0 0
/proc/6619/statm: 52648 51184 76 150 0 52495 0
Current children cumulated CPU time (s) 90.08
Current children cumulated vsize (KiB) 229548

[startup+91.9021 s]
/proc/loadavg: 2.02 1.97 1.97 3/75 6619
/proc/meminfo: memFree=1252992/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=90.48
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 1091 233677 0 2 4 1 8837 206 16 0 1 0 1990277881 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 90.48
Current children cumulated vsize (KiB) 13600

[startup+92.1021 s]
/proc/loadavg: 2.02 1.97 1.97 3/75 6619
/proc/meminfo: memFree=1252992/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=90.48
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 1091 233677 0 2 4 1 8837 206 16 0 1 0 1990277881 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 90.48
Current children cumulated vsize (KiB) 13600

[startup+92.2021 s]
/proc/loadavg: 2.02 1.97 1.97 3/75 6619
/proc/meminfo: memFree=1252992/2055920 swapFree=4180412/4192956
[pid=6595] ppid=6593 vsize=13600 CPUtime=90.48
/proc/6595/stat : 6595 (sugar) S 6593 6595 5869 0 -1 4194304 1092 233677 0 2 4 1 8837 206 15 0 1 0 1990277881 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6595/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 90.48
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 92.2673
CPU time (s): 91.2131
CPU user time (s): 89.0435
CPU system time (s): 2.16967
CPU usage (%): 98.8575
Max. virtual memory (cumulated for all children) (KiB): 897640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.0435
system time used= 2.16967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238982
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= 7827
involuntary context switches= 9236

runsolver used 0.119981 second user time and 0.337948 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-03 21:23:56
IDJOB=1058120
IDBENCH=54108
IDSOLVER=346
FILE ID=node21/1058120-1215113036
PBS_JOBID= 7877162
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-13.xml
COMMAND LINE= DIR/sugar -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-1058120-1215113036/watcher-1058120-1215113036 -o /tmp/evaluation-result-1058120-1215113036/solver-1058120-1215113036 -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/minisat" -tmp="HOME/temp" HOME/instance-1058120-1215113036.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2bfe383200b06cc8d10162ce709ea70a
RANDOM SEED=29941464

node21.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.263
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.263
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:       1552888 kB
Buffers:         50124 kB
Cached:         305232 kB
SwapCached:       6608 kB
Active:         247524 kB
Inactive:       191380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1552888 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            4944 kB
Writeback:           0 kB
Mapped:          90844 kB
Slab:            49296 kB
Committed_AS:  3484524 kB
PageTables:       1908 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= 66548 MiB
End job on node21 at 2008-07-03 21:25:28