Trace number 1058135

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.13+picosatSAT 133.767 145.625

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-4.xml
MD5SUM4cd54922d836889c49a4e7e21135e1e1
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark133.767
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 (download as text)

0.02/0.05	c 0	Sugar v1-13 + HOME/picosat
0.02/0.05	c 0	BEGIN Thu Jul  3 21:24:41 2008
0.02/0.05	c 0	PID 519
0.02/0.05	c 0	HOST node28.alineos.net
0.02/0.05	c 0	CONVERTING HOME/instance-1058135-1215113080.xml TO HOME/temp.csp
0.02/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058135-1215113080.xml' 'HOME/temp.csp'
0.03/0.86	c 0	224 domains, 400 variables, 1 predicates, 0 relations, 6186 constraints
0.03/0.89	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/1.71	c 1	Parsing HOME/temp.csp
0.82/2.06	c 2	parsed 6811 expressions
0.82/2.07	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.82/2.07	c 2	Converting to clausal form CSP
0.82/2.19	c 2	converted 682 (10%) expressions
1.86/2.77	c 2	converted 1363 (20%) expressions
2.27/3.12	c 3	converted 2044 (30%) expressions
2.66/3.55	c 3	converted 2725 (40%) expressions
3.06/3.90	c 3	converted 3406 (50%) expressions
3.46/4.38	c 4	converted 4087 (60%) expressions
3.86/4.73	c 4	converted 4768 (70%) expressions
4.15/5.06	c 5	converted 5449 (80%) expressions
11.42/12.31	c 12	converted 6130 (90%) expressions
43.37/44.43	c 44	converted 6811 (100%) expressions
43.37/44.43	c 44	CSP : 400 integers, 0 booleans, 83530 clauses, largest domain size 35
43.37/44.43	c 44	Heap : 405 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.37/44.43	c 44	Propagation in CSP
50.96/52.06	c 52	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
50.96/52.06	c 52	CSP : 400 integers, 0 booleans, 83530 clauses, largest domain size 35
50.96/52.06	c 52	Heap : 416 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
51.07/52.12	c 52	Simplifing CSP by introducing new Boolean variables
51.68/52.79	c 52	CSP : 400 integers, 172863 booleans, 256393 clauses, largest domain size 35
51.68/52.79	c 52	Heap : 473 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
54.08/55.17	c 55	Encoding CSP to SAT : HOME/temp.cnf
54.17/55.25	c 55	40 (10%) CSP integer variables are encoded (963 clauses, 10458 bytes)
54.17/55.26	c 55	80 (20%) CSP integer variables are encoded (1924 clauses, 22951 bytes)
54.17/55.26	c 55	120 (30%) CSP integer variables are encoded (2865 clauses, 35184 bytes)
54.17/55.26	c 55	160 (40%) CSP integer variables are encoded (3797 clauses, 47300 bytes)
54.17/55.27	c 55	200 (50%) CSP integer variables are encoded (4734 clauses, 59481 bytes)
54.17/55.27	c 55	240 (60%) CSP integer variables are encoded (4799 clauses, 60326 bytes)
54.17/55.27	c 55	280 (70%) CSP integer variables are encoded (4853 clauses, 61028 bytes)
54.17/55.27	c 55	320 (80%) CSP integer variables are encoded (4922 clauses, 61925 bytes)
54.17/55.27	c 55	360 (90%) CSP integer variables are encoded (5011 clauses, 63082 bytes)
54.17/55.27	c 55	400 (100%) CSP integer variables are encoded (5062 clauses, 63745 bytes)
55.81/58.14	c 58	25640 (10%) CSP clauses are encoded (318580 clauses, 5980547 bytes)
57.72/60.00	c 60	51279 (20%) CSP clauses are encoded (759866 clauses, 14429401 bytes)
60.70/66.26	c 66	76918 (30%) CSP clauses are encoded (1194898 clauses, 22726027 bytes)
62.64/69.81	c 69	102558 (40%) CSP clauses are encoded (1637486 clauses, 31219522 bytes)
64.52/71.72	c 71	128197 (50%) CSP clauses are encoded (2075078 clauses, 39490285 bytes)
66.30/73.59	c 73	153836 (60%) CSP clauses are encoded (2506764 clauses, 47981571 bytes)
68.19/76.08	c 76	179476 (70%) CSP clauses are encoded (2940928 clauses, 56745655 bytes)
70.35/80.14	c 80	205115 (80%) CSP clauses are encoded (3380766 clauses, 65635999 bytes)
72.30/81.92	c 81	230754 (90%) CSP clauses are encoded (3819538 clauses, 74422053 bytes)
74.71/85.16	c 85	256393 (100%) CSP clauses are encoded (4253717 clauses, 83228758 bytes)
74.71/85.16	c 85	256393 CSP clauses encoded
74.71/85.16	c 85	Writing map file : HOME/temp.map
74.81/85.20	c 85	Heap : 505 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
74.81/85.20	c 85	SAT : 178268 SAT variables, 4253717 SAT clauses, 83228758 bytes
74.81/85.20	c 85	Heap : 505 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
74.88/85.30	c 85	SOLVING HOME/temp.cnf
74.88/85.30	c 85	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
133.26/145.15	c 145	DECODING HOME/temp.out WITH HOME/temp.map
133.26/145.15	c 145	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
133.35/145.24	c 145	Decoding HOME/temp.out
133.65/145.52	s SATISFIABLE
133.65/145.53	v 44 9 1 27 36 2 24 13 13 8 16 4 33 20 6 40 37 29 36 43 29 26 30 28 41 36 3 25 15 12 15 10 20 12 14 26 20 31 4 10 10 41 13 6 17 21 7 32 16 26 34 3 20 4 30 2 35 7 39 18 27 44 43 8 9 30 8 0 14 36 38 36 3 21 37 10 4 5 12 11 23 1 39 44 13 14 34 5 17 41 17 7 35 12 9 21 26 18 3 40 42 18 42 29 29 39 13 31 41 15 9 6 13 19 31 33 31 40 20 10 23 37 14 24 25 0 23 22 28 7 42 4 1 27 1 33 5 32 12 31 22 24 30 28 25 31 5 29 13 31 4 43 38 19 16 15 2 16 10 34 24 25 22 11 36 35 0 9 35 5 17 40 2 8 5 34 16 36 11 24 22 1 37 31 37 19 29 38 33 32 21 9 17 15 22 8 39 11 0 23 1 8 9 4 2 6 0 5 9 4 8 1 2 6 8 9 0 6 1 9 9 5 4 2 7 8 8 4 2 6 1 0 9 9 2 9 8 9 2 8 1 9 2 7 7 6 8 2 4 4 8 9 7 9 2 0 5 5 1 8 9 6 4 9 6 3 2 8 4 9 6 6 6 8 6 7 8 5 4 8 7 8 4 2 4 6 7 9 0 2 9 7 9 7 7 0 2 9 5 7 8 7 9 2 1 2 3 7 6 9 3 6 8 2 2 6 1 2 4 6 6 8 5 8 9 7 2 6 1 2 5 5 6 8 5 8 8 5 2 8 5 9 8 0 2 6 2 8 1 5 4 8 7 1 2 3 8 9 2 0 1 1 3 6 0 4 9 2 8 6 2 6 9 7 1 6 1 3 3 5 4 2 4 4 2 9 0 1 9 1 9 1 8 0 9 8 9 9 6 1
133.65/145.54	c 145	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
133.65/145.59	c 145	CPU 111.66 (0.03 0.02 111.63 22.02)
133.65/145.59	c 145	END Thu Jul  3 21:27:06 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058135-1215113080/watcher-1058135-1215113080 -o /tmp/evaluation-result-1058135-1215113080/solver-1058135-1215113080 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1058135-1215113080.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 1.98 1.92 4/80 519
/proc/meminfo: memFree=1538496/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=4708 CPUtime=0
/proc/519/stat : 519 (sugar) R 517 519 32560 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 138693376 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 217868958045 0 0 4096 0 0 0 0 17 1 0 0
/proc/519/statm: 1177 43 33 3 0 8 0

[startup+0.0440799 s]
/proc/loadavg: 1.98 1.98 1.92 4/80 519
/proc/meminfo: memFree=1538496/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13204 CPUtime=0.02
/proc/519/stat : 519 (sugar) D 517 519 32560 0 -1 4194304 687 0 0 0 1 1 0 0 18 0 1 0 138693376 13520896 655 996147200 4194304 4206940 548682068608 18446744073709551615 217871776357 0 2147483391 4224 0 18446744072099937270 0 0 17 1 0 0
/proc/519/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.113287 s]
/proc/loadavg: 1.98 1.98 1.92 4/80 519
/proc/meminfo: memFree=1538496/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=0.03
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 138693376 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/519/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301312 s]
/proc/loadavg: 1.98 1.98 1.92 4/80 519
/proc/meminfo: memFree=1538496/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=0.03
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 138693376 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/519/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702356 s]
/proc/loadavg: 1.98 1.98 1.92 4/80 519
/proc/meminfo: memFree=1538496/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=0.03
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 138693376 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/519/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50126 s]
/proc/loadavg: 1.98 1.98 1.92 5/82 532
/proc/meminfo: memFree=1536232/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=0.82
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 939 7960 0 1 2 1 74 5 16 0 1 0 138693376 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/519/statm: 3400 796 370 3 0 500 0
[pid=532] ppid=519 vsize=13600 CPUtime=0
/proc/532/stat : 532 (sugar) R 519 519 32560 0 -1 4194368 10 0 0 0 0 0 0 0 18 0 1 0 138693465 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217871609127 0 0 4096 16386 0 0 0 17 1 0 0
/proc/532/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 27200

[startup+3.10244 s]
/proc/loadavg: 1.98 1.98 1.92 4/91 541
/proc/meminfo: memFree=1524960/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=0.82
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 974 7960 0 1 2 1 74 5 15 0 1 0 138693376 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/519/statm: 3400 797 370 3 0 500 0
[pid=532] ppid=519 vsize=5356 CPUtime=0
/proc/532/stat : 532 (sh) S 519 519 32560 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 138693465 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/532/statm: 1339 233 193 169 0 50 0
[pid=533] ppid=532 vsize=868388 CPUtime=1.45
/proc/533/stat : 533 (java) S 532 519 32560 0 -1 0 8658 0 1 0 139 6 0 0 18 0 9 0 138693540 889229312 7852 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/533/statm: 217097 7853 2540 9 0 211672 0
[pid=533/tid=534] ppid=532 vsize=868388 CPUtime=0.99
/proc/533/task/534/stat : 534 (java) R 532 519 32560 0 -1 64 2708 0 1 0 97 2 0 0 23 0 9 0 138693541 889229312 7854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=535] ppid=532 vsize=868388 CPUtime=0.25
/proc/533/task/535/stat : 535 (java) R 532 519 32560 0 -1 64 3805 0 0 0 23 2 0 0 15 0 9 0 138693542 889229312 7856 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=536] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/536/stat : 536 (java) S 532 519 32560 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 138693542 889229312 7857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=537] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/537/stat : 537 (java) S 532 519 32560 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 138693542 889229312 7858 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=538] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/538/stat : 538 (java) S 532 519 32560 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 138693544 889229312 7860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=539] ppid=532 vsize=868388 CPUtime=0.18
/proc/533/task/539/stat : 539 (java) S 532 519 32560 0 -1 64 1456 0 0 0 18 0 0 0 15 0 9 0 138693544 889229312 7861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=540] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/540/stat : 540 (java) S 532 519 32560 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 138693544 889229312 7863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=541] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/541/stat : 541 (java) S 532 519 32560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 138693544 889229312 7864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 887344

[startup+6.30182 s]
/proc/loadavg: 2.06 2.00 1.92 5/91 541
/proc/meminfo: memFree=1489568/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=0.82
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 974 7960 0 1 2 1 74 5 15 0 1 0 138693376 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/519/statm: 3400 797 370 3 0 500 0
[pid=532] ppid=519 vsize=5356 CPUtime=0
/proc/532/stat : 532 (sh) S 519 519 32560 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 138693465 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/532/statm: 1339 233 193 169 0 50 0
[pid=533] ppid=532 vsize=868388 CPUtime=4.63
/proc/533/stat : 533 (java) S 532 519 32560 0 -1 0 16405 0 1 0 454 9 0 0 18 0 9 0 138693540 889229312 15542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/533/statm: 217097 15542 2540 9 0 211672 0
[pid=533/tid=534] ppid=532 vsize=868388 CPUtime=3.34
/proc/533/task/534/stat : 534 (java) R 532 519 32560 0 -1 64 3277 0 1 0 332 2 0 0 25 0 9 0 138693541 889229312 15542 996147200 134512640 134550740 4294955952 18446744073709551615 4126569088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=535] ppid=532 vsize=868388 CPUtime=1.07
/proc/533/task/535/stat : 535 (java) S 532 519 32560 0 -1 64 10971 0 0 0 102 5 0 0 16 0 9 0 138693542 889229312 15542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=536] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/536/stat : 536 (java) S 532 519 32560 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 138693542 889229312 15542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=537] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/537/stat : 537 (java) S 532 519 32560 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 138693542 889229312 15542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=538] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/538/stat : 538 (java) S 532 519 32560 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 138693544 889229312 15542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=539] ppid=532 vsize=868388 CPUtime=0.18
/proc/533/task/539/stat : 539 (java) S 532 519 32560 0 -1 64 1464 0 0 0 18 0 0 0 16 0 9 0 138693544 889229312 15542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=540] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/540/stat : 540 (java) S 532 519 32560 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 138693544 889229312 15542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=541] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/541/stat : 541 (java) S 532 519 32560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 138693544 889229312 15542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 887344

[startup+12.7026 s]
/proc/loadavg: 2.14 2.02 1.93 3/91 541
/proc/meminfo: memFree=1425128/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=0.82
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 974 7960 0 1 2 1 74 5 16 0 1 0 138693376 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/519/statm: 3400 797 370 3 0 500 0
[pid=532] ppid=519 vsize=5356 CPUtime=0
/proc/532/stat : 532 (sh) S 519 519 32560 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 138693465 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/532/statm: 1339 233 193 169 0 50 0
[pid=533] ppid=532 vsize=868388 CPUtime=10.99
/proc/533/stat : 533 (java) S 532 519 32560 0 -1 0 36017 0 1 0 1079 20 0 0 18 0 9 0 138693540 889229312 31268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/533/statm: 217097 31268 2540 9 0 211672 0
[pid=533/tid=534] ppid=532 vsize=868388 CPUtime=8.29
/proc/533/task/534/stat : 534 (java) R 532 519 32560 0 -1 64 3751 0 1 0 827 2 0 0 25 0 9 0 138693541 889229312 31268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=535] ppid=532 vsize=868388 CPUtime=2.47
/proc/533/task/535/stat : 535 (java) R 532 519 32560 0 -1 64 30109 0 0 0 231 16 0 0 16 0 9 0 138693542 889229312 31268 996147200 134512640 134550740 4294955952 18446744073709551615 102721924 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=536] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/536/stat : 536 (java) S 532 519 32560 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 138693542 889229312 31268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=537] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/537/stat : 537 (java) S 532 519 32560 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 138693542 889229312 31268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=538] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/538/stat : 538 (java) S 532 519 32560 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 138693544 889229312 31268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=539] ppid=532 vsize=868388 CPUtime=0.18
/proc/533/task/539/stat : 539 (java) S 532 519 32560 0 -1 64 1464 0 0 0 18 0 0 0 16 0 9 0 138693544 889229312 31268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=540] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/540/stat : 540 (java) S 532 519 32560 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 138693544 889229312 31268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=541] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/541/stat : 541 (java) S 532 519 32560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 138693544 889229312 31268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.81
Current children cumulated vsize (KiB) 887344

[startup+25.506 s]
/proc/loadavg: 2.17 2.03 1.93 4/91 541
/proc/meminfo: memFree=1301032/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=0.82
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 974 7960 0 1 2 1 74 5 16 0 1 0 138693376 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/519/statm: 3400 797 370 3 0 500 0
[pid=532] ppid=519 vsize=5356 CPUtime=0
/proc/532/stat : 532 (sh) S 519 519 32560 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 138693465 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/532/statm: 1339 233 193 169 0 50 0
[pid=533] ppid=532 vsize=868388 CPUtime=23.71
/proc/533/stat : 533 (java) S 532 519 32560 0 -1 0 74104 0 1 0 2332 39 0 0 18 0 9 0 138693540 889229312 61636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/533/statm: 217097 61637 2540 9 0 211672 0
[pid=533/tid=534] ppid=532 vsize=868388 CPUtime=17.32
/proc/533/task/534/stat : 534 (java) R 532 519 32560 0 -1 64 5622 0 1 0 1729 3 0 0 25 0 9 0 138693541 889229312 61638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=535] ppid=532 vsize=868388 CPUtime=6.17
/proc/533/task/535/stat : 535 (java) R 532 519 32560 0 -1 64 66327 0 0 0 583 34 0 0 16 0 9 0 138693542 889229312 61638 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=536] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/536/stat : 536 (java) S 532 519 32560 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 138693542 889229312 61639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=537] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/537/stat : 537 (java) S 532 519 32560 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 138693542 889229312 61640 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=538] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/538/stat : 538 (java) S 532 519 32560 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 138693544 889229312 61641 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=539] ppid=532 vsize=868388 CPUtime=0.18
/proc/533/task/539/stat : 539 (java) S 532 519 32560 0 -1 64 1464 0 0 0 18 0 0 0 16 0 9 0 138693544 889229312 61642 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=540] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/540/stat : 540 (java) S 532 519 32560 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 138693544 889229312 61642 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=541] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/541/stat : 541 (java) S 532 519 32560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 138693544 889229312 61643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.53
Current children cumulated vsize (KiB) 887344

[startup+51.103 s]
/proc/loadavg: 2.18 2.04 1.94 4/91 541
/proc/meminfo: memFree=1088232/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=0.82
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 974 7960 0 1 2 1 74 5 16 0 1 0 138693376 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/519/statm: 3400 797 370 3 0 500 0
[pid=532] ppid=519 vsize=5356 CPUtime=0
/proc/532/stat : 532 (sh) S 519 519 32560 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 138693465 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=533/tid=535] ppid=532 vsize=868388 CPUtime=11.28
/proc/533/task/535/stat : 535 (java) S 532 519 32560 0 -1 64 121208 0 0 0 1071 57 0 0 16 0 9 0 138693542 889229312 114328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=536] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/536/stat : 536 (java) S 532 519 32560 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 138693542 889229312 114328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=537] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/537/stat : 537 (java) S 532 519 32560 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 138693542 889229312 114328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=538] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/538/stat : 538 (java) S 532 519 32560 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 138693544 889229312 114328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=539] ppid=532 vsize=868388 CPUtime=0.21
/proc/533/task/539/stat : 539 (java) S 532 519 32560 0 -1 64 1470 0 0 0 20 1 0 0 16 0 9 0 138693544 889229312 114328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=540] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/540/stat : 540 (java) S 532 519 32560 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 138693544 889229312 114328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=533/tid=541] ppid=532 vsize=868388 CPUtime=0
/proc/533/task/541/stat : 541 (java) S 532 519 32560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 138693544 889229312 114328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 887344

[startup+102.301 s]
/proc/loadavg: 2.58 2.16 1.98 3/75 600
/proc/meminfo: memFree=1387952/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=74.89
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 1022 156357 0 2 3 2 7226 258 16 0 1 0 138693376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/519/statm: 3400 799 370 3 0 500 0
[pid=591] ppid=519 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 519 519 32560 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138701906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=72748 CPUtime=15.91
/proc/592/stat : 592 (picosat) R 591 519 32560 0 -1 4194304 17029 0 0 0 731 860 0 0 25 0 1 0 138701907 74493952 17015 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/592/statm: 18187 17015 40 102 0 18082 0
Current children cumulated CPU time (s) 90.8
Current children cumulated vsize (KiB) 91704

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

[startup+107.307 s]
/proc/loadavg: 2.53 2.16 1.98 3/75 600
/proc/meminfo: memFree=1346800/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=74.89
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 1022 156357 0 2 3 2 7226 258 16 0 1 0 138693376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/519/statm: 3400 799 370 3 0 500 0
[pid=591] ppid=519 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 519 519 32560 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138701906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=99288 CPUtime=20.91
/proc/592/stat : 592 (picosat) R 591 519 32560 0 -1 4194304 22528 0 0 0 958 1133 0 0 25 0 1 0 138701907 101670912 22514 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/592/statm: 24822 22514 40 102 0 24717 0
Current children cumulated CPU time (s) 95.8
Current children cumulated vsize (KiB) 118244

[startup+120.702 s]
/proc/loadavg: 2.65 2.20 2.00 4/85 648
/proc/meminfo: memFree=1341472/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=74.89
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 1022 156357 0 2 3 2 7226 258 16 0 1 0 138693376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/519/statm: 3400 799 370 3 0 500 0
[pid=591] ppid=519 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 519 519 32560 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138701906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=155404 CPUtime=34.19
/proc/592/stat : 592 (picosat) R 591 519 32560 0 -1 4194304 36947 0 0 0 1563 1856 0 0 25 0 1 0 138701907 159133696 36933 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/592/statm: 38851 36933 40 102 0 38746 0
Current children cumulated CPU time (s) 109.08
Current children cumulated vsize (KiB) 174360

[startup+133.501 s]
/proc/loadavg: 2.63 2.21 2.00 4/85 648
/proc/meminfo: memFree=1194400/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=74.89
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 1022 156357 0 2 3 2 7226 258 16 0 1 0 138693376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/519/statm: 3400 799 370 3 0 500 0
[pid=591] ppid=519 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 519 519 32560 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138701906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=163148 CPUtime=46.87
/proc/592/stat : 592 (picosat) R 591 519 32560 0 -1 4194304 38750 0 0 0 2751 1936 0 0 25 0 1 0 138701907 167063552 38736 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/592/statm: 40787 38736 42 102 0 40682 0
Current children cumulated CPU time (s) 121.76
Current children cumulated vsize (KiB) 182104

[startup+139.902 s]
/proc/loadavg: 2.53 2.20 2.00 3/85 648
/proc/meminfo: memFree=1130976/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=74.89
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 1022 156357 0 2 3 2 7226 258 16 0 1 0 138693376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/519/statm: 3400 799 370 3 0 500 0
[pid=591] ppid=519 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 519 519 32560 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138701906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=163148 CPUtime=53.22
/proc/592/stat : 592 (picosat) R 591 519 32560 0 -1 4194304 38797 0 0 0 3385 1937 0 0 25 0 1 0 138701907 167063552 38783 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/592/statm: 40787 38783 42 102 0 40682 0
Current children cumulated CPU time (s) 128.11
Current children cumulated vsize (KiB) 182104

[startup+143.107 s]
/proc/loadavg: 2.53 2.20 2.00 3/85 648
/proc/meminfo: memFree=1094112/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=74.89
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 1022 156357 0 2 3 2 7226 258 16 0 1 0 138693376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/519/statm: 3400 799 370 3 0 500 0
[pid=591] ppid=519 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 519 519 32560 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138701906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=163280 CPUtime=56.39
/proc/592/stat : 592 (picosat) R 591 519 32560 0 -1 4194304 38810 0 0 0 3702 1937 0 0 25 0 1 0 138701907 167198720 38796 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/592/statm: 40820 38796 42 102 0 40715 0
Current children cumulated CPU time (s) 131.28
Current children cumulated vsize (KiB) 182236

[startup+144.702 s]
/proc/loadavg: 2.49 2.20 2.00 3/85 648
/proc/meminfo: memFree=1080800/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=74.89
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 1022 156357 0 2 3 2 7226 258 16 0 1 0 138693376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/519/statm: 3400 799 370 3 0 500 0
[pid=591] ppid=519 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 519 519 32560 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138701906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=165328 CPUtime=57.98
/proc/592/stat : 592 (picosat) R 591 519 32560 0 -1 4194304 38871 0 0 0 3861 1937 0 0 25 0 1 0 138701907 169295872 38857 996147200 134512640 134931368 4294956256 18446744073709551615 134544789 0 0 4096 0 0 0 0 17 0 0 0
/proc/592/statm: 41332 38857 42 102 0 41227 0
Current children cumulated CPU time (s) 132.87
Current children cumulated vsize (KiB) 184284

[startup+145.102 s]
/proc/loadavg: 2.49 2.20 2.00 3/85 648
/proc/meminfo: memFree=1080800/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=74.89
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 1022 156357 0 2 3 2 7226 258 16 0 1 0 138693376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/519/statm: 3400 799 370 3 0 500 0
[pid=591] ppid=519 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 519 519 32560 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138701906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=148944 CPUtime=58.37
/proc/592/stat : 592 (picosat) R 591 519 32560 0 -1 4194304 38892 0 0 0 3899 1938 0 0 25 0 1 0 138701907 152518656 35088 996147200 134512640 134931368 4294956256 18446744073709551615 134580614 0 0 4096 0 0 0 0 17 0 0 0
/proc/592/statm: 37236 35088 47 102 0 37131 0
Current children cumulated CPU time (s) 133.26
Current children cumulated vsize (KiB) 167900

[startup+145.502 s]
/proc/loadavg: 2.49 2.20 2.00 3/89 654
/proc/meminfo: memFree=1222200/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=133.33
/proc/519/stat : 519 (sugar) S 517 519 32560 0 -1 4194304 1091 195535 0 2 3 2 11129 2199 16 0 1 0 138693376 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/519/statm: 3400 799 370 3 0 500 0
[pid=649] ppid=519 vsize=5356 CPUtime=0
/proc/649/stat : 649 (sh) S 519 519 32560 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 138707891 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/649/statm: 1339 233 193 169 0 50 0
[pid=650] ppid=649 vsize=864044 CPUtime=0.32
/proc/650/stat : 650 (java) S 649 519 32560 0 -1 0 3626 0 1 0 30 2 0 0 20 0 9 0 138707892 884781056 3094 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/650/statm: 216011 3094 1673 9 0 210593 0
[pid=650/tid=651] ppid=649 vsize=864044 CPUtime=0.25
/proc/650/task/651/stat : 651 (java) R 649 519 32560 0 -1 64 2485 0 1 0 24 1 0 0 25 0 9 0 138707893 884781056 3094 996147200 134512640 134550740 4294956000 18446744073709551615 4126486744 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=650/tid=652] ppid=649 vsize=864044 CPUtime=0
/proc/650/task/652/stat : 652 (java) S 649 519 32560 0 -1 64 153 0 0 0 0 0 0 0 16 0 9 0 138707894 884781056 3094 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=650/tid=653] ppid=649 vsize=864044 CPUtime=0
/proc/650/task/653/stat : 653 (java) S 649 519 32560 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 138707894 884781056 3094 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=650/tid=654] ppid=649 vsize=864044 CPUtime=0
/proc/650/task/654/stat : 654 (java) S 649 519 32560 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 138707894 884781056 3094 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 133.65
Current children cumulated vsize (KiB) 883000

[startup+145.602 s]
/proc/loadavg: 2.49 2.20 2.00 3/89 654
/proc/meminfo: memFree=1222200/2055920 swapFree=4192812/4192956
[pid=519] ppid=517 vsize=13600 CPUtime=133.72
/proc/519/stat : 519 (sugar) R 517 519 32560 0 -1 4194304 1119 199518 0 3 3 4 11163 2202 16 0 1 0 138693376 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 0 0 0 17 0 0 0
/proc/519/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 133.72
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 145.625
CPU time (s): 133.767
CPU user time (s): 111.674
CPU system time (s): 22.0926
CPU usage (%): 91.8568
Max. virtual memory (cumulated for all children) (KiB): 900156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.674
system time used= 22.0926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200667
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= 6935
involuntary context switches= 7909

runsolver used 0.790879 second user time and 1.63675 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-03 21:24:41
IDJOB=1058135
IDBENCH=54109
IDSOLVER=345
FILE ID=node28/1058135-1215113080
PBS_JOBID= 7877147
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-4.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058135-1215113080/watcher-1058135-1215113080 -o /tmp/evaluation-result-1058135-1215113080/solver-1058135-1215113080 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1058135-1215113080.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4cd54922d836889c49a4e7e21135e1e1
RANDOM SEED=181524700

node28.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.231
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.231
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:       1538976 kB
Buffers:         50888 kB
Cached:         315768 kB
SwapCached:          0 kB
Active:         237020 kB
Inactive:       216984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1538976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:         103052 kB
Slab:            47844 kB
Committed_AS:  1056824 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node28 at 2008-07-03 21:27:06