Trace number 2063953

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+picosatSAT 1045.62 1051.03

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-4.xml
MD5SUM4cd54922d836889c49a4e7e21135e1e1
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark132.468
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints6186
Maximum constraint arity15
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5307
Global constraints used (with number of constraints)alldifferent(879)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sat Jul 11 19:30:05 2009
0.05/0.08	c 0	PID 12847
0.05/0.08	c 0	HOST node10.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2063953-1247333405.xml TO HOME/temp.csp
0.05/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-2063953-1247333405.xml' 'HOME/temp.csp'
1.06/1.14	c 1	224 domains, 400 variables, 1 predicates, 0 relations, 6186 constraints
1.06/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.19	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.12/1.27	c 1	Parsing HOME/temp.csp
1.12/1.43	c 1	parsed 6811 expressions
1.12/1.44	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.44	c 1	Converting to clausal form CSP
1.12/1.57	c 1	converted 682 (10%) expressions
2.02/2.16	c 2	converted 1363 (20%) expressions
2.41/2.51	c 2	converted 2044 (30%) expressions
2.81/2.95	c 3	converted 2725 (40%) expressions
3.21/3.31	c 3	converted 3406 (50%) expressions
3.70/3.84	c 4	converted 4087 (60%) expressions
4.00/4.19	c 4	converted 4768 (70%) expressions
4.40/4.54	c 4	converted 5449 (80%) expressions
12.94/13.14	c 13	converted 6130 (90%) expressions
51.15/51.54	c 51	converted 6811 (100%) expressions
51.15/51.54	c 51	CSP : 400 integers, 0 booleans, 83530 clauses, largest domain size 35
51.15/51.54	c 51	Heap : 410 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
51.15/51.54	c 51	Propagation in CSP
58.42/58.82	c 59	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
58.42/58.82	c 59	CSP : 400 integers, 0 booleans, 83530 clauses, largest domain size 35
58.42/58.82	c 59	Heap : 417 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
58.51/58.91	c 59	Simplifing CSP by introducing new Boolean variables
59.31/59.71	c 59	CSP : 400 integers, 172863 booleans, 256393 clauses, largest domain size 35
59.31/59.71	c 59	Heap : 448 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
61.89/62.30	c 62	Encoding CSP to SAT : HOME/temp.cnf
61.89/62.38	c 62	40 (10%) CSP integer variables are encoded (963 clauses, 10458 bytes)
61.89/62.39	c 62	80 (20%) CSP integer variables are encoded (1924 clauses, 22951 bytes)
61.89/62.39	c 62	120 (30%) CSP integer variables are encoded (2865 clauses, 35184 bytes)
61.89/62.40	c 62	160 (40%) CSP integer variables are encoded (3797 clauses, 47300 bytes)
62.00/62.40	c 62	200 (50%) CSP integer variables are encoded (4734 clauses, 59481 bytes)
62.00/62.40	c 62	240 (60%) CSP integer variables are encoded (4799 clauses, 60326 bytes)
62.00/62.40	c 62	280 (70%) CSP integer variables are encoded (4853 clauses, 61028 bytes)
62.00/62.40	c 62	320 (80%) CSP integer variables are encoded (4922 clauses, 61925 bytes)
62.00/62.40	c 62	360 (90%) CSP integer variables are encoded (5011 clauses, 63082 bytes)
62.00/62.40	c 62	400 (100%) CSP integer variables are encoded (5062 clauses, 63745 bytes)
63.39/63.83	c 64	25640 (10%) CSP clauses are encoded (295674 clauses, 5535796 bytes)
65.17/65.61	c 65	51279 (20%) CSP clauses are encoded (708257 clauses, 13420405 bytes)
66.85/67.40	c 67	76918 (30%) CSP clauses are encoded (1118393 clauses, 21232257 bytes)
68.63/69.18	c 69	102558 (40%) CSP clauses are encoded (1530381 clauses, 29123684 bytes)
70.41/70.94	c 71	128197 (50%) CSP clauses are encoded (1941531 clauses, 36883469 bytes)
72.11/72.67	c 72	153836 (60%) CSP clauses are encoded (2340794 clauses, 44722856 bytes)
73.89/74.45	c 74	179476 (70%) CSP clauses are encoded (2747383 clauses, 52919902 bytes)
75.68/76.24	c 76	205115 (80%) CSP clauses are encoded (3156572 clauses, 61174931 bytes)
77.37/77.99	c 78	230754 (90%) CSP clauses are encoded (3563996 clauses, 69320812 bytes)
79.15/79.77	c 80	256393 (100%) CSP clauses are encoded (3966661 clauses, 77474420 bytes)
79.15/79.77	c 80	256393 CSP clauses encoded
79.15/79.77	c 80	Writing map file : HOME/temp.map
79.25/79.80	c 80	Heap : 445 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
79.25/79.80	c 80	SAT : 178268 SAT variables, 3966661 SAT clauses, 77474420 bytes
79.25/79.80	c 80	Heap : 445 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
79.25/79.89	c 80	SOLVING HOME/temp.cnf
79.25/79.89	c 80	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1044.99/1050.45	c 1050	DECODING HOME/temp.out WITH HOME/temp.map
1044.99/1050.45	c 1050	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'
1045.05/1050.54	c 1050	Decoding HOME/temp.out
1045.05/1050.95	s SATISFIABLE
1045.05/1050.96	v 16 6 0 13 24 20 21 22 43 9 14 12 17 10 11 19 30 0 30 13 5 21 42 36 44 5 9 26 15 41 28 13 10 27 20 39 10 12 17 23 35 25 41 33 1 34 5 27 37 14 9 33 22 8 17 8 35 18 34 33 22 20 38 33 44 17 25 0 37 42 25 35 21 16 34 17 3 13 24 37 13 25 4 2 13 12 40 30 1 44 25 6 23 44 4 38 14 18 21 1 26 18 44 29 31 34 43 22 42 15 41 14 43 38 17 3 39 36 31 33 28 40 12 19 26 0 32 6 37 42 44 17 41 6 7 3 31 4 15 39 32 23 35 36 32 39 39 29 11 9 16 20 43 7 5 2 38 23 24 19 11 26 22 2 29 44 0 32 4 9 7 27 16 35 3 24 29 21 8 8 35 40 32 39 7 7 29 10 3 31 2 15 1 41 6 27 14 32 26 33 2 5 5 4 8 4 0 6 9 4 8 2 8 6 6 9 0 4 2 6 9 5 4 2 5 7 8 4 9 6 2 0 4 9 2 9 2 9 9 7 2 9 9 7 5 6 8 2 6 6 1 5 7 9 2 0 5 5 5 8 9 1 4 9 6 3 4 8 4 9 6 9 4 8 4 7 7 5 4 2 2 8 6 2 1 6 7 9 0 2 2 7 8 7 7 0 2 9 3 7 8 4 9 2 2 2 3 4 6 2 7 4 8 2 1 6 5 1 4 4 6 4 5 8 9 2 2 4 1 2 4 0 5 8 8 8 8 5 6 8 7 9 8 0 6 6 2 8 5 7 1 8 7 6 2 0 8 2 2 0 1 2 3 4 0 1 9 5 8 6 2 6 9 3 2 6 9 1 3 5 4 2 4 4 1 9 1 1 9 1 9 1 8 0 9 8 9 9 6 2
1045.05/1050.97	c 1051	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1045.05/1050.99	c 1051	CPU 1045.57 (0.06 0.02 1024.93 20.56)
1045.05/1050.99	c 1051	END Sat Jul 11 19:47:36 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-2063953-1247333405/watcher-2063953-1247333405 -o /tmp/evaluation-result-2063953-1247333405/solver-2063953-1247333405 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2063953-1247333405.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.12 1.95 4/72 12847
/proc/meminfo: memFree=1065176/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=18576 CPUtime=0
/proc/12847/stat : 12847 (runsolver) R 12845 12847 12691 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20407523 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12847/statm: 4644 284 249 26 0 2626 0

[startup+0.0690489 s]
/proc/loadavg: 2.05 2.12 1.95 4/72 12847
/proc/meminfo: memFree=1065176/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16212 CPUtime=0.05
/proc/12847/stat : 12847 (sugar) R 12845 12847 12691 0 -1 4194304 976 0 0 0 4 1 0 0 18 0 1 0 20407523 16601088 944 996147200 4194304 4206940 548682068608 18446744073709551615 214937783536 0 0 4224 0 0 0 0 17 1 0 0
/proc/12847/statm: 4053 944 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101059 s]
/proc/loadavg: 2.05 2.12 1.95 4/72 12847
/proc/meminfo: memFree=1065176/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=0.06
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20407523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301096 s]
/proc/loadavg: 2.05 2.12 1.95 4/72 12847
/proc/meminfo: memFree=1065176/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=0.06
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20407523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701185 s]
/proc/loadavg: 2.05 2.12 1.95 4/72 12847
/proc/meminfo: memFree=1065176/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=0.06
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20407523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50136 s]
/proc/loadavg: 2.05 2.12 1.95 4/83 12859
/proc/meminfo: memFree=1045184/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=1.12
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1309 8048 0 1 6 1 99 6 16 0 1 0 20407523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 16868

[startup+3.1027 s]
/proc/loadavg: 2.05 2.12 1.95 4/83 12869
/proc/meminfo: memFree=1043200/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=1.12
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1309 8048 0 1 6 1 99 6 16 0 1 0 20407523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1111 409 3 0 796 0
[pid=12860] ppid=12847 vsize=5356 CPUtime=0
/proc/12860/stat : 12860 (sh) S 12847 12847 12691 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20407642 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12860/statm: 1339 233 193 169 0 50 0
[pid=12861] ppid=12860 vsize=868592 CPUtime=1.89
/proc/12861/stat : 12861 (java) S 12860 12847 12691 0 -1 0 10260 0 1 0 183 6 0 0 18 0 9 0 20407642 889438208 9463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12861/statm: 217148 9463 2566 9 0 211653 0
[pid=12861/tid=12862] ppid=12860 vsize=868592 CPUtime=1.33
/proc/12861/task/12862/stat : 12862 (java) R 12860 12847 12691 0 -1 64 2815 0 1 0 132 1 0 0 25 0 9 0 20407643 889438208 9463 996147200 134512640 134550932 4294955936 18446744073709551615 4126509890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12863] ppid=12860 vsize=868592 CPUtime=0.36
/proc/12861/task/12863/stat : 12863 (java) S 12860 12847 12691 0 -1 64 5267 0 0 0 34 2 0 0 16 0 9 0 20407645 889438208 9463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12864] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12864/stat : 12864 (java) S 12860 12847 12691 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20407645 889438208 9463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12865] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12865/stat : 12865 (java) S 12860 12847 12691 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20407645 889438208 9463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12866] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12866/stat : 12866 (java) S 12860 12847 12691 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20407647 889438208 9463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12867] ppid=12860 vsize=868592 CPUtime=0.17
/proc/12861/task/12867/stat : 12867 (java) S 12860 12847 12691 0 -1 64 1479 0 0 0 16 1 0 0 16 0 9 0 20407647 889438208 9463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12868] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12868/stat : 12868 (java) S 12860 12847 12691 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20407647 889438208 9463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12869] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12869/stat : 12869 (java) S 12860 12847 12691 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20407647 889438208 9463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890816

[startup+6.30239 s]
/proc/loadavg: 2.05 2.12 1.95 3/83 12869
/proc/meminfo: memFree=1013440/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=1.12
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1309 8048 0 1 6 1 99 6 16 0 1 0 20407523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1111 409 3 0 796 0
[pid=12860] ppid=12847 vsize=5356 CPUtime=0
/proc/12860/stat : 12860 (sh) S 12847 12847 12691 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20407642 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12860/statm: 1339 233 193 169 0 50 0
[pid=12861] ppid=12860 vsize=868592 CPUtime=5.07
/proc/12861/stat : 12861 (java) S 12860 12847 12691 0 -1 0 17335 0 1 0 497 10 0 0 18 0 9 0 20407642 889438208 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12861/statm: 217148 16471 2566 9 0 211653 0
[pid=12861/tid=12862] ppid=12860 vsize=868592 CPUtime=3.78
/proc/12861/task/12862/stat : 12862 (java) R 12860 12847 12691 0 -1 64 3285 0 1 0 376 2 0 0 25 0 9 0 20407643 889438208 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4126511607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12863] ppid=12860 vsize=868592 CPUtime=1.08
/proc/12861/task/12863/stat : 12863 (java) S 12860 12847 12691 0 -1 64 11851 0 0 0 103 5 0 0 16 0 9 0 20407645 889438208 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12864] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12864/stat : 12864 (java) S 12860 12847 12691 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20407645 889438208 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12865] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12865/stat : 12865 (java) S 12860 12847 12691 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20407645 889438208 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12866] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12866/stat : 12866 (java) S 12860 12847 12691 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20407647 889438208 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12867] ppid=12860 vsize=868592 CPUtime=0.18
/proc/12861/task/12867/stat : 12867 (java) S 12860 12847 12691 0 -1 64 1500 0 0 0 17 1 0 0 16 0 9 0 20407647 889438208 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12868] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12868/stat : 12868 (java) S 12860 12847 12691 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20407647 889438208 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12869] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12869/stat : 12869 (java) S 12860 12847 12691 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20407647 889438208 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890816

[startup+12.7028 s]
/proc/loadavg: 2.05 2.12 1.95 3/83 12869
/proc/meminfo: memFree=955712/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=1.12
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1309 8048 0 1 6 1 99 6 16 0 1 0 20407523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1111 409 3 0 796 0
[pid=12860] ppid=12847 vsize=5356 CPUtime=0
/proc/12860/stat : 12860 (sh) S 12847 12847 12691 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20407642 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12860/statm: 1339 233 193 169 0 50 0
[pid=12861] ppid=12860 vsize=868592 CPUtime=11.43
/proc/12861/stat : 12861 (java) S 12860 12847 12691 0 -1 0 34569 0 1 0 1124 19 0 0 18 0 9 0 20407642 889438208 30123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12861/statm: 217148 30123 2567 9 0 211653 0
[pid=12861/tid=12862] ppid=12860 vsize=868592 CPUtime=8.95
/proc/12861/task/12862/stat : 12862 (java) R 12860 12847 12691 0 -1 64 3775 0 1 0 893 2 0 0 25 0 9 0 20407643 889438208 30123 996147200 134512640 134550932 4294955936 18446744073709551615 4126509890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12863] ppid=12860 vsize=868592 CPUtime=2.27
/proc/12861/task/12863/stat : 12863 (java) S 12860 12847 12691 0 -1 64 28595 0 0 0 213 14 0 0 16 0 9 0 20407645 889438208 30123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12864] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12864/stat : 12864 (java) S 12860 12847 12691 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20407645 889438208 30123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12865] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12865/stat : 12865 (java) S 12860 12847 12691 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20407645 889438208 30123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12866] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12866/stat : 12866 (java) S 12860 12847 12691 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20407647 889438208 30123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12867] ppid=12860 vsize=868592 CPUtime=0.18
/proc/12861/task/12867/stat : 12867 (java) S 12860 12847 12691 0 -1 64 1500 0 0 0 17 1 0 0 16 0 9 0 20407647 889438208 30123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12868] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12868/stat : 12868 (java) S 12860 12847 12691 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20407647 889438208 30123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12869] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12869/stat : 12869 (java) S 12860 12847 12691 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20407647 889438208 30123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890816

[startup+25.5025 s]
/proc/loadavg: 2.10 2.13 1.96 3/83 12869
/proc/meminfo: memFree=847296/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=1.12
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1309 8048 0 1 6 1 99 6 16 0 1 0 20407523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1111 409 3 0 796 0
[pid=12860] ppid=12847 vsize=5356 CPUtime=0
/proc/12860/stat : 12860 (sh) S 12847 12847 12691 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20407642 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12860/statm: 1339 233 193 169 0 50 0
[pid=12861] ppid=12860 vsize=868592 CPUtime=24.16
/proc/12861/stat : 12861 (java) S 12860 12847 12691 0 -1 0 68032 0 1 0 2380 36 0 0 18 0 9 0 20407642 889438208 55849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12861/statm: 217148 55849 2567 9 0 211653 0
[pid=12861/tid=12862] ppid=12860 vsize=868592 CPUtime=18.16
/proc/12861/task/12862/stat : 12862 (java) R 12860 12847 12691 0 -1 64 5679 0 1 0 1813 3 0 0 25 0 9 0 20407643 889438208 55849 996147200 134512640 134550932 4294955936 18446744073709551615 4126582175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12863] ppid=12860 vsize=868592 CPUtime=5.79
/proc/12861/task/12863/stat : 12863 (java) S 12860 12847 12691 0 -1 64 60154 0 0 0 549 30 0 0 16 0 9 0 20407645 889438208 55849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12864] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12864/stat : 12864 (java) S 12860 12847 12691 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20407645 889438208 55849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12865] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12865/stat : 12865 (java) S 12860 12847 12691 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20407645 889438208 55849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12866] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12866/stat : 12866 (java) S 12860 12847 12691 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20407647 889438208 55849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12867] ppid=12860 vsize=868592 CPUtime=0.18
/proc/12861/task/12867/stat : 12867 (java) S 12860 12847 12691 0 -1 64 1500 0 0 0 17 1 0 0 16 0 9 0 20407647 889438208 55849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12868] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12868/stat : 12868 (java) S 12860 12847 12691 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20407647 889438208 55849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12861/tid=12869] ppid=12860 vsize=868592 CPUtime=0
/proc/12861/task/12869/stat : 12869 (java) S 12860 12847 12691 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20407647 889438208 55849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 890816

[startup+51.113 s]
/proc/loadavg: 2.19 2.15 1.97 4/83 12869
/proc/meminfo: memFree=626496/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=1.12
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1309 8048 0 1 6 1 99 6 16 0 1 0 20407523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1111 409 3 0 796 0
[pid=12860] ppid=12847 vsize=5356 CPUtime=0
/proc/12860/stat : 12860 (sh) S 12847 12847 12691 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20407642 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12860/statm: 1339 233 193 169 0 50 0
[pid=12861] ppid=12860 vsize=868592 CPUtime=49.64
/proc/12861/stat : 12861 (java) S 12860 12847 12691 0 -1 0 128780 0 1 0 4900 64 0 0 18 0 9 0 20407642 889438208 112379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12861/statm: 217148 112379 2567 9 0 211653 0

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

/proc/12870/statm: 1339 232 193 169 0 50 0
[pid=12871] ppid=12870 vsize=163808 CPUtime=738.66
/proc/12871/stat : 12871 (picosat) R 12870 12847 12691 0 -1 4194304 38729 0 0 0 71957 1909 0 0 25 0 1 0 20415514 167739392 38715 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 40952 38715 42 102 0 40847 0
Current children cumulated CPU time (s) 818.01
Current children cumulated vsize (KiB) 186032

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 12871
/proc/meminfo: memFree=829312/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=79.35
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1365 156290 0 2 6 2 7790 137 16 0 1 0 20407523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1113 409 3 0 796 0
[pid=12870] ppid=12847 vsize=5356 CPUtime=0
/proc/12870/stat : 12870 (sh) S 12847 12847 12691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20415513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12870/statm: 1339 232 193 169 0 50 0
[pid=12871] ppid=12870 vsize=164600 CPUtime=798.37
/proc/12871/stat : 12871 (picosat) R 12870 12847 12691 0 -1 4194304 38932 0 0 0 77927 1910 0 0 25 0 1 0 20415514 168550400 38918 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 41150 38918 42 102 0 41045 0
Current children cumulated CPU time (s) 877.72
Current children cumulated vsize (KiB) 186824

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 12871
/proc/meminfo: memFree=828544/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=79.35
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1365 156290 0 2 6 2 7790 137 16 0 1 0 20407523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1113 409 3 0 796 0
[pid=12870] ppid=12847 vsize=5356 CPUtime=0
/proc/12870/stat : 12870 (sh) S 12847 12847 12691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20415513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12870/statm: 1339 232 193 169 0 50 0
[pid=12871] ppid=12870 vsize=165392 CPUtime=858.07
/proc/12871/stat : 12871 (picosat) R 12870 12847 12691 0 -1 4194304 39129 0 0 0 83897 1910 0 0 25 0 1 0 20415514 169361408 39115 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 41348 39115 42 102 0 41243 0
Current children cumulated CPU time (s) 937.42
Current children cumulated vsize (KiB) 187616

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 12871
/proc/meminfo: memFree=827648/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=79.35
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1365 156290 0 2 6 2 7790 137 16 0 1 0 20407523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1113 409 3 0 796 0
[pid=12870] ppid=12847 vsize=5356 CPUtime=0
/proc/12870/stat : 12870 (sh) S 12847 12847 12691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20415513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12870/statm: 1339 232 193 169 0 50 0
[pid=12871] ppid=12870 vsize=166316 CPUtime=917.77
/proc/12871/stat : 12871 (picosat) R 12870 12847 12691 0 -1 4194304 39356 0 0 0 89866 1911 0 0 25 0 1 0 20415514 170307584 39342 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 41579 39342 42 102 0 41474 0
Current children cumulated CPU time (s) 997.12
Current children cumulated vsize (KiB) 188540

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

[startup+1023.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 12871
/proc/meminfo: memFree=827392/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=79.35
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1365 156290 0 2 6 2 7790 137 16 0 1 0 20407523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1113 409 3 0 796 0
[pid=12870] ppid=12847 vsize=5356 CPUtime=0
/proc/12870/stat : 12870 (sh) S 12847 12847 12691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20415513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12870/statm: 1339 232 193 169 0 50 0
[pid=12871] ppid=12870 vsize=166580 CPUtime=939.27
/proc/12871/stat : 12871 (picosat) R 12870 12847 12691 0 -1 4194304 39414 0 0 0 92016 1911 0 0 25 0 1 0 20415514 170577920 39400 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 41645 39400 42 102 0 41540 0
Current children cumulated CPU time (s) 1018.62
Current children cumulated vsize (KiB) 188804

[startup+1036.7 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 12871
/proc/meminfo: memFree=827200/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=79.35
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1365 156290 0 2 6 2 7790 137 16 0 1 0 20407523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1113 409 3 0 796 0
[pid=12870] ppid=12847 vsize=5356 CPUtime=0
/proc/12870/stat : 12870 (sh) S 12847 12847 12691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20415513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12870/statm: 1339 232 193 169 0 50 0
[pid=12871] ppid=12870 vsize=166712 CPUtime=952
/proc/12871/stat : 12871 (picosat) R 12870 12847 12691 0 -1 4194304 39459 0 0 0 93289 1911 0 0 25 0 1 0 20415514 170713088 39445 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 41678 39445 42 102 0 41573 0
Current children cumulated CPU time (s) 1031.35
Current children cumulated vsize (KiB) 188936

[startup+1043.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 12871
/proc/meminfo: memFree=827072/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=79.35
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1365 156290 0 2 6 2 7790 137 16 0 1 0 20407523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1113 409 3 0 796 0
[pid=12870] ppid=12847 vsize=5356 CPUtime=0
/proc/12870/stat : 12870 (sh) S 12847 12847 12691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20415513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12870/statm: 1339 232 193 169 0 50 0
[pid=12871] ppid=12870 vsize=166844 CPUtime=958.37
/proc/12871/stat : 12871 (picosat) R 12870 12847 12691 0 -1 4194304 39482 0 0 0 93926 1911 0 0 25 0 1 0 20415514 170848256 39468 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 41711 39468 42 102 0 41606 0
Current children cumulated CPU time (s) 1037.72
Current children cumulated vsize (KiB) 189068

[startup+1046.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 12871
/proc/meminfo: memFree=827072/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=79.35
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1365 156290 0 2 6 2 7790 137 16 0 1 0 20407523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1113 409 3 0 796 0
[pid=12870] ppid=12847 vsize=5356 CPUtime=0
/proc/12870/stat : 12870 (sh) S 12847 12847 12691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20415513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12870/statm: 1339 232 193 169 0 50 0
[pid=12871] ppid=12870 vsize=166844 CPUtime=961.56
/proc/12871/stat : 12871 (picosat) R 12870 12847 12691 0 -1 4194304 39493 0 0 0 94245 1911 0 0 25 0 1 0 20415514 170848256 39479 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 41711 39479 42 102 0 41606 0
Current children cumulated CPU time (s) 1040.91
Current children cumulated vsize (KiB) 189068

[startup+1049.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 12871
/proc/meminfo: memFree=827008/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=79.35
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1365 156290 0 2 6 2 7790 137 16 0 1 0 20407523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1113 409 3 0 796 0
[pid=12870] ppid=12847 vsize=5356 CPUtime=0
/proc/12870/stat : 12870 (sh) S 12847 12847 12691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20415513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12870/statm: 1339 232 193 169 0 50 0
[pid=12871] ppid=12870 vsize=166976 CPUtime=964.74
/proc/12871/stat : 12871 (picosat) R 12870 12847 12691 0 -1 4194304 39503 0 0 0 94563 1911 0 0 25 0 1 0 20415514 170983424 39489 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 41744 39489 42 102 0 41639 0
Current children cumulated CPU time (s) 1044.09
Current children cumulated vsize (KiB) 189200

[startup+1050.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 12871
/proc/meminfo: memFree=827008/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=79.35
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1365 156290 0 2 6 2 7790 137 16 0 1 0 20407523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1113 409 3 0 796 0
[pid=12870] ppid=12847 vsize=5356 CPUtime=0
/proc/12870/stat : 12870 (sh) S 12847 12847 12691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20415513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12870/statm: 1339 232 193 169 0 50 0
[pid=12871] ppid=12870 vsize=167492 CPUtime=965.54
/proc/12871/stat : 12871 (picosat) R 12870 12847 12691 0 -1 4194304 39563 0 0 0 94642 1912 0 0 25 0 1 0 20415514 171511808 39549 996147200 134512640 134931368 4294956256 18446744073709551615 134579011 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 41873 39549 47 102 0 41768 0
Current children cumulated CPU time (s) 1044.89
Current children cumulated vsize (KiB) 189716

[startup+1050.7 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 12871
/proc/meminfo: memFree=852288/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=1045.05
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1446 196139 0 2 6 2 102445 2052 16 0 1 0 20407523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1045.05
Current children cumulated vsize (KiB) 16868

[startup+1050.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 12871
/proc/meminfo: memFree=852288/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=1045.05
/proc/12847/stat : 12847 (sugar) S 12845 12847 12691 0 -1 4194304 1446 196139 0 2 6 2 102445 2052 16 0 1 0 20407523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12847/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1045.05
Current children cumulated vsize (KiB) 16868

[startup+1051 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 12871
/proc/meminfo: memFree=852288/2055920 swapFree=4192956/4192956
[pid=12847] ppid=12845 vsize=16868 CPUtime=1045.58
/proc/12847/stat : 12847 (sugar) R 12845 12847 12691 0 -1 4194304 1476 200167 0 3 6 3 102493 2056 16 0 1 0 20407523 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12847/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1045.58
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1051.03
CPU time (s): 1045.62
CPU user time (s): 1025
CPU system time (s): 20.6259
CPU usage (%): 99.4854
Max. virtual memory (cumulated for all children) (KiB): 901064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1025
system time used= 20.6259
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201704
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= 7523
involuntary context switches= 19180

runsolver used 1.20782 second user time and 3.60545 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-11 19:30:05
IDJOB=2063953
IDBENCH=54109
IDSOLVER=738
FILE ID=node10/2063953-1247333405
PBS_JOBID= 9506657
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063953-1247333405/watcher-2063953-1247333405 -o /tmp/evaluation-result-2063953-1247333405/solver-2063953-1247333405 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2063953-1247333405.xml

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

MD5SUM BENCH= 4cd54922d836889c49a4e7e21135e1e1
RANDOM SEED=1311025514

node10.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.279
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.279
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:       1065592 kB
Buffers:         62972 kB
Cached:         753096 kB
SwapCached:          0 kB
Active:         157116 kB
Inactive:       758512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1065592 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:         111112 kB
Slab:            60044 kB
Committed_AS:   206484 kB
PageTables:       1856 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66412 MiB
End job on node10 at 2009-07-11 19:47:36