Trace number 1086129

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? 643.626 653.634

General information on the benchmark

Namecsp/fapp/fapp39/
normalized-fapp39-2750-6.xml
MD5SUMd81f449daceef06ffb2047ba7336c02a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1499.85
Satisfiable
(Un)Satisfiability was proved
Number of variables2750
Number of constraints23154
Maximum constraint arity2
Maximum domain size502
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23154
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/minisat
0.00/0.16	c 0	BEGIN Sat Jul  5 07:59:45 2008
0.00/0.16	c 0	PID 23626
0.00/0.18	c 0	HOST node13.alineos.net
0.00/0.18	c 0	CONVERTING HOME/instance-1086129-1215237584.xml TO HOME/temp.csp
0.00/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086129-1215237584.xml' 'HOME/temp.csp'
1.72/1.93	c 2	4 domains, 2750 variables, 8 predicates, 0 relations, 23154 constraints
1.72/1.95	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.72/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.76/2.03	c 2	Parsing HOME/temp.csp
2.19/2.42	c 2	parsed 10000 expressions
2.48/2.78	c 2	parsed 20000 expressions
2.68/2.94	c 3	parsed 25916 expressions
2.68/2.94	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.68/2.94	c 3	Converting to clausal form CSP
2.78/3.01	c 3	converted 2592 (10%) expressions
7.23/7.52	c 7	converted 5184 (20%) expressions
11.58/11.93	c 12	converted 7775 (30%) expressions
15.75/16.13	c 16	converted 10367 (40%) expressions
20.00/20.45	c 20	converted 12958 (50%) expressions
23.96/24.48	c 24	converted 15550 (60%) expressions
27.92/28.48	c 28	converted 18142 (70%) expressions
32.18/32.76	c 32	converted 20733 (80%) expressions
35.94/36.56	c 36	converted 23325 (90%) expressions
39.41/40.05	c 40	converted 25916 (100%) expressions
39.41/40.06	c 40	CSP : 9858 integers, 63570 booleans, 152567 clauses, largest domain size 4001
39.41/40.06	c 40	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.41/40.06	c 40	Propagation in CSP
45.84/46.56	c 46	408520 values, 0 unsatisfiable literals, and 0 valid clauses are removed
45.84/46.57	c 46	CSP : 9858 integers, 63570 booleans, 152567 clauses, largest domain size 4001
45.84/46.57	c 46	Heap : 85 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.94/46.60	c 46	Simplifing CSP by introducing new Boolean variables
46.83/47.58	c 47	CSP : 9858 integers, 123318 booleans, 212315 clauses, largest domain size 4001
46.83/47.58	c 47	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.42/48.18	c 48	Encoding CSP to SAT : HOME/temp.cnf
61.58/62.44	c 62	986 (10%) CSP integer variables are encoded (478451 clauses, 7911978 bytes)
75.64/76.61	c 76	1972 (20%) CSP integer variables are encoded (956902 clauses, 16045645 bytes)
87.90/89.04	c 89	2958 (30%) CSP integer variables are encoded (2161293 clauses, 38846989 bytes)
92.62/93.89	c 94	3944 (40%) CSP integer variables are encoded (6032255 clauses, 112395267 bytes)
97.54/98.87	c 99	4929 (50%) CSP integer variables are encoded (9908138 clauses, 186037044 bytes)
102.71/104.13	c 104	5915 (60%) CSP integer variables are encoded (13800832 clauses, 267609799 bytes)
107.90/109.51	c 109	6901 (70%) CSP integer variables are encoded (17707030 clauses, 349639957 bytes)
112.94/114.77	c 114	7887 (80%) CSP integer variables are encoded (21575396 clauses, 430875643 bytes)
118.08/120.06	c 120	8873 (90%) CSP integer variables are encoded (25463834 clauses, 512532841 bytes)
123.21/125.38	c 125	9858 (100%) CSP integer variables are encoded (29348921 clauses, 594119668 bytes)
344.77/349.90	c 350	21232 (10%) CSP clauses are encoded (54048309 clauses, 1206775913 bytes)
525.03/532.88	c 533	42463 (20%) CSP clauses are encoded (76506759 clauses, 1772112063 bytes)
642.53/652.17	c 652	ERROR Exception Too large HOME/temp.cnf
642.53/652.17	c 652	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
642.53/652.17	c 652	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
642.53/652.17	c 652	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
642.53/652.17	s UNKNOWN
642.60/652.24	c 652	CPU 629.2 (0.03 0.01 629.17 13.43)
642.60/652.24	c 652	END Sat Jul  5 08:10:37 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086129-1215237584/watcher-1086129-1215237584 -o /tmp/evaluation-result-1086129-1215237584/solver-1086129-1215237584 -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-1086129-1215237584.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.91 1.97 1.99 4/72 23626
/proc/meminfo: memFree=1867592/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=18572 CPUtime=0
/proc/23626/stat : 23626 (runsolver) D 23624 23626 23348 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1553430245 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269757246759 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23626/statm: 4643 292 257 25 0 2626 0

[startup+0.0738909 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 23626
/proc/meminfo: memFree=1867592/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=12268 CPUtime=0
/proc/23626/stat : 23626 (sugar) D 23624 23626 23348 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 1553430245 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/23626/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101936 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 23626
/proc/meminfo: memFree=1867592/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=12272 CPUtime=0
/proc/23626/stat : 23626 (sugar) D 23624 23626 23348 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 1553430245 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/23626/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301927 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 23626
/proc/meminfo: memFree=1867592/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=13600 CPUtime=0.04
/proc/23626/stat : 23626 (sugar) S 23624 23626 23348 0 -1 4194304 900 126 0 1 3 1 0 0 18 0 1 0 1553430245 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23626/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701978 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 23626
/proc/meminfo: memFree=1867592/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=13600 CPUtime=0.04
/proc/23626/stat : 23626 (sugar) S 23624 23626 23348 0 -1 4194304 900 126 0 1 3 1 0 0 18 0 1 0 1553430245 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23626/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50208 s]
/proc/loadavg: 1.91 1.97 1.99 3/83 23638
/proc/meminfo: memFree=1844912/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=13600 CPUtime=0.04
/proc/23626/stat : 23626 (sugar) S 23624 23626 23348 0 -1 4194304 900 126 0 1 3 1 0 0 18 0 1 0 1553430245 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23626/statm: 3400 796 370 3 0 500 0
[pid=23629] ppid=23626 vsize=5356 CPUtime=0
/proc/23629/stat : 23629 (sh) S 23626 23626 23348 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1553430263 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23629/statm: 1339 233 193 169 0 50 0
[pid=23630] ppid=23629 vsize=864692 CPUtime=1.29
/proc/23630/stat : 23630 (java) S 23629 23626 23348 0 -1 0 13031 0 1 0 122 7 0 0 18 0 9 0 1553430264 885444608 11076 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23630/statm: 216173 11076 2529 9 0 210755 0
[pid=23630/tid=23631] ppid=23629 vsize=864692 CPUtime=0.73
/proc/23630/task/23631/stat : 23631 (java) R 23629 23626 23348 0 -1 64 3017 0 1 0 71 2 0 0 24 0 9 0 1553430265 885444608 11076 996147200 134512640 134550740 4294956000 18446744073709551615 4126701256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23632] ppid=23629 vsize=864692 CPUtime=0.41
/proc/23630/task/23632/stat : 23632 (java) S 23629 23626 23348 0 -1 64 8810 0 0 0 38 3 0 0 16 0 9 0 1553430266 885444608 11076 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23633] ppid=23629 vsize=864692 CPUtime=0
/proc/23630/task/23633/stat : 23633 (java) S 23629 23626 23348 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1553430266 885444608 11076 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23634] ppid=23629 vsize=864692 CPUtime=0
/proc/23630/task/23634/stat : 23634 (java) S 23629 23626 23348 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1553430266 885444608 11076 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23635] ppid=23629 vsize=864692 CPUtime=0
/proc/23630/task/23635/stat : 23635 (java) S 23629 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553430268 885444608 11076 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23636] ppid=23629 vsize=864692 CPUtime=0.11
/proc/23630/task/23636/stat : 23636 (java) S 23629 23626 23348 0 -1 64 505 0 0 0 11 0 0 0 16 0 9 0 1553430268 885444608 11076 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23637] ppid=23629 vsize=864692 CPUtime=0
/proc/23630/task/23637/stat : 23637 (java) S 23629 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553430268 885444608 11076 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23638] ppid=23629 vsize=864692 CPUtime=0
/proc/23630/task/23638/stat : 23638 (java) S 23629 23626 23348 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553430268 885444608 11076 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 883648

[startup+3.10229 s]
/proc/loadavg: 1.91 1.97 1.99 4/83 23648
/proc/meminfo: memFree=1858544/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=13600 CPUtime=1.76
/proc/23626/stat : 23626 (sugar) S 23624 23626 23348 0 -1 4194304 974 14877 0 2 3 1 163 9 15 0 1 0 1553430245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23626/statm: 3400 797 370 3 0 500 0
[pid=23639] ppid=23626 vsize=5356 CPUtime=0
/proc/23639/stat : 23639 (sh) S 23626 23626 23348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553430440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23639/statm: 1339 233 193 169 0 50 0
[pid=23640] ppid=23639 vsize=864180 CPUtime=1.12
/proc/23640/stat : 23640 (java) S 23639 23626 23348 0 -1 0 7921 0 1 0 108 4 0 0 18 0 9 0 1553430440 884920320 6932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23640/statm: 216045 6932 2543 9 0 210620 0
[pid=23640/tid=23641] ppid=23639 vsize=864180 CPUtime=0.73
/proc/23640/task/23641/stat : 23641 (java) R 23639 23626 23348 0 -1 64 2699 0 1 0 72 1 0 0 19 0 9 0 1553430441 884920320 6932 996147200 134512640 134550740 4294955952 18446744073709551615 4126570369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23642] ppid=23639 vsize=864180 CPUtime=0.26
/proc/23640/task/23642/stat : 23642 (java) S 23639 23626 23348 0 -1 64 4170 0 0 0 24 2 0 0 16 0 9 0 1553430442 884920320 6932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23643] ppid=23639 vsize=864180 CPUtime=0
/proc/23640/task/23643/stat : 23643 (java) S 23639 23626 23348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553430443 884920320 6932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23644] ppid=23639 vsize=864180 CPUtime=0
/proc/23640/task/23644/stat : 23644 (java) S 23639 23626 23348 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1553430443 884920320 6932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23645] ppid=23639 vsize=864180 CPUtime=0
/proc/23640/task/23645/stat : 23645 (java) S 23639 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553430445 884920320 6932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23646] ppid=23639 vsize=864180 CPUtime=0.1
/proc/23640/task/23646/stat : 23646 (java) S 23639 23626 23348 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 1553430445 884920320 6932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23647] ppid=23639 vsize=864180 CPUtime=0
/proc/23640/task/23647/stat : 23647 (java) S 23639 23626 23348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553430445 884920320 6932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23648] ppid=23639 vsize=864180 CPUtime=0
/proc/23640/task/23648/stat : 23648 (java) S 23639 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553430445 884920320 6932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 883136

[startup+6.30172 s]
/proc/loadavg: 1.92 1.97 1.99 3/83 23648
/proc/meminfo: memFree=1837424/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=13600 CPUtime=1.76
/proc/23626/stat : 23626 (sugar) S 23624 23626 23348 0 -1 4194304 974 14877 0 2 3 1 163 9 15 0 1 0 1553430245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23626/statm: 3400 797 370 3 0 500 0
[pid=23639] ppid=23626 vsize=5356 CPUtime=0
/proc/23639/stat : 23639 (sh) S 23626 23626 23348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553430440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23639/statm: 1339 233 193 169 0 50 0
[pid=23640] ppid=23639 vsize=868420 CPUtime=4.29
/proc/23640/stat : 23640 (java) S 23639 23626 23348 0 -1 0 10782 0 1 0 422 7 0 0 18 0 9 0 1553430440 889262080 9438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23640/statm: 217105 9438 2542 9 0 211680 0
[pid=23640/tid=23641] ppid=23639 vsize=868420 CPUtime=3.48
/proc/23640/task/23641/stat : 23641 (java) R 23639 23626 23348 0 -1 64 3046 0 1 0 346 2 0 0 25 0 9 0 1553430441 889262080 9438 996147200 134512640 134550740 4294955952 18446744073709551615 4126567834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23642] ppid=23639 vsize=868420 CPUtime=0.56
/proc/23640/task/23642/stat : 23642 (java) S 23639 23626 23348 0 -1 64 5555 0 0 0 53 3 0 0 16 0 9 0 1553430442 889262080 9438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23643] ppid=23639 vsize=868420 CPUtime=0
/proc/23640/task/23643/stat : 23643 (java) S 23639 23626 23348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553430443 889262080 9438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23644] ppid=23639 vsize=868420 CPUtime=0
/proc/23640/task/23644/stat : 23644 (java) S 23639 23626 23348 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1553430443 889262080 9438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23645] ppid=23639 vsize=868420 CPUtime=0
/proc/23640/task/23645/stat : 23645 (java) S 23639 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553430445 889262080 9438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23646] ppid=23639 vsize=868420 CPUtime=0.22
/proc/23640/task/23646/stat : 23646 (java) S 23639 23626 23348 0 -1 64 1483 0 0 0 22 0 0 0 15 0 9 0 1553430445 889262080 9438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23647] ppid=23639 vsize=868420 CPUtime=0
/proc/23640/task/23647/stat : 23647 (java) S 23639 23626 23348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553430445 889262080 9438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23648] ppid=23639 vsize=868420 CPUtime=0
/proc/23640/task/23648/stat : 23648 (java) S 23639 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553430445 889262080 9438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 887376

[startup+12.7039 s]
/proc/loadavg: 1.93 1.97 1.99 3/83 23648
/proc/meminfo: memFree=1826544/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=13600 CPUtime=1.76
/proc/23626/stat : 23626 (sugar) S 23624 23626 23348 0 -1 4194304 974 14877 0 2 3 1 163 9 16 0 1 0 1553430245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23626/statm: 3400 797 370 3 0 500 0
[pid=23639] ppid=23626 vsize=5356 CPUtime=0
/proc/23639/stat : 23639 (sh) S 23626 23626 23348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553430440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23639/statm: 1339 233 193 169 0 50 0
[pid=23640] ppid=23639 vsize=868420 CPUtime=10.62
/proc/23640/stat : 23640 (java) S 23639 23626 23348 0 -1 0 14756 0 1 0 1049 13 0 0 18 0 9 0 1553430440 889262080 12059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23640/statm: 217105 12059 2541 9 0 211680 0
[pid=23640/tid=23641] ppid=23639 vsize=868420 CPUtime=9.18
/proc/23640/task/23641/stat : 23641 (java) R 23639 23626 23348 0 -1 64 3548 0 1 0 915 3 0 0 25 0 9 0 1553430441 889262080 12059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23642] ppid=23639 vsize=868420 CPUtime=1.18
/proc/23640/task/23642/stat : 23642 (java) S 23639 23626 23348 0 -1 64 9016 0 0 0 110 8 0 0 15 0 9 0 1553430442 889262080 12059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23643] ppid=23639 vsize=868420 CPUtime=0
/proc/23640/task/23643/stat : 23643 (java) S 23639 23626 23348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553430443 889262080 12059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23644] ppid=23639 vsize=868420 CPUtime=0
/proc/23640/task/23644/stat : 23644 (java) S 23639 23626 23348 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1553430443 889262080 12059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23645] ppid=23639 vsize=868420 CPUtime=0
/proc/23640/task/23645/stat : 23645 (java) S 23639 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553430445 889262080 12059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23646] ppid=23639 vsize=868420 CPUtime=0.23
/proc/23640/task/23646/stat : 23646 (java) S 23639 23626 23348 0 -1 64 1494 0 0 0 23 0 0 0 16 0 9 0 1553430445 889262080 12059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23647] ppid=23639 vsize=868420 CPUtime=0
/proc/23640/task/23647/stat : 23647 (java) S 23639 23626 23348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553430445 889262080 12059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23648] ppid=23639 vsize=868420 CPUtime=0
/proc/23640/task/23648/stat : 23648 (java) S 23639 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553430445 889262080 12059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 887376

[startup+25.5023 s]
/proc/loadavg: 1.94 1.97 1.99 3/83 23648
/proc/meminfo: memFree=1802736/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=13600 CPUtime=1.76
/proc/23626/stat : 23626 (sugar) S 23624 23626 23348 0 -1 4194304 974 14877 0 2 3 1 163 9 16 0 1 0 1553430245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23626/statm: 3400 797 370 3 0 500 0
[pid=23639] ppid=23626 vsize=5356 CPUtime=0
/proc/23639/stat : 23639 (sh) S 23626 23626 23348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553430440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23639/statm: 1339 233 193 169 0 50 0
[pid=23640] ppid=23639 vsize=868420 CPUtime=23.29
/proc/23640/stat : 23640 (java) S 23639 23626 23348 0 -1 0 22313 0 1 0 2309 20 0 0 18 0 9 0 1553430440 889262080 17852 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23640/statm: 217105 17852 2541 9 0 211680 0
[pid=23640/tid=23641] ppid=23639 vsize=868420 CPUtime=20.79
/proc/23640/task/23641/stat : 23641 (java) R 23639 23626 23348 0 -1 64 4270 0 1 0 2074 5 0 0 25 0 9 0 1553430441 889262080 17852 996147200 134512640 134550740 4294955952 18446744073709551615 4126477308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23642] ppid=23639 vsize=868420 CPUtime=2.24
/proc/23640/task/23642/stat : 23642 (java) S 23639 23626 23348 0 -1 64 15850 0 0 0 210 14 0 0 16 0 9 0 1553430442 889262080 17852 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23643] ppid=23639 vsize=868420 CPUtime=0
/proc/23640/task/23643/stat : 23643 (java) S 23639 23626 23348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553430443 889262080 17852 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23644] ppid=23639 vsize=868420 CPUtime=0
/proc/23640/task/23644/stat : 23644 (java) S 23639 23626 23348 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1553430443 889262080 17852 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=23640/tid=23646] ppid=23639 vsize=868532 CPUtime=0.32
/proc/23640/task/23646/stat : 23646 (java) S 23639 23626 23348 0 -1 64 1541 0 0 0 32 0 0 0 16 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23647] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23647/stat : 23647 (java) S 23639 23626 23348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23648] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23648/stat : 23648 (java) S 23639 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 573.78
Current children cumulated vsize (KiB) 887488

[startup+642.303 s]
/proc/loadavg: 3.00 2.53 2.21 3/83 23654
/proc/meminfo: memFree=15152/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=13600 CPUtime=1.76
/proc/23626/stat : 23626 (sugar) S 23624 23626 23348 0 -1 4194304 974 14877 0 2 3 1 163 9 16 0 1 0 1553430245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23626/statm: 3400 797 370 3 0 500 0
[pid=23639] ppid=23626 vsize=5356 CPUtime=0
/proc/23639/stat : 23639 (sh) S 23626 23626 23348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553430440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23639/statm: 1339 233 193 169 0 50 0
[pid=23640] ppid=23639 vsize=868532 CPUtime=631.12
/proc/23640/stat : 23640 (java) S 23639 23626 23348 0 -1 0 46227 0 1 0 61801 1311 0 0 18 0 9 0 1553430440 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23640/statm: 217133 33045 2566 9 0 211680 0
[pid=23640/tid=23641] ppid=23639 vsize=868532 CPUtime=622.48
/proc/23640/task/23641/stat : 23641 (java) R 23639 23626 23348 0 -1 64 10695 0 1 0 60994 1254 0 0 25 0 9 0 1553430441 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4126594091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23642] ppid=23639 vsize=868532 CPUtime=8.28
/proc/23640/task/23642/stat : 23642 (java) S 23639 23626 23348 0 -1 64 33293 0 0 0 774 54 0 0 16 0 9 0 1553430442 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23643] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23643/stat : 23643 (java) S 23639 23626 23348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553430443 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23644] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23644/stat : 23644 (java) S 23639 23626 23348 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1553430443 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23645] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23645/stat : 23645 (java) S 23639 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23646] ppid=23639 vsize=868532 CPUtime=0.32
/proc/23640/task/23646/stat : 23646 (java) S 23639 23626 23348 0 -1 64 1541 0 0 0 32 0 0 0 16 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23647] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23647/stat : 23647 (java) S 23639 23626 23348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23648] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23648/stat : 23648 (java) S 23639 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 632.88
Current children cumulated vsize (KiB) 887488

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

[startup+646.301 s]
/proc/loadavg: 3.00 2.54 2.22 3/83 23654
/proc/meminfo: memFree=15920/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=13600 CPUtime=1.76
/proc/23626/stat : 23626 (sugar) S 23624 23626 23348 0 -1 4194304 974 14877 0 2 3 1 163 9 16 0 1 0 1553430245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23626/statm: 3400 797 370 3 0 500 0
[pid=23639] ppid=23626 vsize=5356 CPUtime=0
/proc/23639/stat : 23639 (sh) S 23626 23626 23348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553430440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23639/statm: 1339 233 193 169 0 50 0
[pid=23640] ppid=23639 vsize=868532 CPUtime=635.05
/proc/23640/stat : 23640 (java) S 23639 23626 23348 0 -1 0 46257 0 1 0 62187 1318 0 0 18 0 9 0 1553430440 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23640/statm: 217133 33045 2566 9 0 211680 0
[pid=23640/tid=23641] ppid=23639 vsize=868532 CPUtime=626.39
/proc/23640/task/23641/stat : 23641 (java) R 23639 23626 23348 0 -1 64 10725 0 1 0 61378 1261 0 0 25 0 9 0 1553430441 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4127064871 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23642] ppid=23639 vsize=868532 CPUtime=8.3
/proc/23640/task/23642/stat : 23642 (java) S 23639 23626 23348 0 -1 64 33293 0 0 0 775 55 0 0 16 0 9 0 1553430442 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23643] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23643/stat : 23643 (java) S 23639 23626 23348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553430443 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23644] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23644/stat : 23644 (java) S 23639 23626 23348 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1553430443 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23645] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23645/stat : 23645 (java) S 23639 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23646] ppid=23639 vsize=868532 CPUtime=0.32
/proc/23640/task/23646/stat : 23646 (java) S 23639 23626 23348 0 -1 64 1541 0 0 0 32 0 0 0 16 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23647] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23647/stat : 23647 (java) S 23639 23626 23348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23648] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23648/stat : 23648 (java) S 23639 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 636.81
Current children cumulated vsize (KiB) 887488

[startup+649.503 s]
/proc/loadavg: 3.00 2.54 2.22 3/83 23654
/proc/meminfo: memFree=16048/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=13600 CPUtime=1.76
/proc/23626/stat : 23626 (sugar) S 23624 23626 23348 0 -1 4194304 974 14877 0 2 3 1 163 9 16 0 1 0 1553430245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23626/statm: 3400 797 370 3 0 500 0
[pid=23639] ppid=23626 vsize=5356 CPUtime=0
/proc/23639/stat : 23639 (sh) S 23626 23626 23348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553430440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23639/statm: 1339 233 193 169 0 50 0
[pid=23640] ppid=23639 vsize=868532 CPUtime=638.2
/proc/23640/stat : 23640 (java) S 23639 23626 23348 0 -1 0 46281 0 1 0 62495 1325 0 0 18 0 9 0 1553430440 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23640/statm: 217133 33045 2566 9 0 211680 0
[pid=23640/tid=23641] ppid=23639 vsize=868532 CPUtime=629.53
/proc/23640/task/23641/stat : 23641 (java) R 23639 23626 23348 0 -1 64 10749 0 1 0 61685 1268 0 0 25 0 9 0 1553430441 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4127067233 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23642] ppid=23639 vsize=868532 CPUtime=8.31
/proc/23640/task/23642/stat : 23642 (java) S 23639 23626 23348 0 -1 64 33293 0 0 0 776 55 0 0 16 0 9 0 1553430442 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23643] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23643/stat : 23643 (java) S 23639 23626 23348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553430443 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23644] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23644/stat : 23644 (java) S 23639 23626 23348 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1553430443 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23645] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23645/stat : 23645 (java) S 23639 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23646] ppid=23639 vsize=868532 CPUtime=0.32
/proc/23640/task/23646/stat : 23646 (java) S 23639 23626 23348 0 -1 64 1541 0 0 0 32 0 0 0 16 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23647] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23647/stat : 23647 (java) S 23639 23626 23348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23648] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23648/stat : 23648 (java) S 23639 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.96
Current children cumulated vsize (KiB) 887488

[startup+651.102 s]
/proc/loadavg: 3.00 2.54 2.22 3/83 23654
/proc/meminfo: memFree=14960/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=13600 CPUtime=1.76
/proc/23626/stat : 23626 (sugar) S 23624 23626 23348 0 -1 4194304 974 14877 0 2 3 1 163 9 16 0 1 0 1553430245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23626/statm: 3400 797 370 3 0 500 0
[pid=23639] ppid=23626 vsize=5356 CPUtime=0
/proc/23639/stat : 23639 (sh) S 23626 23626 23348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553430440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23639/statm: 1339 233 193 169 0 50 0
[pid=23640] ppid=23639 vsize=868532 CPUtime=639.78
/proc/23640/stat : 23640 (java) S 23639 23626 23348 0 -1 0 46293 0 1 0 62649 1329 0 0 18 0 9 0 1553430440 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23640/statm: 217133 33045 2566 9 0 211680 0
[pid=23640/tid=23641] ppid=23639 vsize=868532 CPUtime=631.1
/proc/23640/task/23641/stat : 23641 (java) R 23639 23626 23348 0 -1 64 10761 0 1 0 61838 1272 0 0 25 0 9 0 1553430441 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4127067216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23642] ppid=23639 vsize=868532 CPUtime=8.32
/proc/23640/task/23642/stat : 23642 (java) S 23639 23626 23348 0 -1 64 33293 0 0 0 777 55 0 0 16 0 9 0 1553430442 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23643] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23643/stat : 23643 (java) S 23639 23626 23348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553430443 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23644] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23644/stat : 23644 (java) S 23639 23626 23348 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1553430443 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23645] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23645/stat : 23645 (java) S 23639 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23646] ppid=23639 vsize=868532 CPUtime=0.32
/proc/23640/task/23646/stat : 23646 (java) S 23639 23626 23348 0 -1 64 1541 0 0 0 32 0 0 0 16 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23647] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23647/stat : 23647 (java) S 23639 23626 23348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23640/tid=23648] ppid=23639 vsize=868532 CPUtime=0
/proc/23640/task/23648/stat : 23648 (java) S 23639 23626 23348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553430445 889376768 33045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.54
Current children cumulated vsize (KiB) 887488

[startup+652.701 s]
/proc/loadavg: 3.00 2.54 2.22 2/81 23654
/proc/meminfo: memFree=15728/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=13600 CPUtime=643.07
/proc/23626/stat : 23626 (sugar) R 23624 23626 23348 0 -1 4194304 996 61476 0 3 3 44 62917 1343 19 0 1 0 1553430245 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23626/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 643.07
Current children cumulated vsize (KiB) 13600

[startup+653.102 s]
/proc/loadavg: 3.00 2.54 2.22 2/81 23654
/proc/meminfo: memFree=15728/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=13600 CPUtime=643.46
/proc/23626/stat : 23626 (sugar) R 23624 23626 23348 0 -1 4194304 996 61476 0 3 3 83 62917 1343 23 0 1 0 1553430245 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23626/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 643.46
Current children cumulated vsize (KiB) 13600

[startup+653.501 s]
/proc/loadavg: 3.00 2.55 2.23 2/73 23654
/proc/meminfo: memFree=1916800/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=13600 CPUtime=643.6
/proc/23626/stat : 23626 (sugar) D 23624 23626 23348 0 -1 4194304 996 61476 0 3 3 97 62917 1343 18 0 1 0 1553430245 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23626/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 643.6
Current children cumulated vsize (KiB) 13600

[startup+653.601 s]
/proc/loadavg: 3.00 2.55 2.23 2/73 23654
/proc/meminfo: memFree=1916800/2055920 swapFree=4180436/4192956
[pid=23626] ppid=23624 vsize=13600 CPUtime=643.6
/proc/23626/stat : 23626 (sugar) D 23624 23626 23348 0 -1 4194304 996 61476 0 3 3 97 62917 1343 18 0 1 0 1553430245 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23626/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 643.6
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 653.634
CPU time (s): 643.626
CPU user time (s): 629.207
CPU system time (s): 14.4188
CPU usage (%): 98.4689
Max. virtual memory (cumulated for all children) (KiB): 892504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 629.207
system time used= 14.4188
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62502
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= 61666
involuntary context switches= 76252

runsolver used 0.85487 second user time and 2.19267 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-05 07:59:45
IDJOB=1086129
IDBENCH=57765
IDSOLVER=346
FILE ID=node13/1086129-1215237584
PBS_JOBID= 7881957
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp39/normalized-fapp39-2750-6.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-1086129-1215237584/watcher-1086129-1215237584 -o /tmp/evaluation-result-1086129-1215237584/solver-1086129-1215237584 -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-1086129-1215237584.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d81f449daceef06ffb2047ba7336c02a
RANDOM SEED=1436508943

node13.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.238
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.238
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:       1868072 kB
Buffers:          6112 kB
Cached:          76156 kB
SwapCached:       6608 kB
Active:          88688 kB
Inactive:        47164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868072 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            4568 kB
Writeback:           0 kB
Mapped:          61128 kB
Slab:            37048 kB
Committed_AS:  3118568 kB
PageTables:       1984 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= 66516 MiB
End job on node13 at 2008-07-05 08:10:38