Trace number 1110869

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-inc? 186.412 193.477

General information on the benchmark

Namecsp/pseudoGLB/
normalized-ooo-rf8-ucl.xml
MD5SUM41b74cc5aa456e6c13c9dfd902110310
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6832
Number of constraints19477
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(19477)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 06:55:18 2008
0.00/0.08	c 0	PID 14019
0.00/0.08	c 0	HOST node6.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1110869-1215838518.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110869-1215838518.xml' 'HOME/temp.csp'
2.25/2.36	c 3	1 domains, 6832 variables, 0 predicates, 0 relations, 19477 constraints
2.25/2.38	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.25/2.38	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.33/2.46	c 3	Parsing HOME/temp.csp
2.33/2.95	c 3	parsed 10000 expressions
3.33/3.41	c 4	parsed 20000 expressions
3.72/3.81	c 4	parsed 26310 expressions
3.72/3.82	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.92/4.08	c 4	MAX CSP: 19477 constraints
3.92/4.08	c 4	Converting to clausal form CSP
4.02/4.13	c 5	converted 4579 (10%) expressions
4.22/4.36	c 5	converted 9158 (20%) expressions
4.32/4.47	c 5	converted 13737 (30%) expressions
4.41/4.58	c 5	converted 18316 (40%) expressions
4.50/4.68	c 5	converted 22895 (50%) expressions
4.61/4.78	c 5	converted 27474 (60%) expressions
4.71/4.88	c 5	converted 32053 (70%) expressions
4.91/5.00	c 5	converted 36632 (80%) expressions
5.20/5.30	c 6	converted 41211 (90%) expressions
7.58/7.76	c 8	converted 45790 (100%) expressions
7.58/7.77	c 8	CSP : 49386 integers, 0 booleans, 65630 clauses, largest domain size 29216
7.58/7.77	c 8	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.58/7.77	c 8	Propagation in CSP
8.46/8.62	c 9	19471 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.46/8.63	c 9	CSP : 49386 integers, 0 booleans, 65630 clauses, largest domain size 19478
8.46/8.63	c 9	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.46/8.65	c 9	Simplifing CSP by introducing new Boolean variables
8.46/8.68	c 9	CSP : 49386 integers, 0 booleans, 65630 clauses, largest domain size 19478
8.46/8.68	c 9	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.85/9.05	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.85/9.09	c 9	4939 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.95/9.10	c 10	9878 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.95/9.11	c 10	14816 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.95/9.11	c 10	19755 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.95/9.12	c 10	24693 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
9.05/9.21	c 10	29632 (60%) CSP integer variables are encoded (70834 clauses, 1063461 bytes)
9.15/9.30	c 10	34571 (70%) CSP integer variables are encoded (140300 clauses, 2244383 bytes)
9.15/9.38	c 10	39509 (80%) CSP integer variables are encoded (195953 clauses, 3190484 bytes)
9.55/9.73	c 10	44448 (90%) CSP integer variables are encoded (472984 clauses, 7900011 bytes)
9.65/9.88	c 10	49386 (100%) CSP integer variables are encoded (589171 clauses, 9875190 bytes)
9.74/9.99	c 10	6563 (10%) CSP clauses are encoded (595734 clauses, 9999084 bytes)
9.85/10.05	c 10	13126 (20%) CSP clauses are encoded (602297 clauses, 10131115 bytes)
10.13/10.31	c 11	19689 (30%) CSP clauses are encoded (660437 clauses, 11353621 bytes)
11.02/11.29	c 12	26252 (40%) CSP clauses are encoded (1208588 clauses, 22530442 bytes)
22.67/23.06	c 23	32815 (50%) CSP clauses are encoded (7608409 clauses, 178757261 bytes)
56.97/58.25	c 59	39378 (60%) CSP clauses are encoded (26617654 clauses, 643851946 bytes)
68.84/70.46	c 71	45941 (70%) CSP clauses are encoded (33069117 clauses, 801366537 bytes)
185.33/190.37	c 191	ERROR Exception Too large HOME/temp.cnf
185.33/190.38	c 191	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
185.33/190.38	c 191	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
185.33/190.38	c 191	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
185.33/190.38	s UNKNOWN
185.40/190.43	c 191	CPU 170.61 (0.06 0.01 170.55 14.81)
185.40/190.43	c 191	END Sat Jul 12 06:58:29 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-1110869-1215838518/watcher-1110869-1215838518 -o /tmp/evaluation-result-1110869-1215838518/solver-1110869-1215838518 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1110869-1215838518.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: 1.84 1.95 1.98 4/73 14019
/proc/meminfo: memFree=1843620/2055924 swapFree=4180896/4192956
[pid=14019] ppid=14017 vsize=12268 CPUtime=0
/proc/14019/stat : 14019 (sugar++) R 14017 14019 13982 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 40555061 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 268583008869 0 0 4224 0 0 0 0 17 1 0 0
/proc/14019/statm: 3067 316 241 3 0 167 0

[startup+0.109697 s]
/proc/loadavg: 1.84 1.95 1.98 4/73 14019
/proc/meminfo: memFree=1843620/2055924 swapFree=4180896/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=0.06
/proc/14019/stat : 14019 (sugar++) S 14017 14019 13982 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40555061 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.201711 s]
/proc/loadavg: 1.84 1.95 1.98 4/73 14019
/proc/meminfo: memFree=1843620/2055924 swapFree=4180896/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=0.06
/proc/14019/stat : 14019 (sugar++) S 14017 14019 13982 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40555061 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301715 s]
/proc/loadavg: 1.84 1.95 1.98 4/73 14019
/proc/meminfo: memFree=1843620/2055924 swapFree=4180896/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=0.06
/proc/14019/stat : 14019 (sugar++) S 14017 14019 13982 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40555061 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701766 s]
/proc/loadavg: 1.84 1.95 1.98 4/73 14019
/proc/meminfo: memFree=1843620/2055924 swapFree=4180896/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=0.06
/proc/14019/stat : 14019 (sugar++) S 14017 14019 13982 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40555061 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50286 s]
/proc/loadavg: 1.84 1.95 1.98 4/84 14031
/proc/meminfo: memFree=1812108/2055924 swapFree=4180896/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=0.06
/proc/14019/stat : 14019 (sugar++) S 14017 14019 13982 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40555061 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 4185 1104 409 3 0 764 0
[pid=14022] ppid=14019 vsize=5356 CPUtime=0
/proc/14022/stat : 14022 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40555069 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14022/statm: 1339 233 193 169 0 50 0
[pid=14023] ppid=14022 vsize=864680 CPUtime=1.39
/proc/14023/stat : 14023 (java) S 14022 14019 13982 0 -1 0 15086 0 1 0 131 8 0 0 18 0 9 0 40555069 885432320 13128 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14023/statm: 216170 13128 2529 9 0 210752 0
[pid=14023/tid=14024] ppid=14022 vsize=864680 CPUtime=0.78
/proc/14023/task/14024/stat : 14024 (java) R 14022 14019 13982 0 -1 64 3035 0 1 0 76 2 0 0 24 0 9 0 40555071 885432320 13128 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14023/tid=14025] ppid=14022 vsize=864680 CPUtime=0.45
/proc/14023/task/14025/stat : 14025 (java) R 14022 14019 13982 0 -1 64 10834 0 0 0 41 4 0 0 16 0 9 0 40555072 885432320 13128 996147200 134512640 134550740 4294956000 18446744073709551615 102516783 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14023/tid=14026] ppid=14022 vsize=864680 CPUtime=0
/proc/14023/task/14026/stat : 14026 (java) S 14022 14019 13982 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 40555072 885432320 13128 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14023/tid=14027] ppid=14022 vsize=864680 CPUtime=0
/proc/14023/task/14027/stat : 14027 (java) S 14022 14019 13982 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 40555072 885432320 13128 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14023/tid=14028] ppid=14022 vsize=864680 CPUtime=0
/proc/14023/task/14028/stat : 14028 (java) S 14022 14019 13982 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40555074 885432320 13128 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14023/tid=14029] ppid=14022 vsize=864680 CPUtime=0.12
/proc/14023/task/14029/stat : 14029 (java) S 14022 14019 13982 0 -1 64 518 0 0 0 12 0 0 0 16 0 9 0 40555074 885432320 13128 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14023/tid=14030] ppid=14022 vsize=864680 CPUtime=0
/proc/14023/task/14030/stat : 14030 (java) S 14022 14019 13982 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40555074 885432320 13128 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14023/tid=14031] ppid=14022 vsize=864680 CPUtime=0
/proc/14023/task/14031/stat : 14031 (java) S 14022 14019 13982 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40555074 885432320 13128 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886776

[startup+3.10205 s]
/proc/loadavg: 1.84 1.95 1.98 3/84 14031
/proc/meminfo: memFree=1796108/2055924 swapFree=4180896/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=2.33
/proc/14019/stat : 14019 (sugar++) S 14017 14019 13982 0 -1 4194304 1297 15675 0 1 6 1 215 11 15 0 1 0 40555061 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 16740

[startup+6.30527 s]
/proc/loadavg: 1.93 1.97 1.99 3/84 14041
/proc/meminfo: memFree=1787596/2055924 swapFree=4180896/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=2.33
/proc/14019/stat : 14019 (sugar++) S 14017 14019 13982 0 -1 4194304 1297 15675 0 1 6 1 215 11 15 0 1 0 40555061 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 4185 1104 409 3 0 764 0
[pid=14032] ppid=14019 vsize=5356 CPUtime=0
/proc/14032/stat : 14032 (sh) S 14019 14019 13982 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40555299 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14032/statm: 1339 233 193 169 0 50 0
[pid=14033] ppid=14032 vsize=869460 CPUtime=3.86
/proc/14033/stat : 14033 (java) S 14032 14019 13982 0 -1 0 19484 0 1 0 376 10 0 0 18 0 9 0 40555300 890327040 17982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14033/statm: 217365 17982 2541 9 0 211940 0
[pid=14033/tid=14034] ppid=14032 vsize=869460 CPUtime=2.49
/proc/14033/task/14034/stat : 14034 (java) R 14032 14019 13982 0 -1 64 3243 0 1 0 247 2 0 0 25 0 9 0 40555300 890327040 17982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14035] ppid=14032 vsize=869460 CPUtime=1.12
/proc/14033/task/14035/stat : 14035 (java) S 14032 14019 13982 0 -1 64 14058 0 0 0 106 6 0 0 15 0 9 0 40555302 890327040 17982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14036] ppid=14032 vsize=869460 CPUtime=0
/proc/14033/task/14036/stat : 14036 (java) S 14032 14019 13982 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40555302 890327040 17982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14037] ppid=14032 vsize=869460 CPUtime=0
/proc/14033/task/14037/stat : 14037 (java) S 14032 14019 13982 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40555302 890327040 17982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14038] ppid=14032 vsize=869460 CPUtime=0
/proc/14033/task/14038/stat : 14038 (java) S 14032 14019 13982 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40555304 890327040 17982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14039] ppid=14032 vsize=869460 CPUtime=0.22
/proc/14033/task/14039/stat : 14039 (java) S 14032 14019 13982 0 -1 64 1485 0 0 0 22 0 0 0 16 0 9 0 40555304 890327040 17982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14040] ppid=14032 vsize=869460 CPUtime=0
/proc/14033/task/14040/stat : 14040 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40555304 890327040 17982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14041] ppid=14032 vsize=869460 CPUtime=0
/proc/14033/task/14041/stat : 14041 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 40555304 890327040 17982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 891556

[startup+12.7012 s]
/proc/loadavg: 1.94 1.97 1.99 3/84 14041
/proc/meminfo: memFree=1722188/2055924 swapFree=4180896/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=2.33
/proc/14019/stat : 14019 (sugar++) S 14017 14019 13982 0 -1 4194304 1297 15675 0 1 6 1 215 11 16 0 1 0 40555061 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 4185 1104 409 3 0 764 0
[pid=14032] ppid=14019 vsize=5356 CPUtime=0
/proc/14032/stat : 14032 (sh) S 14019 14019 13982 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40555299 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14032/statm: 1339 233 193 169 0 50 0
[pid=14033] ppid=14032 vsize=869572 CPUtime=10.18
/proc/14033/stat : 14033 (java) S 14032 14019 13982 0 -1 0 39598 0 1 0 975 43 0 0 18 0 9 0 40555300 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14033/statm: 217393 23356 2565 9 0 211940 0
[pid=14033/tid=14034] ppid=14032 vsize=869572 CPUtime=7.62
/proc/14033/task/14034/stat : 14034 (java) R 14032 14019 13982 0 -1 64 3879 0 1 0 736 26 0 0 25 0 9 0 40555300 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4126578349 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14035] ppid=14032 vsize=869572 CPUtime=2.24
/proc/14033/task/14035/stat : 14035 (java) S 14032 14019 13982 0 -1 64 33493 0 0 0 209 15 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14036] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14036/stat : 14036 (java) S 14032 14019 13982 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14037] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14037/stat : 14037 (java) S 14032 14019 13982 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14038] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14038/stat : 14038 (java) S 14032 14019 13982 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14039] ppid=14032 vsize=869572 CPUtime=0.29
/proc/14033/task/14039/stat : 14039 (java) S 14032 14019 13982 0 -1 64 1528 0 0 0 29 0 0 0 16 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14040] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14040/stat : 14040 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14041] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14041/stat : 14041 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 891668

[startup+25.5027 s]
/proc/loadavg: 1.95 1.97 1.99 3/84 14041
/proc/meminfo: memFree=1545036/2055924 swapFree=4180896/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=2.33
/proc/14019/stat : 14019 (sugar++) S 14017 14019 13982 0 -1 4194304 1297 15675 0 1 6 1 215 11 16 0 1 0 40555061 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 4185 1104 409 3 0 764 0
[pid=14032] ppid=14019 vsize=5356 CPUtime=0
/proc/14032/stat : 14032 (sh) S 14019 14019 13982 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40555299 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14032/statm: 1339 233 193 169 0 50 0
[pid=14033] ppid=14032 vsize=869572 CPUtime=22.79
/proc/14033/stat : 14033 (java) S 14032 14019 13982 0 -1 0 40214 0 1 0 2133 146 0 0 18 0 9 0 40555300 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14033/statm: 217393 23356 2565 9 0 211940 0
[pid=14033/tid=14034] ppid=14032 vsize=869572 CPUtime=19.89
/proc/14033/task/14034/stat : 14034 (java) R 14032 14019 13982 0 -1 64 4495 0 1 0 1865 124 0 0 25 0 9 0 40555300 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4127103114 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14035] ppid=14032 vsize=869572 CPUtime=2.57
/proc/14033/task/14035/stat : 14035 (java) S 14032 14019 13982 0 -1 64 33493 0 0 0 237 20 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14036] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14036/stat : 14036 (java) S 14032 14019 13982 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14037] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14037/stat : 14037 (java) S 14032 14019 13982 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14038] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14038/stat : 14038 (java) S 14032 14019 13982 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14039] ppid=14032 vsize=869572 CPUtime=0.29
/proc/14033/task/14039/stat : 14039 (java) S 14032 14019 13982 0 -1 64 1528 0 0 0 29 0 0 0 16 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14040] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14040/stat : 14040 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14041] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14041/stat : 14041 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 891668

[startup+51.1027 s]
/proc/loadavg: 2.18 2.02 2.01 3/84 14041
/proc/meminfo: memFree=1209420/2055924 swapFree=4180896/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=2.33
/proc/14019/stat : 14019 (sugar++) S 14017 14019 13982 0 -1 4194304 1297 15675 0 1 6 1 215 11 16 0 1 0 40555061 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 4185 1104 409 3 0 764 0
[pid=14032] ppid=14019 vsize=5356 CPUtime=0
/proc/14032/stat : 14032 (sh) S 14019 14019 13982 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40555299 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14032/statm: 1339 233 193 169 0 50 0
[pid=14033] ppid=14032 vsize=869572 CPUtime=47.71
/proc/14033/stat : 14033 (java) S 14032 14019 13982 0 -1 0 41446 0 1 0 4416 355 0 0 18 0 9 0 40555300 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=14033/tid=14039] ppid=14032 vsize=869572 CPUtime=0.29
/proc/14033/task/14039/stat : 14039 (java) S 14032 14019 13982 0 -1 64 1528 0 0 0 29 0 0 0 16 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14040] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14040/stat : 14040 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14041] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14041/stat : 14041 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.91
Current children cumulated vsize (KiB) 891668

[startup+162.303 s]
/proc/loadavg: 2.22 2.08 2.02 3/84 14041
/proc/meminfo: memFree=15628/2055924 swapFree=4181068/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=2.33
/proc/14019/stat : 14019 (sugar++) S 14017 14019 13982 0 -1 4194304 1297 15675 0 1 6 1 215 11 16 0 1 0 40555061 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 4185 1104 409 3 0 764 0
[pid=14032] ppid=14019 vsize=5356 CPUtime=0
/proc/14032/stat : 14032 (sh) S 14019 14019 13982 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40555299 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14032/statm: 1339 233 193 169 0 50 0
[pid=14033] ppid=14032 vsize=869572 CPUtime=155.77
/proc/14033/stat : 14033 (java) S 14032 14019 13982 0 -1 0 46719 0 1 0 14335 1242 0 0 18 0 9 0 40555300 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14033/statm: 217393 23356 2565 9 0 211940 0
[pid=14033/tid=14034] ppid=14032 vsize=869572 CPUtime=149.63
/proc/14033/task/14034/stat : 14034 (java) R 14032 14019 13982 0 -1 64 11000 0 1 0 13789 1174 0 0 25 0 9 0 40555300 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4127103149 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14035] ppid=14032 vsize=869572 CPUtime=5.81
/proc/14033/task/14035/stat : 14035 (java) S 14032 14019 13982 0 -1 64 33493 0 0 0 516 65 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14036] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14036/stat : 14036 (java) S 14032 14019 13982 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14037] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14037/stat : 14037 (java) S 14032 14019 13982 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14038] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14038/stat : 14038 (java) S 14032 14019 13982 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14039] ppid=14032 vsize=869572 CPUtime=0.29
/proc/14033/task/14039/stat : 14039 (java) S 14032 14019 13982 0 -1 64 1528 0 0 0 29 0 0 0 16 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14040] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14040/stat : 14040 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14041] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14041/stat : 14041 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.1
Current children cumulated vsize (KiB) 891668

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

[startup+179.201 s]
/proc/loadavg: 2.39 2.12 2.04 3/84 14041
/proc/meminfo: memFree=15628/2055924 swapFree=4181068/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=2.33
/proc/14019/stat : 14019 (sugar++) S 14017 14019 13982 0 -1 4194304 1297 15675 0 1 6 1 215 11 16 0 1 0 40555061 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 4185 1104 409 3 0 764 0
[pid=14032] ppid=14019 vsize=5356 CPUtime=0
/proc/14032/stat : 14032 (sh) S 14019 14019 13982 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40555299 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14032/statm: 1339 233 193 169 0 50 0
[pid=14033] ppid=14032 vsize=869572 CPUtime=172.22
/proc/14033/stat : 14033 (java) S 14032 14019 13982 0 -1 0 47528 0 1 0 15844 1378 0 0 18 0 9 0 40555300 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14033/statm: 217393 23356 2565 9 0 211940 0
[pid=14033/tid=14034] ppid=14032 vsize=869572 CPUtime=165.69
/proc/14033/task/14034/stat : 14034 (java) R 14032 14019 13982 0 -1 64 11809 0 1 0 15264 1305 0 0 25 0 9 0 40555300 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 102064654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14035] ppid=14032 vsize=869572 CPUtime=6.2
/proc/14033/task/14035/stat : 14035 (java) S 14032 14019 13982 0 -1 64 33493 0 0 0 550 70 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14036] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14036/stat : 14036 (java) S 14032 14019 13982 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14037] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14037/stat : 14037 (java) S 14032 14019 13982 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14038] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14038/stat : 14038 (java) S 14032 14019 13982 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14039] ppid=14032 vsize=869572 CPUtime=0.29
/proc/14033/task/14039/stat : 14039 (java) S 14032 14019 13982 0 -1 64 1528 0 0 0 29 0 0 0 16 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14040] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14040/stat : 14040 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14041] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14041/stat : 14041 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 174.55
Current children cumulated vsize (KiB) 891668

[startup+185.601 s]
/proc/loadavg: 2.41 2.14 2.04 3/84 14041
/proc/meminfo: memFree=15884/2055924 swapFree=4181068/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=2.33
/proc/14019/stat : 14019 (sugar++) S 14017 14019 13982 0 -1 4194304 1297 15675 0 1 6 1 215 11 16 0 1 0 40555061 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 4185 1104 409 3 0 764 0
[pid=14032] ppid=14019 vsize=5356 CPUtime=0
/proc/14032/stat : 14032 (sh) S 14019 14019 13982 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40555299 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14032/statm: 1339 233 193 169 0 50 0
[pid=14033] ppid=14032 vsize=869572 CPUtime=178.44
/proc/14033/stat : 14033 (java) S 14032 14019 13982 0 -1 0 47840 0 1 0 16418 1426 0 0 18 0 9 0 40555300 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14033/statm: 217393 23356 2565 9 0 211940 0
[pid=14033/tid=14034] ppid=14032 vsize=869572 CPUtime=171.78
/proc/14033/task/14034/stat : 14034 (java) R 14032 14019 13982 0 -1 64 12121 0 1 0 15826 1352 0 0 25 0 9 0 40555300 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14035] ppid=14032 vsize=869572 CPUtime=6.34
/proc/14033/task/14035/stat : 14035 (java) R 14032 14019 13982 0 -1 64 33493 0 0 0 562 72 0 0 15 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 102516781 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14036] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14036/stat : 14036 (java) S 14032 14019 13982 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14037] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14037/stat : 14037 (java) S 14032 14019 13982 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14038] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14038/stat : 14038 (java) S 14032 14019 13982 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14039] ppid=14032 vsize=869572 CPUtime=0.29
/proc/14033/task/14039/stat : 14039 (java) S 14032 14019 13982 0 -1 64 1528 0 0 0 29 0 0 0 16 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14040] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14040/stat : 14040 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14041] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14041/stat : 14041 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 180.77
Current children cumulated vsize (KiB) 891668

[startup+188.802 s]
/proc/loadavg: 2.41 2.14 2.04 3/84 14041
/proc/meminfo: memFree=15628/2055924 swapFree=4181068/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=2.33
/proc/14019/stat : 14019 (sugar++) S 14017 14019 13982 0 -1 4194304 1297 15675 0 1 6 1 215 11 16 0 1 0 40555061 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 4185 1104 409 3 0 764 0
[pid=14032] ppid=14019 vsize=5356 CPUtime=0
/proc/14032/stat : 14032 (sh) S 14019 14019 13982 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40555299 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14032/statm: 1339 233 193 169 0 50 0
[pid=14033] ppid=14032 vsize=869572 CPUtime=181.54
/proc/14033/stat : 14033 (java) S 14032 14019 13982 0 -1 0 47995 0 1 0 16698 1456 0 0 18 0 9 0 40555300 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14033/statm: 217393 23356 2565 9 0 211940 0
[pid=14033/tid=14034] ppid=14032 vsize=869572 CPUtime=174.8
/proc/14033/task/14034/stat : 14034 (java) R 14032 14019 13982 0 -1 64 12276 0 1 0 16099 1381 0 0 25 0 9 0 40555300 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14035] ppid=14032 vsize=869572 CPUtime=6.41
/proc/14033/task/14035/stat : 14035 (java) S 14032 14019 13982 0 -1 64 33493 0 0 0 569 72 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14036] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14036/stat : 14036 (java) S 14032 14019 13982 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14037] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14037/stat : 14037 (java) S 14032 14019 13982 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40555302 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14038] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14038/stat : 14038 (java) S 14032 14019 13982 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14039] ppid=14032 vsize=869572 CPUtime=0.29
/proc/14033/task/14039/stat : 14039 (java) S 14032 14019 13982 0 -1 64 1528 0 0 0 29 0 0 0 16 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14040] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14040/stat : 14040 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14041] ppid=14032 vsize=869572 CPUtime=0
/proc/14033/task/14041/stat : 14041 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 40555304 890441728 23356 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 183.87
Current children cumulated vsize (KiB) 891668

[startup+192.002 s]
/proc/loadavg: 2.46 2.15 2.05 2/74 14041
/proc/meminfo: memFree=1910428/2055924 swapFree=4181068/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=186.24
/proc/14019/stat : 14019 (sugar++) D 14017 14019 13982 0 -1 4194304 1320 64046 0 2 6 82 17055 1481 15 0 1 0 40555061 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14019/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 186.24
Current children cumulated vsize (KiB) 16740

[startup+192.802 s]
/proc/loadavg: 2.46 2.15 2.05 3/74 14041
/proc/meminfo: memFree=1950556/2055924 swapFree=4181068/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=186.37
/proc/14019/stat : 14019 (sugar++) D 14017 14019 13982 0 -1 4194304 1320 64046 0 2 6 95 17055 1481 15 0 1 0 40555061 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14019/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 186.37
Current children cumulated vsize (KiB) 16740

[startup+193.202 s]
/proc/loadavg: 2.46 2.15 2.05 3/74 14041
/proc/meminfo: memFree=1950556/2055924 swapFree=4181068/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=186.39
/proc/14019/stat : 14019 (sugar++) D 14017 14019 13982 0 -1 4194304 1320 64046 0 2 6 97 17055 1481 15 0 1 0 40555061 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14019/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 186.39
Current children cumulated vsize (KiB) 16740

[startup+193.402 s]
/proc/loadavg: 2.46 2.15 2.05 3/74 14041
/proc/meminfo: memFree=1950556/2055924 swapFree=4181068/4192956
[pid=14019] ppid=14017 vsize=16740 CPUtime=186.39
/proc/14019/stat : 14019 (sugar++) D 14017 14019 13982 0 -1 4194304 1320 64046 0 2 6 97 17055 1481 15 0 1 0 40555061 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14019/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 186.39
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 193.477
CPU time (s): 186.412
CPU user time (s): 170.618
CPU system time (s): 15.7936
CPU usage (%): 96.3481
Max. virtual memory (cumulated for all children) (KiB): 912548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 170.618
system time used= 15.7936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65422
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= 68223
involuntary context switches= 69690

runsolver used 0.237963 second user time and 0.684895 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-12 06:55:18
IDJOB=1110869
IDBENCH=61164
IDSOLVER=367
FILE ID=node6/1110869-1215838518
PBS_JOBID= 7903412
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-ooo-rf8-ucl.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110869-1215838518/watcher-1110869-1215838518 -o /tmp/evaluation-result-1110869-1215838518/solver-1110869-1215838518 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1110869-1215838518.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 41b74cc5aa456e6c13c9dfd902110310
RANDOM SEED=794230008

node6.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.232
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.232
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:      2055924 kB
MemFree:       1844164 kB
Buffers:         42440 kB
Cached:          99336 kB
SwapCached:       5784 kB
Active:         101212 kB
Inactive:        67700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1844164 kB
SwapTotal:     4192956 kB
SwapFree:      4180896 kB
Dirty:            4504 kB
Writeback:           0 kB
Mapped:          34004 kB
Slab:            28080 kB
Committed_AS:   179792 kB
PageTables:       1904 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= 66476 MiB
End job on node6 at 2008-07-12 06:58:32