Trace number 1112560

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 189.931 196.913

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-24.xml
MD5SUM32c080069cd6a9f51c8c0a6f1b619a56
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints89
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1288
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 15:41:47 2008
0.00/0.04	c 0	PID 14045
0.03/0.05	c 0	HOST node60.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1112560-1215870107.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112560-1215870107.xml' 'HOME/temp.csp'
0.03/0.84	c 1	98 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.89/0.97	c 1	Parsing HOME/temp.csp
1.18/1.27	c 1	parsed 10000 expressions
1.18/1.28	c 1	parsed 10392 expressions
1.18/1.28	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.27/1.38	c 1	MAX CSP: 9690 constraints
1.27/1.38	c 1	Converting to clausal form CSP
1.48/1.59	c 1	converted 2009 (10%) expressions
1.58/1.65	c 1	converted 4017 (20%) expressions
1.68/1.74	c 1	converted 6026 (30%) expressions
1.68/1.79	c 2	converted 8034 (40%) expressions
1.77/1.83	c 2	converted 10043 (50%) expressions
1.77/1.88	c 2	converted 12051 (60%) expressions
1.88/1.93	c 2	converted 14060 (70%) expressions
1.88/1.97	c 2	converted 16068 (80%) expressions
1.97/2.08	c 2	converted 18077 (90%) expressions
2.87/2.95	c 3	converted 20085 (100%) expressions
2.87/2.96	c 3	CSP : 19980 integers, 0 booleans, 29069 clauses, largest domain size 14536
2.87/2.96	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.87/2.96	c 3	Propagation in CSP
3.28/3.33	c 3	9682 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.28/3.33	c 3	CSP : 19980 integers, 0 booleans, 29069 clauses, largest domain size 9691
3.28/3.33	c 3	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.35	c 3	Simplifing CSP by introducing new Boolean variables
3.37/3.44	c 3	CSP : 19980 integers, 17700 booleans, 46769 clauses, largest domain size 9691
3.37/3.44	c 3	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.57/3.60	c 3	Encoding CSP to SAT : HOME/temp.cnf
4.38/4.49	c 4	1998 (10%) CSP integer variables are encoded (743580 clauses, 12418895 bytes)
4.38/4.49	c 4	3996 (20%) CSP integer variables are encoded (743580 clauses, 12418895 bytes)
4.38/4.49	c 4	5994 (30%) CSP integer variables are encoded (743580 clauses, 12418895 bytes)
4.38/4.50	c 4	7992 (40%) CSP integer variables are encoded (743580 clauses, 12418895 bytes)
4.47/4.50	c 4	9990 (50%) CSP integer variables are encoded (743580 clauses, 12418895 bytes)
4.47/4.53	c 4	11988 (60%) CSP integer variables are encoded (767830 clauses, 12831145 bytes)
4.57/4.67	c 4	13986 (70%) CSP integer variables are encoded (893940 clauses, 14975015 bytes)
4.67/4.72	c 4	15984 (80%) CSP integer variables are encoded (930800 clauses, 15601635 bytes)
4.67/4.74	c 4	17982 (90%) CSP integer variables are encoded (952144 clauses, 15964483 bytes)
4.67/4.78	c 5	19980 (100%) CSP integer variables are encoded (979145 clauses, 16423500 bytes)
11.23/11.35	c 11	4677 (10%) CSP clauses are encoded (4743825 clauses, 108268815 bytes)
17.88/18.04	c 18	9354 (20%) CSP clauses are encoded (8512393 clauses, 204301399 bytes)
24.60/25.01	c 25	14031 (30%) CSP clauses are encoded (12302162 clauses, 302673735 bytes)
31.27/31.94	c 32	18708 (40%) CSP clauses are encoded (16071015 clauses, 400477223 bytes)
37.97/38.75	c 38	23385 (50%) CSP clauses are encoded (19855430 clauses, 498643989 bytes)
43.96/44.86	c 45	28062 (60%) CSP clauses are encoded (23260073 clauses, 586563750 bytes)
54.39/55.68	c 55	32739 (70%) CSP clauses are encoded (29118572 clauses, 729700208 bytes)
188.86/194.87	c 195	ERROR Exception Too large HOME/temp.cnf
188.86/194.88	c 195	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
188.86/194.88	c 195	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
188.86/194.88	c 195	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
188.86/194.88	s UNKNOWN
188.92/194.94	c 195	CPU 174.04 (0.03 0 174.01 14.91)
188.92/194.94	c 195	END Sat Jul 12 15:45:02 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112560-1215870107/watcher-1112560-1215870107 -o /tmp/evaluation-result-1112560-1215870107/solver-1112560-1215870107 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112560-1215870107.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 4/76 14045
/proc/meminfo: memFree=1861488/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=12268 CPUtime=0
/proc/14045/stat : 14045 (sugar) R 14043 14045 13984 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 43709002 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 271894411877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14045/statm: 3067 316 241 3 0 167 0

[startup+0.0501991 s]
/proc/loadavg: 0.00 0.00 0.00 4/76 14045
/proc/meminfo: memFree=1861488/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=0.03
/proc/14045/stat : 14045 (sugar) S 14043 14045 13984 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 43709002 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14045/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100947 s]
/proc/loadavg: 0.00 0.00 0.00 4/76 14045
/proc/meminfo: memFree=1861488/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=0.03
/proc/14045/stat : 14045 (sugar) S 14043 14045 13984 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43709002 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14045/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301986 s]
/proc/loadavg: 0.00 0.00 0.00 4/76 14045
/proc/meminfo: memFree=1861488/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=0.03
/proc/14045/stat : 14045 (sugar) S 14043 14045 13984 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43709002 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14045/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701056 s]
/proc/loadavg: 0.00 0.00 0.00 4/76 14045
/proc/meminfo: memFree=1861488/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=0.03
/proc/14045/stat : 14045 (sugar) S 14043 14045 13984 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43709002 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14045/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5022 s]
/proc/loadavg: 0.00 0.00 0.00 4/91 14071
/proc/meminfo: memFree=1810864/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=0.89
/proc/14045/stat : 14045 (sugar) S 14043 14045 13984 0 -1 4194304 974 9040 0 1 3 0 81 5 15 0 1 0 43709002 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14045/statm: 3400 797 370 3 0 500 0
[pid=14062] ppid=14045 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14045 14045 13984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709091 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=865340 CPUtime=0.59
/proc/14063/stat : 14063 (java) S 14062 14045 13984 0 -1 0 6717 0 1 0 55 4 0 0 18 0 9 0 43709092 886108160 5946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14063/statm: 216335 5947 2542 9 0 210910 0
[pid=14063/tid=14064] ppid=14062 vsize=865340 CPUtime=0.36
/proc/14063/task/14064/stat : 14064 (java) R 14062 14045 13984 0 -1 64 2607 0 1 0 35 1 0 0 25 0 9 0 43709093 886108160 5947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14065] ppid=14062 vsize=865340 CPUtime=0.1
/proc/14063/task/14065/stat : 14065 (java) S 14062 14045 13984 0 -1 64 2803 0 0 0 9 1 0 0 16 0 9 0 43709094 886108160 5948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14066] ppid=14062 vsize=865340 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14045 13984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709094 886108160 5949 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14067] ppid=14062 vsize=865340 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14045 13984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43709094 886108160 5950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14068] ppid=14062 vsize=865340 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 43709096 886108160 5951 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14069] ppid=14062 vsize=865340 CPUtime=0.11
/proc/14063/task/14069/stat : 14069 (java) R 14062 14045 13984 0 -1 64 617 0 0 0 11 0 0 0 16 0 9 0 43709096 886108160 5952 996147200 134512640 134550740 4294955936 18446744073709551615 101692620 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14070] ppid=14062 vsize=865340 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43709096 886108160 5953 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14071] ppid=14062 vsize=865340 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14045 13984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709096 886108160 5954 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 884296

[startup+3.10148 s]
/proc/loadavg: 0.00 0.00 0.00 3/91 14071
/proc/meminfo: memFree=1781232/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=0.89
/proc/14045/stat : 14045 (sugar) S 14043 14045 13984 0 -1 4194304 974 9040 0 1 3 0 81 5 16 0 1 0 43709002 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14045/statm: 3400 797 370 3 0 500 0
[pid=14062] ppid=14045 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14045 14045 13984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709091 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868388 CPUtime=2.18
/proc/14063/stat : 14063 (java) S 14062 14045 13984 0 -1 0 13290 0 1 0 211 7 0 0 18 0 9 0 43709092 889229312 12169 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14063/statm: 217097 12169 2540 9 0 211672 0
[pid=14063/tid=14064] ppid=14062 vsize=868388 CPUtime=1.36
/proc/14063/task/14064/stat : 14064 (java) R 14062 14045 13984 0 -1 64 2919 0 1 0 134 2 0 0 25 0 9 0 43709093 889229312 12169 996147200 134512640 134550740 4294955936 18446744073709551615 4126993772 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868388 CPUtime=0.59
/proc/14063/task/14065/stat : 14065 (java) S 14062 14045 13984 0 -1 64 8198 0 0 0 55 4 0 0 16 0 9 0 43709094 889229312 12169 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868388 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14045 13984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709094 889229312 12169 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868388 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14045 13984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43709094 889229312 12169 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14068] ppid=14062 vsize=868388 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 43709096 889229312 12169 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14069] ppid=14062 vsize=868388 CPUtime=0.21
/proc/14063/task/14069/stat : 14069 (java) S 14062 14045 13984 0 -1 64 1477 0 0 0 21 0 0 0 16 0 9 0 43709096 889229312 12169 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14070] ppid=14062 vsize=868388 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43709096 889229312 12169 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14071] ppid=14062 vsize=868388 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14045 13984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709096 889229312 12169 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 887344

[startup+6.30206 s]
/proc/loadavg: 0.16 0.03 0.01 3/91 14071
/proc/meminfo: memFree=1714928/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=0.89
/proc/14045/stat : 14045 (sugar) S 14043 14045 13984 0 -1 4194304 974 9040 0 1 3 0 81 5 15 0 1 0 43709002 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14045/statm: 3400 797 370 3 0 500 0
[pid=14062] ppid=14045 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14045 14045 13984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709091 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868500 CPUtime=5.37
/proc/14063/stat : 14063 (java) S 14062 14045 13984 0 -1 0 15205 0 1 0 504 33 0 0 18 0 9 0 43709092 889344000 13510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14063/statm: 217125 13510 2565 9 0 211672 0
[pid=14063/tid=14064] ppid=14062 vsize=868500 CPUtime=4.18
/proc/14063/task/14064/stat : 14064 (java) R 14062 14045 13984 0 -1 64 3323 0 1 0 394 24 0 0 25 0 9 0 43709093 889344000 13510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868500 CPUtime=0.91
/proc/14063/task/14065/stat : 14065 (java) S 14062 14045 13984 0 -1 64 9675 0 0 0 84 7 0 0 16 0 9 0 43709094 889344000 13510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14045 13984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709094 889344000 13510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14045 13984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43709094 889344000 13510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14068] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 43709096 889344000 13510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14069] ppid=14062 vsize=868500 CPUtime=0.26
/proc/14063/task/14069/stat : 14069 (java) S 14062 14045 13984 0 -1 64 1511 0 0 0 25 1 0 0 16 0 9 0 43709096 889344000 13510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14070] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43709096 889344000 13510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14071] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14045 13984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709096 889344000 13510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 887456

[startup+12.7022 s]
/proc/loadavg: 0.31 0.07 0.02 4/91 14071
/proc/meminfo: memFree=1599792/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=0.89
/proc/14045/stat : 14045 (sugar) S 14043 14045 13984 0 -1 4194304 974 9040 0 1 3 0 81 5 16 0 1 0 43709002 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14045/statm: 3400 797 370 3 0 500 0
[pid=14062] ppid=14045 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14045 14045 13984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709091 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868500 CPUtime=11.73
/proc/14063/stat : 14063 (java) S 14062 14045 13984 0 -1 0 15993 0 1 0 1083 90 0 0 18 0 9 0 43709092 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14063/statm: 217125 13515 2565 9 0 211672 0
[pid=14063/tid=14064] ppid=14062 vsize=868500 CPUtime=10.24
/proc/14063/task/14064/stat : 14064 (java) R 14062 14045 13984 0 -1 64 4106 0 1 0 947 77 0 0 25 0 9 0 43709093 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868500 CPUtime=1.21
/proc/14063/task/14065/stat : 14065 (java) S 14062 14045 13984 0 -1 64 9675 0 0 0 109 12 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14045 13984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14045 13984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14068] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14069] ppid=14062 vsize=868500 CPUtime=0.27
/proc/14063/task/14069/stat : 14069 (java) S 14062 14045 13984 0 -1 64 1516 0 0 0 26 1 0 0 16 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14070] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14071] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14045 13984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 887456

[startup+25.5025 s]
/proc/loadavg: 0.90 0.21 0.07 3/91 14071
/proc/meminfo: memFree=1402032/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=0.89
/proc/14045/stat : 14045 (sugar) S 14043 14045 13984 0 -1 4194304 974 9040 0 1 3 0 81 5 16 0 1 0 43709002 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14045/statm: 3400 797 370 3 0 500 0
[pid=14062] ppid=14045 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14045 14045 13984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709091 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868500 CPUtime=24.21
/proc/14063/stat : 14063 (java) S 14062 14045 13984 0 -1 0 17541 0 1 0 2220 201 0 0 18 0 9 0 43709092 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14063/statm: 217125 13515 2565 9 0 211672 0
[pid=14063/tid=14064] ppid=14062 vsize=868500 CPUtime=22.14
/proc/14063/task/14064/stat : 14064 (java) R 14062 14045 13984 0 -1 64 5654 0 1 0 2035 179 0 0 25 0 9 0 43709093 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868500 CPUtime=1.76
/proc/14063/task/14065/stat : 14065 (java) S 14062 14045 13984 0 -1 64 9675 0 0 0 157 19 0 0 15 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14045 13984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14045 13984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=14063/tid=14069] ppid=14062 vsize=868500 CPUtime=0.27
/proc/14063/task/14069/stat : 14069 (java) S 14062 14045 13984 0 -1 64 1516 0 0 0 26 1 0 0 16 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14070] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14071] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14045 13984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.37
Current children cumulated vsize (KiB) 887456

[startup+162.302 s]
/proc/loadavg: 2.82 1.22 0.46 3/91 14071
/proc/meminfo: memFree=15664/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=0.89
/proc/14045/stat : 14045 (sugar) S 14043 14045 13984 0 -1 4194304 974 9040 0 1 3 0 81 5 16 0 1 0 43709002 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14045/statm: 3400 797 370 3 0 500 0
[pid=14062] ppid=14045 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14045 14045 13984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709091 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868500 CPUtime=157.07
/proc/14063/stat : 14063 (java) S 14062 14045 13984 0 -1 0 32708 0 1 0 14485 1222 0 0 18 0 9 0 43709092 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14063/statm: 217125 13515 2565 9 0 211672 0
[pid=14063/tid=14064] ppid=14062 vsize=868500 CPUtime=149.23
/proc/14063/task/14064/stat : 14064 (java) R 14062 14045 13984 0 -1 64 20821 0 1 0 13814 1109 0 0 25 0 9 0 43709093 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868500 CPUtime=7.55
/proc/14063/task/14065/stat : 14065 (java) S 14062 14045 13984 0 -1 64 9675 0 0 0 644 111 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14045 13984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14045 13984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14068] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14069] ppid=14062 vsize=868500 CPUtime=0.27
/proc/14063/task/14069/stat : 14069 (java) S 14062 14045 13984 0 -1 64 1516 0 0 0 26 1 0 0 16 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14070] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14071] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14045 13984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 157.96
Current children cumulated vsize (KiB) 887456

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

[startup+179.303 s]
/proc/loadavg: 3.01 1.37 0.52 3/91 14071
/proc/meminfo: memFree=15088/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=0.89
/proc/14045/stat : 14045 (sugar) S 14043 14045 13984 0 -1 4194304 974 9040 0 1 3 0 81 5 16 0 1 0 43709002 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14045/statm: 3400 797 370 3 0 500 0
[pid=14062] ppid=14045 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14045 14045 13984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709091 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868500 CPUtime=173.32
/proc/14063/stat : 14063 (java) S 14062 14045 13984 0 -1 0 34670 0 1 0 15969 1363 0 0 18 0 9 0 43709092 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14063/statm: 217125 13515 2565 9 0 211672 0
[pid=14063/tid=14064] ppid=14062 vsize=868500 CPUtime=164.77
/proc/14063/task/14064/stat : 14064 (java) R 14062 14045 13984 0 -1 64 22783 0 1 0 15238 1239 0 0 25 0 9 0 43709093 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868500 CPUtime=8.24
/proc/14063/task/14065/stat : 14065 (java) S 14062 14045 13984 0 -1 64 9675 0 0 0 703 121 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14045 13984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14045 13984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14068] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14069] ppid=14062 vsize=868500 CPUtime=0.27
/proc/14063/task/14069/stat : 14069 (java) S 14062 14045 13984 0 -1 64 1516 0 0 0 26 1 0 0 16 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14070] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14071] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14045 13984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 174.21
Current children cumulated vsize (KiB) 887456

[startup+185.702 s]
/proc/loadavg: 3.01 1.39 0.54 3/91 14071
/proc/meminfo: memFree=16048/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=0.89
/proc/14045/stat : 14045 (sugar) S 14043 14045 13984 0 -1 4194304 974 9040 0 1 3 0 81 5 16 0 1 0 43709002 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14045/statm: 3400 797 370 3 0 500 0
[pid=14062] ppid=14045 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14045 14045 13984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709091 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868500 CPUtime=179.35
/proc/14063/stat : 14063 (java) S 14062 14045 13984 0 -1 0 35397 0 1 0 16522 1413 0 0 18 0 9 0 43709092 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14063/statm: 217125 13515 2565 9 0 211672 0
[pid=14063/tid=14064] ppid=14062 vsize=868500 CPUtime=170.53
/proc/14063/task/14064/stat : 14064 (java) R 14062 14045 13984 0 -1 64 23510 0 1 0 15767 1286 0 0 25 0 9 0 43709093 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4126571871 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868500 CPUtime=8.52
/proc/14063/task/14065/stat : 14065 (java) S 14062 14045 13984 0 -1 64 9675 0 0 0 727 125 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14045 13984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14045 13984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14068] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14069] ppid=14062 vsize=868500 CPUtime=0.27
/proc/14063/task/14069/stat : 14069 (java) S 14062 14045 13984 0 -1 64 1516 0 0 0 26 1 0 0 16 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14070] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14071] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14045 13984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 180.24
Current children cumulated vsize (KiB) 887456

[startup+192.101 s]
/proc/loadavg: 3.01 1.42 0.55 3/91 14071
/proc/meminfo: memFree=14960/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=0.89
/proc/14045/stat : 14045 (sugar) S 14043 14045 13984 0 -1 4194304 974 9040 0 1 3 0 81 5 16 0 1 0 43709002 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14045/statm: 3400 797 370 3 0 500 0
[pid=14062] ppid=14045 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14045 14045 13984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709091 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868500 CPUtime=185.53
/proc/14063/stat : 14063 (java) S 14062 14045 13984 0 -1 0 36135 0 1 0 17089 1464 0 0 18 0 9 0 43709092 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14063/statm: 217125 13515 2565 9 0 211672 0
[pid=14063/tid=14064] ppid=14062 vsize=868500 CPUtime=176.44
/proc/14063/task/14064/stat : 14064 (java) R 14062 14045 13984 0 -1 64 24248 0 1 0 16311 1333 0 0 25 0 9 0 43709093 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4126877701 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868500 CPUtime=8.79
/proc/14063/task/14065/stat : 14065 (java) S 14062 14045 13984 0 -1 64 9675 0 0 0 751 128 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14045 13984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14045 13984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43709094 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14068] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14069] ppid=14062 vsize=868500 CPUtime=0.27
/proc/14063/task/14069/stat : 14069 (java) S 14062 14045 13984 0 -1 64 1516 0 0 0 26 1 0 0 16 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14070] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14045 13984 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14071] ppid=14062 vsize=868500 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14045 13984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709096 889344000 13515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 186.42
Current children cumulated vsize (KiB) 887456

[startup+195.302 s]
/proc/loadavg: 3.01 1.45 0.56 3/91 14071
/proc/meminfo: memFree=15088/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=189.29
/proc/14045/stat : 14045 (sugar) R 14043 14045 13984 0 -1 4194304 998 45770 0 2 3 34 17401 1491 16 0 1 0 43709002 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14045/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 189.29
Current children cumulated vsize (KiB) 13600

[startup+196.102 s]
/proc/loadavg: 3.01 1.45 0.56 3/81 14071
/proc/meminfo: memFree=1844480/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=189.86
/proc/14045/stat : 14045 (sugar) R 14043 14045 13984 0 -1 4194304 998 45770 0 2 3 91 17401 1491 15 0 1 0 43709002 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14045/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 189.86
Current children cumulated vsize (KiB) 13600

[startup+196.502 s]
/proc/loadavg: 3.01 1.45 0.56 3/81 14071
/proc/meminfo: memFree=1844480/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=189.88
/proc/14045/stat : 14045 (sugar) D 14043 14045 13984 0 -1 4194304 998 45770 0 2 3 93 17401 1491 15 0 1 0 43709002 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14045/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 189.88
Current children cumulated vsize (KiB) 13600

[startup+196.901 s]
/proc/loadavg: 3.01 1.45 0.56 3/81 14071
/proc/meminfo: memFree=1844480/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13600 CPUtime=189.91
/proc/14045/stat : 14045 (sugar) D 14043 14045 13984 0 -1 4194304 998 45770 0 2 3 96 17401 1491 15 0 1 0 43709002 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14045/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 189.91
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 196.913
CPU time (s): 189.931
CPU user time (s): 174.055
CPU system time (s): 15.8766
CPU usage (%): 96.4544
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 174.055
system time used= 15.8766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46798
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157721
involuntary context switches= 160922

runsolver used 0.253961 second user time and 0.658899 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-12 15:41:47
IDJOB=1112560
IDBENCH=61436
IDSOLVER=368
FILE ID=node60/1112560-1215870107
PBS_JOBID= 7903564
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 32c080069cd6a9f51c8c0a6f1b619a56
RANDOM SEED=784641417

node60.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:       1862304 kB
Buffers:         30452 kB
Cached:          85216 kB
SwapCached:          0 kB
Active:          76000 kB
Inactive:        58628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5692 kB
Writeback:           0 kB
Mapped:          32008 kB
Slab:            44336 kB
Committed_AS:   945860 kB
PageTables:       1856 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= 66484 MiB
End job on node60 at 2008-07-12 15:45:04