Trace number 2083281

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? 640.519 658.004

General information on the benchmark

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

Solver Data

0.03/0.58	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.59	c 0	BEGIN Sun Jul 12 07:38:45 2009
0.03/0.59	c 0	PID 23189
0.07/0.60	c 0	HOST node71.alineos.net
0.07/0.60	c 0	CONVERTING HOME/instance-2083281-1247377124.xml TO HOME/temp.csp
0.07/0.60	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083281-1247377124.xml' 'HOME/temp.csp'
1.47/2.26	c 1	4 domains, 2750 variables, 8 predicates, 0 relations, 23154 constraints
1.47/2.28	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.47/2.28	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.55/2.37	c 1	Parsing HOME/temp.csp
1.55/2.54	c 2	parsed 10000 expressions
1.55/2.70	c 2	parsed 20000 expressions
1.55/2.83	c 2	parsed 25916 expressions
1.55/2.84	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.55/2.84	c 2	Converting to clausal form CSP
1.55/2.91	c 2	converted 2592 (10%) expressions
7.68/8.53	c 8	converted 5184 (20%) expressions
12.92/13.84	c 13	converted 7775 (30%) expressions
17.96/18.90	c 18	converted 10367 (40%) expressions
22.85/23.85	c 23	converted 12958 (50%) expressions
27.24/28.29	c 27	converted 15550 (60%) expressions
31.64/32.66	c 32	converted 18142 (70%) expressions
36.24/37.28	c 36	converted 20733 (80%) expressions
40.24/41.29	c 40	converted 23325 (90%) expressions
43.73/44.79	c 44	converted 25916 (100%) expressions
43.73/44.80	c 44	CSP : 9858 integers, 62852 booleans, 151849 clauses, largest domain size 4001
43.73/44.80	c 44	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
43.83/44.80	c 44	Propagation in CSP
49.14/50.17	c 49	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
49.14/50.18	c 49	CSP : 9858 integers, 62852 booleans, 151849 clauses, largest domain size 4001
49.14/50.18	c 49	Heap : 85 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
49.23/50.22	c 49	Simplifing CSP by introducing new Boolean variables
49.63/50.61	c 50	CSP : 9858 integers, 122600 booleans, 211597 clauses, largest domain size 4001
49.63/50.61	c 50	Heap : 101 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
50.23/51.23	c 50	Encoding CSP to SAT : HOME/temp.cnf
63.51/64.58	c 64	986 (10%) CSP integer variables are encoded (478451 clauses, 7911978 bytes)
76.91/77.97	c 77	1972 (20%) CSP integer variables are encoded (956902 clauses, 16045645 bytes)
88.49/89.54	c 89	2958 (30%) CSP integer variables are encoded (2161293 clauses, 38846989 bytes)
92.96/94.19	c 93	3944 (40%) CSP integer variables are encoded (6032255 clauses, 112395267 bytes)
97.63/98.86	c 98	4929 (50%) CSP integer variables are encoded (9908138 clauses, 186037044 bytes)
102.45/103.78	c 103	5915 (60%) CSP integer variables are encoded (13800832 clauses, 267609799 bytes)
107.35/108.77	c 108	6901 (70%) CSP integer variables are encoded (17707030 clauses, 349639957 bytes)
112.57/114.32	c 113	7887 (80%) CSP integer variables are encoded (21575396 clauses, 430875643 bytes)
117.80/119.95	c 119	8873 (90%) CSP integer variables are encoded (25463834 clauses, 512532841 bytes)
123.06/125.37	c 124	9858 (100%) CSP integer variables are encoded (29348921 clauses, 594119668 bytes)
174.40/177.73	c 177	21160 (10%) CSP clauses are encoded (39316436 clauses, 866086907 bytes)
224.53/228.51	c 228	42320 (20%) CSP clauses are encoded (49576119 clauses, 1147938876 bytes)
274.04/279.19	c 278	63480 (30%) CSP clauses are encoded (59845051 clauses, 1436657527 bytes)
324.41/330.53	c 330	84639 (40%) CSP clauses are encoded (70409945 clauses, 1743893796 bytes)
374.31/381.50	c 381	105799 (50%) CSP clauses are encoded (81119190 clauses, 2056984636 bytes)
424.07/432.18	c 431	126959 (60%) CSP clauses are encoded (91698965 clauses, 2367033938 bytes)
473.60/482.65	c 482	148118 (70%) CSP clauses are encoded (102200182 clauses, 2675111514 bytes)
564.03/578.53	c 578	169278 (80%) CSP clauses are encoded (113410471 clauses, 3003918766 bytes)
639.52/654.36	c 653	ERROR Exception Too large HOME/temp.cnf
639.52/654.36	c 653	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
639.52/654.36	c 653	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
639.52/654.36	c 653	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
639.52/654.36	s UNKNOWN
639.58/654.43	c 653	CPU 639.61 (0.06 0.02 533.72 105.81)
639.58/654.43	c 653	END Sun Jul 12 07:49:38 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083281-1247377124/watcher-2083281-1247377124 -o /tmp/evaluation-result-2083281-1247377124/solver-2083281-1247377124 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083281-1247377124.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.50 2.30 4/74 23189
/proc/meminfo: memFree=1414952/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=18576 CPUtime=0
/proc/23189/stat : 23189 (runsolver) R 23187 23189 17098 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 24774977 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23189/statm: 4644 284 249 26 0 2626 0

[startup+0.040204 s]
/proc/loadavg: 2.14 2.50 2.30 4/74 23189
/proc/meminfo: memFree=1414952/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=24 CPUtime=0
/proc/23189/stat : 23189 (sugar) D 23187 23189 17098 0 -1 4194304 15 0 0 0 0 0 0 0 20 0 1 0 24774977 24576 1 996147200 0 0 548682069409 18446744073709551615 231962373415 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/23189/statm: 6 1 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24

[startup+0.10221 s]
/proc/loadavg: 2.14 2.50 2.30 4/74 23189
/proc/meminfo: memFree=1414952/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=2504 CPUtime=0
/proc/23189/stat : 23189 (sugar) D 23187 23189 17098 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 24774977 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 231959757520 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/23189/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.301237 s]
/proc/loadavg: 2.14 2.50 2.30 4/74 23189
/proc/meminfo: memFree=1414952/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=7504 CPUtime=0
/proc/23189/stat : 23189 (sugar) D 23187 23189 17098 0 -1 4194304 61 0 2 0 0 0 0 0 18 0 1 0 24774977 7684096 48 996147200 4194304 4206940 548682068608 18446744073709551615 231959757520 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/23189/statm: 1876 48 36 3 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.701306 s]
/proc/loadavg: 2.14 2.50 2.30 4/74 23189
/proc/meminfo: memFree=1414952/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=0.07
/proc/23189/stat : 23189 (sugar) S 23187 23189 17098 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 24774977 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23189/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50141 s]
/proc/loadavg: 2.14 2.50 2.30 4/85 23201
/proc/meminfo: memFree=1396432/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=0.07
/proc/23189/stat : 23189 (sugar) S 23187 23189 17098 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 24774977 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23189/statm: 4217 1111 409 3 0 796 0
[pid=23192] ppid=23189 vsize=5356 CPUtime=0
/proc/23192/stat : 23192 (sh) S 23189 23189 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24775037 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23192/statm: 1339 233 193 169 0 50 0
[pid=23193] ppid=23192 vsize=865640 CPUtime=0.7
/proc/23193/stat : 23193 (java) S 23192 23189 17098 0 -1 0 9792 0 49 0 61 9 0 0 18 0 9 0 24775038 886415360 8351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23193/statm: 216410 8351 2557 9 0 210922 0
[pid=23193/tid=23194] ppid=23192 vsize=865640 CPUtime=0.37
/proc/23193/task/23194/stat : 23194 (java) R 23192 23189 17098 0 -1 64 2826 0 27 0 32 5 0 0 22 0 9 0 24775047 886415360 8351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23193/tid=23195] ppid=23192 vsize=865640 CPUtime=0.2
/proc/23193/task/23195/stat : 23195 (java) S 23192 23189 17098 0 -1 64 5784 0 0 0 19 1 0 0 16 0 9 0 24775055 886415360 8351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23193/tid=23196] ppid=23192 vsize=865640 CPUtime=0
/proc/23193/task/23196/stat : 23196 (java) S 23192 23189 17098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24775055 886415360 8351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23193/tid=23197] ppid=23192 vsize=865640 CPUtime=0
/proc/23193/task/23197/stat : 23197 (java) S 23192 23189 17098 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24775055 886415360 8351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23193/tid=23198] ppid=23192 vsize=865640 CPUtime=0
/proc/23193/task/23198/stat : 23198 (java) S 23192 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 24775058 886415360 8351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23193/tid=23199] ppid=23192 vsize=865640 CPUtime=0.08
/proc/23193/task/23199/stat : 23199 (java) S 23192 23189 17098 0 -1 64 499 0 0 0 8 0 0 0 16 0 9 0 24775058 886415360 8351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23193/tid=23200] ppid=23192 vsize=865640 CPUtime=0
/proc/23193/task/23200/stat : 23200 (java) S 23192 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 24775058 886415360 8351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23193/tid=23201] ppid=23192 vsize=865640 CPUtime=0
/proc/23193/task/23201/stat : 23201 (java) S 23192 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775058 886415360 8351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 887864

[startup+3.10163 s]
/proc/loadavg: 2.14 2.50 2.30 4/85 23201
/proc/meminfo: memFree=1361744/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=1.55
/proc/23189/stat : 23189 (sugar) S 23187 23189 17098 0 -1 4194304 1303 14906 6 49 5 2 135 13 15 0 1 0 24774977 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23189/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30206 s]
/proc/loadavg: 2.13 2.49 2.30 3/85 23211
/proc/meminfo: memFree=1373904/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=1.55
/proc/23189/stat : 23189 (sugar) S 23187 23189 17098 0 -1 4194304 1303 14906 6 49 5 2 135 13 15 0 1 0 24774977 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23189/statm: 4217 1111 409 3 0 796 0
[pid=23202] ppid=23189 vsize=5356 CPUtime=0
/proc/23202/stat : 23202 (sh) S 23189 23189 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775206 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23202/statm: 1339 233 193 169 0 50 0
[pid=23203] ppid=23202 vsize=868620 CPUtime=3.95
/proc/23203/stat : 23203 (java) S 23202 23189 17098 0 -1 0 10600 0 5 0 386 9 0 0 19 0 9 0 24775206 889466880 9366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23203/statm: 217155 9366 2567 9 0 211660 0
[pid=23203/tid=23204] ppid=23202 vsize=868620 CPUtime=3.24
/proc/23203/task/23204/stat : 23204 (java) R 23202 23189 17098 0 -1 64 2966 0 5 0 321 3 0 0 25 0 9 0 24775207 889466880 9366 996147200 134512640 134550932 4294955936 18446744073709551615 4126565891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23205] ppid=23202 vsize=868620 CPUtime=0.49
/proc/23203/task/23205/stat : 23205 (java) S 23202 23189 17098 0 -1 64 5445 0 0 0 45 4 0 0 16 0 9 0 24775208 889466880 9366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23206] ppid=23202 vsize=868620 CPUtime=0
/proc/23203/task/23206/stat : 23206 (java) S 23202 23189 17098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24775208 889466880 9366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23207] ppid=23202 vsize=868620 CPUtime=0
/proc/23203/task/23207/stat : 23207 (java) S 23202 23189 17098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24775208 889466880 9366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23208] ppid=23202 vsize=868620 CPUtime=0
/proc/23203/task/23208/stat : 23208 (java) S 23202 23189 17098 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24775210 889466880 9366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23209] ppid=23202 vsize=868620 CPUtime=0.19
/proc/23203/task/23209/stat : 23209 (java) S 23202 23189 17098 0 -1 64 1486 0 0 0 19 0 0 0 15 0 9 0 24775210 889466880 9366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23210] ppid=23202 vsize=868620 CPUtime=0
/proc/23203/task/23210/stat : 23210 (java) S 23202 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24775210 889466880 9366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23211] ppid=23202 vsize=868620 CPUtime=0
/proc/23203/task/23211/stat : 23211 (java) R 23202 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775210 889466880 9366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 890844

[startup+12.7029 s]
/proc/loadavg: 2.12 2.49 2.30 3/85 23211
/proc/meminfo: memFree=1362960/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=1.55
/proc/23189/stat : 23189 (sugar) S 23187 23189 17098 0 -1 4194304 1303 14906 6 49 5 2 135 13 16 0 1 0 24774977 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23189/statm: 4217 1111 409 3 0 796 0
[pid=23202] ppid=23189 vsize=5356 CPUtime=0
/proc/23202/stat : 23202 (sh) S 23189 23189 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775206 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23202/statm: 1339 233 193 169 0 50 0
[pid=23203] ppid=23202 vsize=868620 CPUtime=10.28
/proc/23203/stat : 23203 (java) S 23202 23189 17098 0 -1 0 14584 0 5 0 1013 15 0 0 19 0 9 0 24775206 889466880 11979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23203/statm: 217155 11979 2568 9 0 211660 0
[pid=23203/tid=23204] ppid=23202 vsize=868620 CPUtime=8.87
/proc/23203/task/23204/stat : 23204 (java) R 23202 23189 17098 0 -1 64 3555 0 5 0 883 4 0 0 25 0 9 0 24775207 889466880 11979 996147200 134512640 134550932 4294955936 18446744073709551615 4126408621 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23205] ppid=23202 vsize=868620 CPUtime=1.18
/proc/23203/task/23205/stat : 23205 (java) S 23202 23189 17098 0 -1 64 8832 0 0 0 108 10 0 0 16 0 9 0 24775208 889466880 11979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23206] ppid=23202 vsize=868620 CPUtime=0
/proc/23203/task/23206/stat : 23206 (java) S 23202 23189 17098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24775208 889466880 11979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23207] ppid=23202 vsize=868620 CPUtime=0
/proc/23203/task/23207/stat : 23207 (java) S 23202 23189 17098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24775208 889466880 11979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23208] ppid=23202 vsize=868620 CPUtime=0
/proc/23203/task/23208/stat : 23208 (java) S 23202 23189 17098 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24775210 889466880 11979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23209] ppid=23202 vsize=868620 CPUtime=0.2
/proc/23203/task/23209/stat : 23209 (java) S 23202 23189 17098 0 -1 64 1494 0 0 0 20 0 0 0 17 0 9 0 24775210 889466880 11979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23210] ppid=23202 vsize=868620 CPUtime=0
/proc/23203/task/23210/stat : 23210 (java) S 23202 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24775210 889466880 11979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23211] ppid=23202 vsize=868620 CPUtime=0
/proc/23203/task/23211/stat : 23211 (java) S 23202 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775210 889466880 11979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 890844

[startup+25.5027 s]
/proc/loadavg: 2.09 2.46 2.29 3/85 23211
/proc/meminfo: memFree=1339216/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=1.56
/proc/23189/stat : 23189 (sugar) S 23187 23189 17098 0 -1 4194304 1303 14906 6 49 6 2 135 13 16 0 1 0 24774977 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23189/statm: 4217 1111 409 3 0 796 0
[pid=23202] ppid=23189 vsize=5356 CPUtime=0
/proc/23202/stat : 23202 (sh) S 23189 23189 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775206 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23202/statm: 1339 233 193 169 0 50 0
[pid=23203] ppid=23202 vsize=868620 CPUtime=22.99
/proc/23203/stat : 23203 (java) S 23202 23189 17098 0 -1 0 22239 0 5 0 2274 25 0 0 19 0 9 0 24775206 889466880 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23203/statm: 217155 17872 2568 9 0 211660 0
[pid=23203/tid=23204] ppid=23202 vsize=868620 CPUtime=20.42
/proc/23203/task/23204/stat : 23204 (java) R 23202 23189 17098 0 -1 64 4290 0 5 0 2036 6 0 0 25 0 9 0 24775207 889466880 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4126506992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23203/tid=23205] ppid=23202 vsize=868620 CPUtime=2.33
/proc/23203/task/23205/stat : 23205 (java) S 23202 23189 17098 0 -1 64 15751 0 0 0 216 17 0 0 16 0 9 0 24775208 889466880 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23203/tid=23206] ppid=23202 vsize=868620 CPUtime=0
/proc/23203/task/23206/stat : 23206 (java) S 23202 23189 17098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24775208 889466880 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23207] ppid=23202 vsize=868620 CPUtime=0
/proc/23203/task/23207/stat : 23207 (java) S 23202 23189 17098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24775208 889466880 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23208] ppid=23202 vsize=868620 CPUtime=0
/proc/23203/task/23208/stat : 23208 (java) S 23202 23189 17098 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24775210 889466880 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23209] ppid=23202 vsize=868620 CPUtime=0.2
/proc/23203/task/23209/stat : 23209 (java) S 23202 23189 17098 0 -1 64 1495 0 0 0 20 0 0 0 15 0 9 0 24775210 889466880 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23210] ppid=23202 vsize=868620 CPUtime=0
/proc/23203/task/23210/stat : 23210 (java) S 23202 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24775210 889466880 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23211] ppid=23202 vsize=868620 CPUtime=0
/proc/23203/task/23211/stat : 23211 (java) S 23202 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775210 889466880 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 890844

[startup+51.1021 s]
/proc/loadavg: 2.12 2.44 2.29 4/85 23211
/proc/meminfo: memFree=1284944/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=1.56
/proc/23189/stat : 23189 (sugar) S 23187 23189 17098 0 -1 4194304 1304 14906 6 49 6 2 135 13 16 0 1 0 24774977 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23189/statm: 4217 1111 409 3 0 796 0
[pid=23202] ppid=23189 vsize=5356 CPUtime=0
/proc/23202/stat : 23202 (sh) S 23189 23189 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775206 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23202/statm: 1339 233 193 169 0 50 0
[pid=23203] ppid=23202 vsize=868620 CPUtime=48.57
/proc/23203/stat : 23203 (java) S 23202 23189 17098 0 -1 0 39851 0 5 0 4815 42 0 0 19 0 9 0 24775206 889466880 33007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+582.303 s]
/proc/loadavg: 2.42 2.54 2.37 3/92 23260
/proc/meminfo: memFree=474704/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=1.56
/proc/23189/stat : 23189 (sugar) S 23187 23189 17098 0 -1 4194304 1304 14906 6 49 6 2 135 13 16 0 1 0 24774977 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23189/statm: 4217 1111 409 3 0 796 0
[pid=23202] ppid=23189 vsize=5356 CPUtime=0
/proc/23202/stat : 23202 (sh) S 23189 23189 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775206 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23202/statm: 1339 233 193 169 0 50 0
[pid=23203] ppid=23202 vsize=868732 CPUtime=566.25
/proc/23203/stat : 23203 (java) S 23202 23189 17098 0 -1 0 46899 0 6 0 50316 6309 0 0 19 0 9 0 24775206 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23203/statm: 217183 33190 2593 9 0 211660 0
[pid=23203/tid=23204] ppid=23202 vsize=868732 CPUtime=556.17
/proc/23203/task/23204/stat : 23204 (java) R 23202 23189 17098 0 -1 64 12284 0 6 0 49393 6224 0 0 25 0 9 0 24775207 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23205] ppid=23202 vsize=868732 CPUtime=9.76
/proc/23203/task/23205/stat : 23205 (java) S 23202 23189 17098 0 -1 64 32368 0 0 0 893 83 0 0 16 0 9 0 24775208 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23206] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23206/stat : 23206 (java) S 23202 23189 17098 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24775208 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23203/tid=23207] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23207/stat : 23207 (java) S 23202 23189 17098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24775208 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23203/tid=23208] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23208/stat : 23208 (java) S 23202 23189 17098 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23209] ppid=23202 vsize=868732 CPUtime=0.29
/proc/23203/task/23209/stat : 23209 (java) S 23202 23189 17098 0 -1 64 1544 0 0 0 29 0 0 0 16 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23210] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23210/stat : 23210 (java) S 23202 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23211] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23211/stat : 23211 (java) S 23202 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 567.81
Current children cumulated vsize (KiB) 890956

[startup+642.302 s]
/proc/loadavg: 2.31 2.47 2.36 3/93 23261
/proc/meminfo: memFree=217032/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=1.56
/proc/23189/stat : 23189 (sugar) S 23187 23189 17098 0 -1 4194304 1304 14906 6 49 6 2 135 13 16 0 1 0 24774977 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23189/statm: 4217 1111 409 3 0 796 0
[pid=23202] ppid=23189 vsize=5356 CPUtime=0
/proc/23202/stat : 23202 (sh) S 23189 23189 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775206 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23202/statm: 1339 233 193 169 0 50 0
[pid=23203] ppid=23202 vsize=868732 CPUtime=626.01
/proc/23203/stat : 23203 (java) S 23202 23189 17098 0 -1 0 47281 0 6 0 52746 9855 0 0 19 0 9 0 24775206 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23203/statm: 217183 33190 2593 9 0 211660 0
[pid=23203/tid=23204] ppid=23202 vsize=868732 CPUtime=615.69
/proc/23203/task/23204/stat : 23204 (java) R 23202 23189 17098 0 -1 64 12666 0 6 0 51802 9767 0 0 25 0 9 0 24775207 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23205] ppid=23202 vsize=868732 CPUtime=10
/proc/23203/task/23205/stat : 23205 (java) S 23202 23189 17098 0 -1 64 32368 0 0 0 914 86 0 0 16 0 9 0 24775208 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23206] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23206/stat : 23206 (java) S 23202 23189 17098 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24775208 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23203/tid=23207] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23207/stat : 23207 (java) S 23202 23189 17098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24775208 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23203/tid=23208] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23208/stat : 23208 (java) S 23202 23189 17098 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23209] ppid=23202 vsize=868732 CPUtime=0.29
/proc/23203/task/23209/stat : 23209 (java) S 23202 23189 17098 0 -1 64 1544 0 0 0 29 0 0 0 16 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23210] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23210/stat : 23210 (java) S 23202 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23211] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23211/stat : 23211 (java) S 23202 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 627.57
Current children cumulated vsize (KiB) 890956

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

[startup+646.303 s]
/proc/loadavg: 2.28 2.46 2.36 3/93 23261
/proc/meminfo: memFree=194504/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=1.56
/proc/23189/stat : 23189 (sugar) S 23187 23189 17098 0 -1 4194304 1304 14906 6 49 6 2 135 13 16 0 1 0 24774977 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23189/statm: 4217 1111 409 3 0 796 0
[pid=23202] ppid=23189 vsize=5356 CPUtime=0
/proc/23202/stat : 23202 (sh) S 23189 23189 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775206 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23202/statm: 1339 233 193 169 0 50 0
[pid=23203] ppid=23202 vsize=868732 CPUtime=629.99
/proc/23203/stat : 23203 (java) S 23202 23189 17098 0 -1 0 47306 0 6 0 52904 10095 0 0 19 0 9 0 24775206 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23203/statm: 217183 33190 2593 9 0 211660 0
[pid=23203/tid=23204] ppid=23202 vsize=868732 CPUtime=619.66
/proc/23203/task/23204/stat : 23204 (java) R 23202 23189 17098 0 -1 64 12691 0 6 0 51959 10007 0 0 25 0 9 0 24775207 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23205] ppid=23202 vsize=868732 CPUtime=10.01
/proc/23203/task/23205/stat : 23205 (java) S 23202 23189 17098 0 -1 64 32368 0 0 0 915 86 0 0 16 0 9 0 24775208 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23206] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23206/stat : 23206 (java) S 23202 23189 17098 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24775208 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23203/tid=23207] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23207/stat : 23207 (java) S 23202 23189 17098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24775208 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23203/tid=23208] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23208/stat : 23208 (java) S 23202 23189 17098 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23209] ppid=23202 vsize=868732 CPUtime=0.29
/proc/23203/task/23209/stat : 23209 (java) S 23202 23189 17098 0 -1 64 1544 0 0 0 29 0 0 0 16 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23210] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23210/stat : 23210 (java) S 23202 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23211] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23211/stat : 23211 (java) S 23202 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 631.55
Current children cumulated vsize (KiB) 890956

[startup+652.702 s]
/proc/loadavg: 2.26 2.45 2.35 3/93 23261
/proc/meminfo: memFree=153096/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=1.56
/proc/23189/stat : 23189 (sugar) S 23187 23189 17098 0 -1 4194304 1304 14906 6 49 6 2 135 13 16 0 1 0 24774977 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23189/statm: 4217 1111 409 3 0 796 0
[pid=23202] ppid=23189 vsize=5356 CPUtime=0
/proc/23202/stat : 23202 (sh) S 23189 23189 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775206 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23202/statm: 1339 233 193 169 0 50 0
[pid=23203] ppid=23202 vsize=868732 CPUtime=636.38
/proc/23203/stat : 23203 (java) S 23202 23189 17098 0 -1 0 47347 0 6 0 53166 10472 0 0 19 0 9 0 24775206 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23203/statm: 217183 33190 2593 9 0 211660 0
[pid=23203/tid=23204] ppid=23202 vsize=868732 CPUtime=626
/proc/23203/task/23204/stat : 23204 (java) R 23202 23189 17098 0 -1 64 12732 0 6 0 52217 10383 0 0 25 0 9 0 24775207 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23205] ppid=23202 vsize=868732 CPUtime=10.04
/proc/23203/task/23205/stat : 23205 (java) S 23202 23189 17098 0 -1 64 32368 0 0 0 918 86 0 0 16 0 9 0 24775208 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23206] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23206/stat : 23206 (java) S 23202 23189 17098 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24775208 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23203/tid=23207] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23207/stat : 23207 (java) S 23202 23189 17098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24775208 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23203/tid=23208] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23208/stat : 23208 (java) S 23202 23189 17098 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23209] ppid=23202 vsize=868732 CPUtime=0.29
/proc/23203/task/23209/stat : 23209 (java) S 23202 23189 17098 0 -1 64 1544 0 0 0 29 0 0 0 16 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23210] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23210/stat : 23210 (java) S 23202 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23203/tid=23211] ppid=23202 vsize=868732 CPUtime=0
/proc/23203/task/23211/stat : 23211 (java) S 23202 23189 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775210 889581568 33190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 637.94
Current children cumulated vsize (KiB) 890956

[startup+655.902 s]
/proc/loadavg: 2.24 2.45 2.35 2/83 23261
/proc/meminfo: memFree=1772760/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=640.41
/proc/23189/stat : 23189 (sugar) D 23187 23189 17098 0 -1 4194304 1329 62559 6 55 6 82 53372 10581 18 0 1 0 24774977 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23189/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 640.41
Current children cumulated vsize (KiB) 16868

[startup+656.706 s]
/proc/loadavg: 2.24 2.45 2.35 2/83 23261
/proc/meminfo: memFree=1762968/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=640.45
/proc/23189/stat : 23189 (sugar) D 23187 23189 17098 0 -1 4194304 1329 62559 6 55 6 86 53372 10581 18 0 1 0 24774977 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23189/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 640.45
Current children cumulated vsize (KiB) 16868

[startup+657.501 s]
/proc/loadavg: 2.24 2.45 2.35 2/83 23261
/proc/meminfo: memFree=1762968/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=640.48
/proc/23189/stat : 23189 (sugar) D 23187 23189 17098 0 -1 4194304 1329 62559 6 55 6 89 53372 10581 18 0 1 0 24774977 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23189/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 640.48
Current children cumulated vsize (KiB) 16868

[startup+657.901 s]
/proc/loadavg: 2.24 2.45 2.35 2/83 23261
/proc/meminfo: memFree=1755480/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=640.5
/proc/23189/stat : 23189 (sugar) D 23187 23189 17098 0 -1 4194304 1329 62559 6 55 6 91 53372 10581 18 0 1 0 24774977 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23189/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 640.5
Current children cumulated vsize (KiB) 16868

[startup+658.001 s]
/proc/loadavg: 2.24 2.45 2.35 2/83 23261
/proc/meminfo: memFree=1755480/2055920 swapFree=4192812/4192956
[pid=23189] ppid=23187 vsize=16868 CPUtime=640.5
/proc/23189/stat : 23189 (sugar) D 23187 23189 17098 0 -1 4194304 1329 62559 6 55 6 91 53372 10581 18 0 1 0 24774977 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23189/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 640.5
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 658.004
CPU time (s): 640.519
CPU user time (s): 533.786
CPU system time (s): 106.733
CPU usage (%): 97.3427
Max. virtual memory (cumulated for all children) (KiB): 895976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 533.786
system time used= 106.733
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63949
page faults= 61
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 97545
involuntary context switches= 100875

runsolver used 0.926859 second user time and 2.41963 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 07:38:44
IDJOB=2083281
IDBENCH=57761
IDSOLVER=739
FILE ID=node71/2083281-1247377124
PBS_JOBID= 9507012
Free space on /tmp= 66060 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp39/normalized-fapp39-2750-2.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083281-1247377124/watcher-2083281-1247377124 -o /tmp/evaluation-result-2083281-1247377124/solver-2083281-1247377124 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083281-1247377124.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5b1f6b307ea457c2b0019c1b311c0873
RANDOM SEED=1994684387

node71.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.222
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.222
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:       1415624 kB
Buffers:          3828 kB
Cached:          33300 kB
SwapCached:          0 kB
Active:         585180 kB
Inactive:         6580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1415624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4740 kB
Writeback:           0 kB
Mapped:         565740 kB
Slab:            32508 kB
Committed_AS:   820340 kB
PageTables:       3152 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= 66388 MiB
End job on node71 at 2009-07-12 07:49:42