Trace number 2078936

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+minisatSAT 193.649 195.622

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle09.xml
MD5SUM17e85ca07cd71388f77f756bb7ecb725
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.268959
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints55
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension38
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:00:07 2009
0.00/0.08	c 0	PID 21308
0.00/0.08	c 0	HOST node12.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2078936-1247367607.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078936-1247367607.xml' 'HOME/temp.csp'
0.07/0.63	c 1	1 domains, 35 variables, 6 predicates, 4 relations, 55 constraints
0.07/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.67	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'
0.61/0.75	c 1	Parsing HOME/temp.csp
1.02/1.17	c 1	parsed 101 expressions
1.02/1.18	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.18	c 1	Converting to clausal form CSP
1.02/1.20	c 1	converted 11 (10%) expressions
1.02/1.20	c 1	converted 21 (20%) expressions
1.02/1.20	c 1	converted 31 (30%) expressions
1.02/1.20	c 1	converted 41 (40%) expressions
1.21/1.30	c 1	converted 51 (50%) expressions
1.21/1.32	c 1	converted 61 (60%) expressions
1.41/1.55	c 2	converted 71 (70%) expressions
1.41/1.56	c 2	converted 81 (80%) expressions
2.10/2.20	c 2	converted 91 (90%) expressions
2.30/2.44	c 3	converted 101 (100%) expressions
2.30/2.44	c 3	CSP : 35 integers, 0 booleans, 55 clauses, largest domain size 26
2.30/2.44	c 3	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.30/2.44	c 3	Propagation in CSP
2.30/2.44	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.30/2.44	c 3	CSP : 35 integers, 0 booleans, 55 clauses, largest domain size 26
2.30/2.44	c 3	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.30/2.44	c 3	Simplifing CSP by introducing new Boolean variables
2.30/2.45	c 3	CSP : 35 integers, 254 booleans, 309 clauses, largest domain size 26
2.30/2.45	c 3	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.68	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.50/2.69	c 3	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
2.50/2.69	c 3	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
2.50/2.69	c 3	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
2.50/2.69	c 3	14 (40%) CSP integer variables are encoded (336 clauses, 3552 bytes)
2.50/2.69	c 3	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.50/2.70	c 3	21 (60%) CSP integer variables are encoded (504 clauses, 5400 bytes)
2.50/2.70	c 3	25 (70%) CSP integer variables are encoded (600 clauses, 6456 bytes)
2.50/2.70	c 3	28 (80%) CSP integer variables are encoded (672 clauses, 7248 bytes)
2.59/2.70	c 3	32 (90%) CSP integer variables are encoded (768 clauses, 8304 bytes)
2.59/2.70	c 3	35 (100%) CSP integer variables are encoded (840 clauses, 9096 bytes)
2.69/2.83	c 3	31 (10%) CSP clauses are encoded (8812 clauses, 192225 bytes)
7.84/8.04	c 8	62 (20%) CSP clauses are encoded (84074 clauses, 2904708 bytes)
7.84/8.05	c 8	93 (30%) CSP clauses are encoded (84780 clauses, 2915197 bytes)
7.84/8.05	c 8	124 (40%) CSP clauses are encoded (85461 clauses, 2925909 bytes)
7.84/8.05	c 8	155 (50%) CSP clauses are encoded (86167 clauses, 2937002 bytes)
7.84/8.06	c 8	186 (60%) CSP clauses are encoded (86848 clauses, 2948308 bytes)
192.37/194.35	c 194	217 (70%) CSP clauses are encoded (484557 clauses, 22034151 bytes)
192.37/194.35	c 194	248 (80%) CSP clauses are encoded (485263 clauses, 22045914 bytes)
192.37/194.36	c 194	279 (90%) CSP clauses are encoded (486019 clauses, 22058459 bytes)
192.37/194.36	c 194	309 (100%) CSP clauses are encoded (486724 clauses, 22070178 bytes)
192.37/194.36	c 194	309 CSP clauses encoded
192.37/194.36	c 194	Writing map file : HOME/temp.map
192.37/194.36	c 194	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
192.37/194.36	c 194	SAT : 1129 SAT variables, 486724 SAT clauses, 22070178 bytes
192.37/194.36	c 194	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
192.37/194.40	c 194	SOLVING HOME/temp.cnf
192.37/194.40	c 194	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
192.46/194.40	c 194	This is MiniSat 2.0 beta
192.46/194.40	c 194	WARNING: for repeatability, setting FPU to use double precision
192.46/194.40	c 194	============================[ Problem Statistics ]=============================
192.46/194.40	c 194	|                                                                             |
192.46/194.41	c 194	|  Number of variables:  1129                                                 |
192.46/194.41	c 194	|  Number of clauses:    486724                                               |
192.93/194.97	c 195	|  Parsing time:         0.50         s                                       |
193.03/195.01	c 195	============================[ Search Statistics ]==============================
193.03/195.01	c 195	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
193.03/195.01	c 195	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
193.03/195.01	c 195	===============================================================================
193.03/195.01	c 195	|         0 |    1129   486724  4814900 |   162241        0    nan |  0.000 % |
193.03/195.10	c 195	|       101 |    1129   486724  4814900 |   178465      101      9 |  0.000 % |
193.23/195.28	c 195	|       252 |    1129   486724  4814900 |   196312      252     11 |  0.002 % |
193.43/195.42	c 195	===============================================================================
193.43/195.42	c 195	restarts              : 3
193.43/195.42	c 195	conflicts             : 342            (366 /sec)
193.43/195.42	c 195	decisions             : 1065           (1.13 % random) (1139 /sec)
193.43/195.42	c 195	propagations          : 15103          (16155 /sec)
193.43/195.42	c 195	conflict literals     : 3486           (21.50 % deleted)
193.43/195.42	c 195	Memory used           : 37.41 MB
193.43/195.42	c 195	CPU time              : 0.934857 s
193.43/195.42	c 195	
193.43/195.42	c 195	SATISFIABLE
193.43/195.43	c 195	DECODING HOME/temp.out WITH HOME/temp.map
193.43/195.43	c 195	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
193.48/195.51	c 196	Decoding HOME/temp.out
193.48/195.54	s SATISFIABLE
193.48/195.54	v 18 14 19 18 24 17 0 7 17 20 25 11 14 8 12 0 24 4 20 17 18 8 21 6 19 18 5 4 8 17 0 19 4 20 19
193.48/195.55	c 196	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
193.48/195.61	c 196	CPU 193.6 (0.05 0.02 192.93 0.6)
193.48/195.61	c 196	END Sun Jul 12 05:03:23 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078936-1247367607/watcher-2078936-1247367607 -o /tmp/evaluation-result-2078936-1247367607/solver-2078936-1247367607 -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-2078936-1247367607.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.05 2.01 2.06 4/74 21308
/proc/meminfo: memFree=1304688/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=12000 CPUtime=0
/proc/21308/stat : 21308 (sugar) R 21306 21308 17578 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23827730 12288000 169 996147200 4194304 4206940 548682068608 18446744073709551615 252449977030 0 0 4224 0 0 0 0 17 1 0 0
/proc/21308/statm: 3000 169 130 3 0 100 0

[startup+0.146613 s]
/proc/loadavg: 2.05 2.01 2.06 4/74 21308
/proc/meminfo: memFree=1304688/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=0.07
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 23827730 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202621 s]
/proc/loadavg: 2.05 2.01 2.06 4/74 21308
/proc/meminfo: memFree=1304688/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=0.07
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 23827730 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302628 s]
/proc/loadavg: 2.05 2.01 2.06 4/74 21308
/proc/meminfo: memFree=1304688/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=0.07
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 23827730 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70167 s]
/proc/loadavg: 2.05 2.01 2.06 4/74 21308
/proc/meminfo: memFree=1304688/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=0.61
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1292 8177 0 1 5 2 48 6 16 0 1 0 23827730 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50175 s]
/proc/loadavg: 2.05 2.01 2.06 3/85 21330
/proc/meminfo: memFree=1288920/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=0.61
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1309 8177 0 1 5 2 48 6 16 0 1 0 23827730 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1111 409 3 0 796 0
[pid=21321] ppid=21308 vsize=5356 CPUtime=0
/proc/21321/stat : 21321 (sh) S 21308 21308 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21321/statm: 1339 233 193 169 0 50 0
[pid=21322] ppid=21321 vsize=864764 CPUtime=0.8
/proc/21322/stat : 21322 (java) S 21321 21308 17578 0 -1 0 8934 0 1 0 75 5 0 0 18 0 9 0 23827797 885518336 7793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21322/statm: 216191 7793 2566 9 0 210696 0
[pid=21322/tid=21323] ppid=21321 vsize=864764 CPUtime=0.43
/proc/21322/task/21323/stat : 21323 (java) R 21321 21308 17578 0 -1 64 2585 0 1 0 42 1 0 0 23 0 9 0 23827798 885518336 7793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21324] ppid=21321 vsize=864764 CPUtime=0.3
/proc/21322/task/21324/stat : 21324 (java) R 21321 21308 17578 0 -1 64 5335 0 0 0 27 3 0 0 16 0 9 0 23827799 885518336 7793 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21325] ppid=21321 vsize=864764 CPUtime=0
/proc/21322/task/21325/stat : 21325 (java) S 21321 21308 17578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827800 885518336 7793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21326] ppid=21321 vsize=864764 CPUtime=0
/proc/21322/task/21326/stat : 21326 (java) S 21321 21308 17578 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23827800 885518336 7793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21327] ppid=21321 vsize=864764 CPUtime=0
/proc/21322/task/21327/stat : 21327 (java) S 21321 21308 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23827802 885518336 7793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21328] ppid=21321 vsize=864764 CPUtime=0.04
/proc/21322/task/21328/stat : 21328 (java) S 21321 21308 17578 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23827802 885518336 7793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21329] ppid=21321 vsize=864764 CPUtime=0
/proc/21322/task/21329/stat : 21329 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23827802 885518336 7793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21330] ppid=21321 vsize=864764 CPUtime=0
/proc/21322/task/21330/stat : 21330 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23827802 885518336 7793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886988

[startup+3.1019 s]
/proc/loadavg: 2.05 2.01 2.06 3/85 21330
/proc/meminfo: memFree=1263576/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=0.61
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1310 8177 0 1 5 2 48 6 15 0 1 0 23827730 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1111 409 3 0 796 0
[pid=21321] ppid=21308 vsize=5356 CPUtime=0
/proc/21321/stat : 21321 (sh) S 21308 21308 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21321/statm: 1339 233 193 169 0 50 0
[pid=21322] ppid=21321 vsize=864372 CPUtime=2.38
/proc/21322/stat : 21322 (java) S 21321 21308 17578 0 -1 0 15332 0 1 0 228 10 0 0 18 0 9 0 23827797 885116928 13586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21322/statm: 216093 13586 2590 9 0 210570 0
[pid=21322/tid=21323] ppid=21321 vsize=864372 CPUtime=1.24
/proc/21322/task/21323/stat : 21323 (java) R 21321 21308 17578 0 -1 64 2954 0 1 0 122 2 0 0 25 0 9 0 23827798 885116928 13586 996147200 134512640 134550932 4294955936 18446744073709551615 4126593256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21324] ppid=21321 vsize=864372 CPUtime=1.03
/proc/21322/task/21324/stat : 21324 (java) S 21321 21308 17578 0 -1 64 11338 0 0 0 96 7 0 0 16 0 9 0 23827799 885116928 13586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21325] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21325/stat : 21325 (java) S 21321 21308 17578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827800 885116928 13586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21326] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21326/stat : 21326 (java) S 21321 21308 17578 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23827800 885116928 13586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21327] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21327/stat : 21327 (java) S 21321 21308 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23827802 885116928 13586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21328] ppid=21321 vsize=864372 CPUtime=0.09
/proc/21322/task/21328/stat : 21328 (java) S 21321 21308 17578 0 -1 64 337 0 0 0 9 0 0 0 16 0 9 0 23827802 885116928 13586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21329] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21329/stat : 21329 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23827802 885116928 13586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21330] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21330/stat : 21330 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23827802 885116928 13586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886596

[startup+6.30222 s]
/proc/loadavg: 2.05 2.01 2.06 3/85 21330
/proc/meminfo: memFree=1254168/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=0.61
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1310 8177 0 1 5 2 48 6 15 0 1 0 23827730 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1111 409 3 0 796 0
[pid=21321] ppid=21308 vsize=5356 CPUtime=0
/proc/21321/stat : 21321 (sh) S 21308 21308 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21321/statm: 1339 233 193 169 0 50 0
[pid=21322] ppid=21321 vsize=864372 CPUtime=5.56
/proc/21322/stat : 21322 (java) S 21321 21308 17578 0 -1 0 15416 0 1 0 544 12 0 0 18 0 9 0 23827797 885116928 13625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21322/statm: 216093 13625 2590 9 0 210570 0
[pid=21322/tid=21323] ppid=21321 vsize=864372 CPUtime=4.32
/proc/21322/task/21323/stat : 21323 (java) R 21321 21308 17578 0 -1 64 2999 0 1 0 429 3 0 0 25 0 9 0 23827798 885116928 13625 996147200 134512640 134550932 4294955936 18446744073709551615 4126593108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21324] ppid=21321 vsize=864372 CPUtime=1.11
/proc/21322/task/21324/stat : 21324 (java) S 21321 21308 17578 0 -1 64 11376 0 0 0 104 7 0 0 16 0 9 0 23827799 885116928 13625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21325] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21325/stat : 21325 (java) S 21321 21308 17578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827800 885116928 13625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21326] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21326/stat : 21326 (java) S 21321 21308 17578 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23827800 885116928 13625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21327] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21327/stat : 21327 (java) S 21321 21308 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23827802 885116928 13625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21328] ppid=21321 vsize=864372 CPUtime=0.09
/proc/21322/task/21328/stat : 21328 (java) S 21321 21308 17578 0 -1 64 338 0 0 0 9 0 0 0 16 0 9 0 23827802 885116928 13625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21329] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21329/stat : 21329 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23827802 885116928 13625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21330] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21330/stat : 21330 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23827802 885116928 13625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886596

[startup+12.7029 s]
/proc/loadavg: 2.04 2.01 2.06 3/85 21330
/proc/meminfo: memFree=1241944/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=0.61
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1310 8177 0 1 5 2 48 6 16 0 1 0 23827730 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1111 409 3 0 796 0
[pid=21321] ppid=21308 vsize=5356 CPUtime=0
/proc/21321/stat : 21321 (sh) S 21308 21308 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21321/statm: 1339 233 193 169 0 50 0
[pid=21322] ppid=21321 vsize=864372 CPUtime=11.89
/proc/21322/stat : 21322 (java) S 21321 21308 17578 0 -1 0 20764 0 1 0 1172 17 0 0 18 0 9 0 23827797 885116928 16198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21322/statm: 216093 16198 2590 9 0 210570 0
[pid=21322/tid=21323] ppid=21321 vsize=864372 CPUtime=10.26
/proc/21322/task/21323/stat : 21323 (java) R 21321 21308 17578 0 -1 64 3068 0 1 0 1021 5 0 0 25 0 9 0 23827798 885116928 16198 996147200 134512640 134550932 4294955936 18446744073709551615 4126576448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21324] ppid=21321 vsize=864372 CPUtime=1.5
/proc/21322/task/21324/stat : 21324 (java) S 21321 21308 17578 0 -1 64 16651 0 0 0 140 10 0 0 16 0 9 0 23827799 885116928 16198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21325] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21325/stat : 21325 (java) S 21321 21308 17578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827800 885116928 16198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21326] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21326/stat : 21326 (java) S 21321 21308 17578 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23827800 885116928 16198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21327] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21327/stat : 21327 (java) S 21321 21308 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23827802 885116928 16198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21328] ppid=21321 vsize=864372 CPUtime=0.09
/proc/21322/task/21328/stat : 21328 (java) S 21321 21308 17578 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 23827802 885116928 16198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21329] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21329/stat : 21329 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23827802 885116928 16198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21330] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21330/stat : 21330 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23827802 885116928 16198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 886596

[startup+25.5021 s]
/proc/loadavg: 2.03 2.01 2.06 3/85 21330
/proc/meminfo: memFree=1241880/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=0.61
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1310 8177 0 1 5 2 48 6 16 0 1 0 23827730 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1111 409 3 0 796 0
[pid=21321] ppid=21308 vsize=5356 CPUtime=0
/proc/21321/stat : 21321 (sh) S 21308 21308 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21321/statm: 1339 233 193 169 0 50 0
[pid=21322] ppid=21321 vsize=864372 CPUtime=24.56
/proc/21322/stat : 21322 (java) S 21321 21308 17578 0 -1 0 20788 0 1 0 2439 17 0 0 18 0 9 0 23827797 885116928 16204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21322/statm: 216093 16204 2590 9 0 210570 0
[pid=21322/tid=21323] ppid=21321 vsize=864372 CPUtime=22.89
/proc/21322/task/21323/stat : 21323 (java) R 21321 21308 17578 0 -1 64 3086 0 1 0 2284 5 0 0 25 0 9 0 23827798 885116928 16204 996147200 134512640 134550932 4294955936 18446744073709551615 4126576482 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21324] ppid=21321 vsize=864372 CPUtime=1.55
/proc/21322/task/21324/stat : 21324 (java) S 21321 21308 17578 0 -1 64 16657 0 0 0 144 11 0 0 16 0 9 0 23827799 885116928 16204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21325] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21325/stat : 21325 (java) S 21321 21308 17578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827800 885116928 16204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21326] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21326/stat : 21326 (java) S 21321 21308 17578 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23827800 885116928 16204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21327] ppid=21321 vsize=864372 CPUtime=0

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

/proc/21322/task/21326/stat : 21326 (java) S 21321 21308 17578 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23827800 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21327] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21327/stat : 21327 (java) S 21321 21308 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21328] ppid=21321 vsize=864372 CPUtime=0.1
/proc/21322/task/21328/stat : 21328 (java) S 21321 21308 17578 0 -1 64 347 0 0 0 10 0 0 0 16 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21329] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21329/stat : 21329 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21330] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21330/stat : 21330 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 886596

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

[startup+179.202 s]
/proc/loadavg: 2.00 2.00 2.05 3/85 21336
/proc/meminfo: memFree=1223832/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=0.61
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1310 8177 0 1 5 2 48 6 16 0 1 0 23827730 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1111 409 3 0 796 0
[pid=21321] ppid=21308 vsize=5356 CPUtime=0
/proc/21321/stat : 21321 (sh) S 21308 21308 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21321/statm: 1339 233 193 169 0 50 0
[pid=21322] ppid=21321 vsize=864372 CPUtime=176.81
/proc/21322/stat : 21322 (java) S 21321 21308 17578 0 -1 0 28195 0 1 0 17646 35 0 0 18 0 9 0 23827797 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21322/statm: 216093 17469 2590 9 0 210570 0
[pid=21322/tid=21323] ppid=21321 vsize=864372 CPUtime=173.76
/proc/21322/task/21323/stat : 21323 (java) R 21321 21308 17578 0 -1 64 3495 0 1 0 17361 15 0 0 25 0 9 0 23827798 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4126548834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21324] ppid=21321 vsize=864372 CPUtime=2.91
/proc/21322/task/21324/stat : 21324 (java) S 21321 21308 17578 0 -1 64 23650 0 0 0 273 18 0 0 16 0 9 0 23827799 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21325] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21325/stat : 21325 (java) S 21321 21308 17578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827800 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21326] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21326/stat : 21326 (java) S 21321 21308 17578 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23827800 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21327] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21327/stat : 21327 (java) S 21321 21308 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21328] ppid=21321 vsize=864372 CPUtime=0.1
/proc/21322/task/21328/stat : 21328 (java) S 21321 21308 17578 0 -1 64 347 0 0 0 10 0 0 0 16 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21329] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21329/stat : 21329 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21330] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21330/stat : 21330 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 177.42
Current children cumulated vsize (KiB) 886596

[startup+185.602 s]
/proc/loadavg: 2.00 2.00 2.04 3/85 21336
/proc/meminfo: memFree=1223768/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=0.61
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1310 8177 0 1 5 2 48 6 16 0 1 0 23827730 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1111 409 3 0 796 0
[pid=21321] ppid=21308 vsize=5356 CPUtime=0
/proc/21321/stat : 21321 (sh) S 21308 21308 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21321/statm: 1339 233 193 169 0 50 0
[pid=21322] ppid=21321 vsize=864372 CPUtime=183.14
/proc/21322/stat : 21322 (java) S 21321 21308 17578 0 -1 0 28206 0 1 0 18279 35 0 0 18 0 9 0 23827797 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21322/statm: 216093 17469 2590 9 0 210570 0
[pid=21322/tid=21323] ppid=21321 vsize=864372 CPUtime=180.07
/proc/21322/task/21323/stat : 21323 (java) R 21321 21308 17578 0 -1 64 3506 0 1 0 17992 15 0 0 25 0 9 0 23827798 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4126576400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21324] ppid=21321 vsize=864372 CPUtime=2.94
/proc/21322/task/21324/stat : 21324 (java) S 21321 21308 17578 0 -1 64 23650 0 0 0 276 18 0 0 16 0 9 0 23827799 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21325] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21325/stat : 21325 (java) S 21321 21308 17578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827800 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21326] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21326/stat : 21326 (java) S 21321 21308 17578 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23827800 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21327] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21327/stat : 21327 (java) S 21321 21308 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21328] ppid=21321 vsize=864372 CPUtime=0.1
/proc/21322/task/21328/stat : 21328 (java) S 21321 21308 17578 0 -1 64 347 0 0 0 10 0 0 0 16 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21329] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21329/stat : 21329 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21330] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21330/stat : 21330 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 183.75
Current children cumulated vsize (KiB) 886596

[startup+192.002 s]
/proc/loadavg: 2.00 2.00 2.04 3/85 21336
/proc/meminfo: memFree=1223768/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=0.61
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1310 8177 0 1 5 2 48 6 16 0 1 0 23827730 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1111 409 3 0 796 0
[pid=21321] ppid=21308 vsize=5356 CPUtime=0
/proc/21321/stat : 21321 (sh) S 21308 21308 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21321/statm: 1339 233 193 169 0 50 0
[pid=21322] ppid=21321 vsize=864372 CPUtime=189.48
/proc/21322/stat : 21322 (java) S 21321 21308 17578 0 -1 0 28206 0 1 0 18913 35 0 0 18 0 9 0 23827797 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21322/statm: 216093 17469 2590 9 0 210570 0
[pid=21322/tid=21323] ppid=21321 vsize=864372 CPUtime=186.4
/proc/21322/task/21323/stat : 21323 (java) R 21321 21308 17578 0 -1 64 3506 0 1 0 18625 15 0 0 25 0 9 0 23827798 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21324] ppid=21321 vsize=864372 CPUtime=2.94
/proc/21322/task/21324/stat : 21324 (java) S 21321 21308 17578 0 -1 64 23650 0 0 0 276 18 0 0 16 0 9 0 23827799 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21325] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21325/stat : 21325 (java) S 21321 21308 17578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827800 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21326] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21326/stat : 21326 (java) S 21321 21308 17578 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23827800 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21327] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21327/stat : 21327 (java) S 21321 21308 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21328] ppid=21321 vsize=864372 CPUtime=0.1
/proc/21322/task/21328/stat : 21328 (java) S 21321 21308 17578 0 -1 64 347 0 0 0 10 0 0 0 16 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21329] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21329/stat : 21329 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21330] ppid=21321 vsize=864372 CPUtime=0
/proc/21322/task/21330/stat : 21330 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23827802 885116928 17469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 190.09
Current children cumulated vsize (KiB) 886596

[startup+193.603 s]
/proc/loadavg: 2.08 2.02 2.05 4/85 21336
/proc/meminfo: memFree=1216152/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=0.61
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1310 8177 0 1 5 2 48 6 16 0 1 0 23827730 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1111 409 3 0 796 0
[pid=21321] ppid=21308 vsize=5356 CPUtime=0
/proc/21321/stat : 21321 (sh) S 21308 21308 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21321/statm: 1339 233 193 169 0 50 0
[pid=21322] ppid=21321 vsize=871504 CPUtime=191.07
/proc/21322/stat : 21322 (java) S 21321 21308 17578 0 -1 0 31753 0 1 0 19070 37 0 0 18 0 9 0 23827797 892420096 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21322/statm: 217876 19347 2590 9 0 212353 0
[pid=21322/tid=21323] ppid=21321 vsize=871504 CPUtime=187.71
/proc/21322/task/21323/stat : 21323 (java) R 21321 21308 17578 0 -1 64 3507 0 1 0 18756 15 0 0 25 0 9 0 23827798 892420096 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21324] ppid=21321 vsize=871504 CPUtime=3.22
/proc/21322/task/21324/stat : 21324 (java) R 21321 21308 17578 0 -1 64 27196 0 0 0 302 20 0 0 16 0 9 0 23827799 892420096 19347 996147200 134512640 134550932 4294955936 18446744073709551615 102768016 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21325] ppid=21321 vsize=871504 CPUtime=0
/proc/21322/task/21325/stat : 21325 (java) S 21321 21308 17578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23827800 892420096 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21326] ppid=21321 vsize=871504 CPUtime=0
/proc/21322/task/21326/stat : 21326 (java) S 21321 21308 17578 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23827800 892420096 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21327] ppid=21321 vsize=871504 CPUtime=0
/proc/21322/task/21327/stat : 21327 (java) S 21321 21308 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23827802 892420096 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21328] ppid=21321 vsize=871504 CPUtime=0.1
/proc/21322/task/21328/stat : 21328 (java) S 21321 21308 17578 0 -1 64 347 0 0 0 10 0 0 0 16 0 9 0 23827802 892420096 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21329] ppid=21321 vsize=871504 CPUtime=0
/proc/21322/task/21329/stat : 21329 (java) S 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23827802 892420096 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21322/tid=21330] ppid=21321 vsize=871504 CPUtime=0
/proc/21322/task/21330/stat : 21330 (java) R 21321 21308 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23827802 892420096 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.68
Current children cumulated vsize (KiB) 893728

[startup+194.403 s]
/proc/loadavg: 2.08 2.02 2.05 4/85 21336
/proc/meminfo: memFree=1216152/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=192.46
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1347 40404 0 2 5 2 19189 50 16 0 1 0 23827730 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 192.46
Current children cumulated vsize (KiB) 16868

[startup+195.203 s]
/proc/loadavg: 2.08 2.02 2.05 3/77 21338
/proc/meminfo: memFree=1259288/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=192.46
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1374 40404 0 2 5 2 19189 50 15 0 1 0 23827730 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1112 409 3 0 796 0
[pid=21337] ppid=21308 vsize=5356 CPUtime=0
/proc/21337/stat : 21337 (sh) S 21308 21308 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23847170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21337/statm: 1339 232 193 169 0 50 0
[pid=21338] ppid=21337 vsize=37180 CPUtime=0.77
/proc/21338/stat : 21338 (minisat) R 21337 21308 17578 0 -1 4194304 8884 0 0 0 71 6 0 0 25 0 1 0 23847170 38072320 8870 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21338/statm: 9295 8870 75 150 0 9142 0
Current children cumulated CPU time (s) 193.23
Current children cumulated vsize (KiB) 59404

[startup+195.602 s]
/proc/loadavg: 2.08 2.02 2.05 3/77 21338
/proc/meminfo: memFree=1259288/2055920 swapFree=4192956/4192956
[pid=21308] ppid=21306 vsize=16868 CPUtime=193.48
/proc/21308/stat : 21308 (sugar) S 21306 21308 17578 0 -1 4194304 1447 49852 0 2 5 2 19283 58 15 0 1 0 23827730 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21308/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 193.48
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 195.622
CPU time (s): 193.649
CPU user time (s): 192.997
CPU system time (s): 0.6519
CPU usage (%): 98.9913
Max. virtual memory (cumulated for all children) (KiB): 893728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 192.997
system time used= 0.6519
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55124
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11204
involuntary context switches= 14946

runsolver used 0.264959 second user time and 0.646901 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 05:00:07
IDJOB=2078936
IDBENCH=56826
IDSOLVER=739
FILE ID=node12/2078936-1247367607
PBS_JOBID= 9507003
Free space on /tmp= 66212 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle09.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-2078936-1247367607/watcher-2078936-1247367607 -o /tmp/evaluation-result-2078936-1247367607/solver-2078936-1247367607 -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-2078936-1247367607.xml

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

MD5SUM BENCH= 17e85ca07cd71388f77f756bb7ecb725
RANDOM SEED=855241622

node12.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.240
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.240
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:       1305168 kB
Buffers:         81372 kB
Cached:         541576 kB
SwapCached:          0 kB
Active:         204312 kB
Inactive:       465856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1305168 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2028 kB
Writeback:           0 kB
Mapped:          58460 kB
Slab:            65908 kB
Committed_AS:   182388 kB
PageTables:       1852 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= 66208 MiB
End job on node12 at 2009-07-12 05:03:23