Trace number 1059255

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+minisatUNSAT 146.316 147.922

General information on the benchmark

Namecsp/fischer/
normalized-fischer-4-7-fair.xml
MD5SUM73a261ec0b4f58edcc6e49afacde3cea
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.96748
Satisfiable
(Un)Satisfiability was proved
Number of variables7383
Number of constraints6973
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6973
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 23:57:19 2008
0.00/0.05	c 0	PID 3611
0.00/0.05	c 0	HOST node45.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1059255-1215122239.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059255-1215122239.xml' 'HOME/temp.csp'
0.04/1.05	c 1	3 domains, 7383 variables, 9 predicates, 0 relations, 6973 constraints
0.04/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/1.10	c 1	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'
1.04/1.18	c 1	Parsing HOME/temp.csp
1.04/1.50	c 2	parsed 10000 expressions
1.04/1.63	c 2	parsed 14368 expressions
1.04/1.64	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.64	c 2	Converting to clausal form CSP
1.04/1.68	c 2	converted 1437 (10%) expressions
1.04/1.69	c 2	converted 2874 (20%) expressions
1.04/1.69	c 2	converted 4311 (30%) expressions
1.04/1.69	c 2	converted 5748 (40%) expressions
1.04/1.70	c 2	converted 7184 (50%) expressions
1.04/1.89	c 2	converted 8621 (60%) expressions
1.04/2.10	c 2	converted 10058 (70%) expressions
2.21/2.32	c 3	converted 11495 (80%) expressions
2.31/2.47	c 3	converted 12932 (90%) expressions
2.40/2.58	c 3	converted 14368 (100%) expressions
2.40/2.59	c 3	CSP : 12857 integers, 460 booleans, 31589 clauses, largest domain size 20001
2.40/2.59	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.40/2.59	c 3	Propagation in CSP
69.56/70.30	c 71	179872742 values, 0 unsatisfiable literals, and 0 valid clauses are removed
69.56/70.31	c 71	CSP : 12857 integers, 460 booleans, 31589 clauses, largest domain size 20001
69.56/70.31	c 71	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.56/70.32	c 71	Simplifing CSP by introducing new Boolean variables
69.56/70.39	c 71	CSP : 12857 integers, 11550 booleans, 42679 clauses, largest domain size 20001
69.56/70.39	c 71	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.75/70.58	c 71	Encoding CSP to SAT : HOME/temp.cnf
69.84/70.64	c 71	1286 (10%) CSP integer variables are encoded (19132 clauses, 265350 bytes)
70.74/71.56	c 72	2572 (20%) CSP integer variables are encoded (718240 clauses, 11989945 bytes)
71.14/71.91	c 72	3858 (30%) CSP integer variables are encoded (991804 clauses, 16640533 bytes)
71.34/72.13	c 72	5143 (40%) CSP integer variables are encoded (1161785 clauses, 19856653 bytes)
71.64/72.49	c 73	6429 (50%) CSP integer variables are encoded (1434944 clauses, 25046674 bytes)
71.64/72.49	c 73	7715 (60%) CSP integer variables are encoded (1434944 clauses, 25046674 bytes)
71.93/72.76	c 73	9000 (70%) CSP integer variables are encoded (1624906 clauses, 28655952 bytes)
72.13/72.93	c 73	10286 (80%) CSP integer variables are encoded (1754880 clauses, 31125458 bytes)
72.13/72.97	c 73	11572 (90%) CSP integer variables are encoded (1784876 clauses, 31695382 bytes)
72.33/73.14	c 73	12857 (100%) CSP integer variables are encoded (1914856 clauses, 34165002 bytes)
81.97/82.94	c 83	4268 (10%) CSP clauses are encoded (7339498 clauses, 141502695 bytes)
82.77/83.74	c 84	8536 (20%) CSP clauses are encoded (7787243 clauses, 150377200 bytes)
83.27/84.26	c 85	12804 (30%) CSP clauses are encoded (8109145 clauses, 156895011 bytes)
84.15/85.10	c 85	17072 (40%) CSP clauses are encoded (8630337 clauses, 167447568 bytes)
84.62/85.65	c 86	21340 (50%) CSP clauses are encoded (8951664 clauses, 173953029 bytes)
84.62/85.67	c 86	25608 (60%) CSP clauses are encoded (8953647 clauses, 173992792 bytes)
84.73/85.70	c 86	29876 (70%) CSP clauses are encoded (8955615 clauses, 174032219 bytes)
84.92/85.99	c 86	34144 (80%) CSP clauses are encoded (9117527 clauses, 177470617 bytes)
85.72/86.78	c 87	38412 (90%) CSP clauses are encoded (9599575 clauses, 187712327 bytes)
85.81/86.82	c 87	42679 (100%) CSP clauses are encoded (9607386 clauses, 187918873 bytes)
85.81/86.82	c 87	42679 CSP clauses encoded
85.81/86.82	c 87	Writing map file : HOME/temp.map
85.81/86.89	c 87	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
85.81/86.89	c 87	SAT : 1930067 SAT variables, 9607386 SAT clauses, 187918873 bytes
85.81/86.89	c 87	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
85.91/86.93	c 87	SOLVING HOME/temp.cnf
85.91/86.93	c 87	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
85.91/86.94	c 87	This is MiniSat 2.0 beta
85.91/86.94	c 87	WARNING: for repeatability, setting FPU to use double precision
85.91/86.94	c 87	============================[ Problem Statistics ]=============================
85.91/86.94	c 87	|                                                                             |
85.91/86.94	c 87	|  Number of variables:  1930067                                              |
85.91/86.94	c 87	|  Number of clauses:    9607386                                              |
90.82/91.90	c 92	|  Parsing time:         4.08         s                                       |
91.02/92.16	c 92	============================[ Search Statistics ]==============================
91.02/92.16	c 92	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
91.02/92.16	c 92	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
91.02/92.16	c 92	===============================================================================
91.02/92.16	c 92	|         0 | 1889589  9565564 25151293 |  3188521        0    nan |  0.000 % |
98.65/99.84	c 100	|       100 | 1888166  9565564 25151293 |  3507373       76      5 | 15.059 % |
108.06/109.32	c 110	|       250 | 1580515  8864274 23629736 |  3858110      196      4 | 24.432 % |
124.80/126.30	c 127	|       475 | 1448447  8463248 22787233 |  4243921      380      5 | 31.173 % |
142.03/143.61	c 144	|       812 | 1298380  8112853 22036236 |  4668314      685      5 | 38.105 % |
145.60/147.23	c 148	===============================================================================
145.60/147.23	c 148	restarts              : 5
145.60/147.23	c 148	conflicts             : 931            (16 /sec)
145.60/147.23	c 148	decisions             : 9519           (0.53 % random) (162 /sec)
145.60/147.23	c 148	propagations          : 104406786      (1774839 /sec)
145.60/147.23	c 148	conflict literals     : 4686           (24.89 % deleted)
145.60/147.23	c 148	Memory used           : 543.70 MB
145.60/147.23	c 148	CPU time              : 58.8261 s
145.60/147.23	c 148	
145.60/147.23	c 148	UNSATISFIABLE
145.69/147.32	c 148	DECODING HOME/temp.out WITH HOME/temp.map
145.69/147.32	c 148	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
145.79/147.42	c 148	Decoding HOME/temp.out
146.18/147.80	s UNSATISFIABLE
146.18/147.80	c 148	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
146.18/147.82	c 148	CPU 143.2 (0.04 0.01 143.16 2.98)
146.18/147.82	c 148	END Thu Jul  3 23:59:47 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1059255-1215122239/watcher-1059255-1215122239 -o /tmp/evaluation-result-1059255-1215122239/solver-1059255-1215122239 -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/minisat -tmp=HOME/temp HOME/instance-1059255-1215122239.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.85 1.97 1.99 4/80 3611
/proc/meminfo: memFree=1256388/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=12268 CPUtime=0
/proc/3611/stat : 3611 (sugar) R 3609 3611 2598 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1991196306 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 258939255397 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/3611/statm: 3067 316 241 3 0 167 0

[startup+0.10924 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 3611
/proc/meminfo: memFree=1256388/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=0.04
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991196306 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201258 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 3611
/proc/meminfo: memFree=1256388/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=0.04
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991196306 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301267 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 3611
/proc/meminfo: memFree=1256388/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=0.04
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991196306 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701354 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 3611
/proc/meminfo: memFree=1256388/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=0.04
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991196306 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50149 s]
/proc/loadavg: 1.85 1.97 1.99 3/82 3624
/proc/meminfo: memFree=1254012/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=1.04
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 973 9100 0 1 3 1 94 6 16 0 1 0 1991196306 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 797 370 3 0 500 0
[pid=3624] ppid=3611 vsize=5356 CPUtime=0
/proc/3624/stat : 3624 (sh) S 3611 3611 2598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991196416 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3624/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 18956

[startup+3.10179 s]
/proc/loadavg: 1.85 1.97 1.99 3/91 3633
/proc/meminfo: memFree=1231540/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=1.04
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 974 9100 0 1 3 1 94 6 15 0 1 0 1991196306 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 797 370 3 0 500 0
[pid=3624] ppid=3611 vsize=5356 CPUtime=0
/proc/3624/stat : 3624 (sh) S 3611 3611 2598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991196416 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3624/statm: 1339 233 193 169 0 50 0
[pid=3625] ppid=3624 vsize=868388 CPUtime=1.96
/proc/3625/stat : 3625 (java) S 3624 3611 2598 0 -1 0 11670 0 1 0 189 7 0 0 18 0 9 0 1991196417 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 217097 10554 2540 9 0 211672 0
[pid=3625/tid=3626] ppid=3624 vsize=868388 CPUtime=1.13
/proc/3625/task/3626/stat : 3626 (java) R 3624 3611 2598 0 -1 64 2882 0 1 0 111 2 0 0 25 0 9 0 1991196417 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4126625140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3627] ppid=3624 vsize=868388 CPUtime=0.58
/proc/3625/task/3627/stat : 3627 (java) S 3624 3611 2598 0 -1 64 6609 0 0 0 55 3 0 0 16 0 9 0 1991196419 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3628] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3628/stat : 3628 (java) S 3624 3611 2598 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991196419 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3629] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3629/stat : 3629 (java) S 3624 3611 2598 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991196419 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3630] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3630/stat : 3630 (java) S 3624 3611 2598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3631] ppid=3624 vsize=868388 CPUtime=0.22
/proc/3625/task/3631/stat : 3631 (java) S 3624 3611 2598 0 -1 64 1482 0 0 0 22 0 0 0 16 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3632] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3632/stat : 3632 (java) S 3624 3611 2598 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3633] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3633/stat : 3633 (java) S 3624 3611 2598 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887344

[startup+6.30263 s]
/proc/loadavg: 1.86 1.97 1.99 3/91 3633
/proc/meminfo: memFree=1221364/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=1.04
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 974 9100 0 1 3 1 94 6 15 0 1 0 1991196306 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 797 370 3 0 500 0
[pid=3624] ppid=3611 vsize=5356 CPUtime=0
/proc/3624/stat : 3624 (sh) S 3611 3611 2598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991196416 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3624/statm: 1339 233 193 169 0 50 0
[pid=3625] ppid=3624 vsize=868388 CPUtime=5.13
/proc/3625/stat : 3625 (java) S 3624 3611 2598 0 -1 0 11869 0 1 0 504 9 0 0 18 0 9 0 1991196417 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 217097 10554 2540 9 0 211672 0
[pid=3625/tid=3626] ppid=3624 vsize=868388 CPUtime=4.22
/proc/3625/task/3626/stat : 3626 (java) R 3624 3611 2598 0 -1 64 3081 0 1 0 419 3 0 0 25 0 9 0 1991196417 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3627] ppid=3624 vsize=868388 CPUtime=0.67
/proc/3625/task/3627/stat : 3627 (java) S 3624 3611 2598 0 -1 64 6609 0 0 0 62 5 0 0 15 0 9 0 1991196419 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3628] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3628/stat : 3628 (java) S 3624 3611 2598 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991196419 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3629] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3629/stat : 3629 (java) S 3624 3611 2598 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991196419 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3630] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3630/stat : 3630 (java) S 3624 3611 2598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3631] ppid=3624 vsize=868388 CPUtime=0.22
/proc/3625/task/3631/stat : 3631 (java) S 3624 3611 2598 0 -1 64 1482 0 0 0 22 0 0 0 16 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3632] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3632/stat : 3632 (java) S 3624 3611 2598 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3633] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3633/stat : 3633 (java) S 3624 3611 2598 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 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) 887344

[startup+12.7025 s]
/proc/loadavg: 1.87 1.97 1.99 3/91 3633
/proc/meminfo: memFree=1221300/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=1.04
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 974 9100 0 1 3 1 94 6 15 0 1 0 1991196306 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 797 370 3 0 500 0
[pid=3624] ppid=3611 vsize=5356 CPUtime=0
/proc/3624/stat : 3624 (sh) S 3611 3611 2598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991196416 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3624/statm: 1339 233 193 169 0 50 0
[pid=3625] ppid=3624 vsize=868388 CPUtime=11.47
/proc/3625/stat : 3625 (java) S 3624 3611 2598 0 -1 0 12263 0 1 0 1133 14 0 0 18 0 9 0 1991196417 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 217097 10554 2540 9 0 211672 0
[pid=3625/tid=3626] ppid=3624 vsize=868388 CPUtime=10.39
/proc/3625/task/3626/stat : 3626 (java) R 3624 3611 2598 0 -1 64 3475 0 1 0 1034 5 0 0 25 0 9 0 1991196417 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4126624922 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3627] ppid=3624 vsize=868388 CPUtime=0.83
/proc/3625/task/3627/stat : 3627 (java) S 3624 3611 2598 0 -1 64 6609 0 0 0 76 7 0 0 16 0 9 0 1991196419 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3628] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3628/stat : 3628 (java) S 3624 3611 2598 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991196419 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3629] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3629/stat : 3629 (java) S 3624 3611 2598 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991196419 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3630] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3630/stat : 3630 (java) S 3624 3611 2598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3631] ppid=3624 vsize=868388 CPUtime=0.22
/proc/3625/task/3631/stat : 3631 (java) S 3624 3611 2598 0 -1 64 1482 0 0 0 22 0 0 0 16 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3632] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3632/stat : 3632 (java) S 3624 3611 2598 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3633] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3633/stat : 3633 (java) S 3624 3611 2598 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887344

[startup+25.5029 s]
/proc/loadavg: 1.90 1.97 1.99 3/91 3633
/proc/meminfo: memFree=1221364/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=1.04
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 974 9100 0 1 3 1 94 6 15 0 1 0 1991196306 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 797 370 3 0 500 0
[pid=3624] ppid=3611 vsize=5356 CPUtime=0
/proc/3624/stat : 3624 (sh) S 3611 3611 2598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991196416 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3624/statm: 1339 233 193 169 0 50 0
[pid=3625] ppid=3624 vsize=868388 CPUtime=24.14
/proc/3625/stat : 3625 (java) S 3624 3611 2598 0 -1 0 13050 0 1 0 2393 21 0 0 18 0 9 0 1991196417 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3625/statm: 217097 10554 2540 9 0 211672 0
[pid=3625/tid=3626] ppid=3624 vsize=868388 CPUtime=22.73
/proc/3625/task/3626/stat : 3626 (java) R 3624 3611 2598 0 -1 64 4262 0 1 0 2266 7 0 0 25 0 9 0 1991196417 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4126968178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3627] ppid=3624 vsize=868388 CPUtime=1.16
/proc/3625/task/3627/stat : 3627 (java) S 3624 3611 2598 0 -1 64 6609 0 0 0 104 12 0 0 16 0 9 0 1991196419 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3628] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3628/stat : 3628 (java) S 3624 3611 2598 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991196419 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3629] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3629/stat : 3629 (java) S 3624 3611 2598 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991196419 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3630] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3630/stat : 3630 (java) S 3624 3611 2598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3631] ppid=3624 vsize=868388 CPUtime=0.22
/proc/3625/task/3631/stat : 3631 (java) S 3624 3611 2598 0 -1 64 1482 0 0 0 22 0 0 0 16 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3632] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3632/stat : 3632 (java) S 3624 3611 2598 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3625/tid=3633] ppid=3624 vsize=868388 CPUtime=0
/proc/3625/task/3633/stat : 3633 (java) S 3624 3611 2598 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991196421 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 887344

[startup+51.1025 s]
/proc/loadavg: 1.93 1.97 1.99 3/91 3633
/proc/meminfo: memFree=1221428/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=1.04
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 974 9100 0 1 3 1 94 6 15 0 1 0 1991196306 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 797 370 3 0 500 0
[pid=3624] ppid=3611 vsize=5356 CPUtime=0
/proc/3624/stat : 3624 (sh) S 3611 3611 2598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991196416 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/3634/stat : 3634 (sh) S 3611 3611 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991204999 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3634/statm: 1339 232 193 169 0 50 0
[pid=3635] ppid=3634 vsize=556484 CPUtime=15.19
/proc/3635/stat : 3635 (minisat) R 3634 3611 2598 0 -1 4194304 128901 0 0 0 1431 88 0 0 25 0 1 0 1991205000 569839616 128887 996147200 134512640 135127466 4294956272 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/3635/statm: 139121 128887 75 150 0 138968 0
Current children cumulated CPU time (s) 101.12
Current children cumulated vsize (KiB) 575440

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

[startup+102.407 s]
/proc/loadavg: 1.97 1.97 1.99 3/83 3635
/proc/meminfo: memFree=550900/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=85.93
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 1033 29182 0 2 4 1 8392 196 16 0 1 0 1991196306 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 799 370 3 0 500 0
[pid=3634] ppid=3611 vsize=5356 CPUtime=0
/proc/3634/stat : 3634 (sh) S 3611 3611 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991204999 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3634/statm: 1339 232 193 169 0 50 0
[pid=3635] ppid=3634 vsize=556484 CPUtime=15.29
/proc/3635/stat : 3635 (minisat) R 3634 3611 2598 0 -1 4194304 128901 0 0 0 1441 88 0 0 25 0 1 0 1991205000 569839616 128887 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/3635/statm: 139121 128887 75 150 0 138968 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 575440

[startup+128.002 s]
/proc/loadavg: 1.98 1.97 1.99 4/83 3635
/proc/meminfo: memFree=550324/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=85.93
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 1033 29182 0 2 4 1 8392 196 16 0 1 0 1991196306 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 799 370 3 0 500 0
[pid=3634] ppid=3611 vsize=5356 CPUtime=0
/proc/3634/stat : 3634 (sh) S 3611 3611 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991204999 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3634/statm: 1339 232 193 169 0 50 0
[pid=3635] ppid=3634 vsize=556748 CPUtime=40.64
/proc/3635/stat : 3635 (minisat) R 3634 3611 2598 0 -1 4194304 129097 0 0 0 3976 88 0 0 25 0 1 0 1991205000 570109952 129083 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3635/statm: 139187 129083 75 150 0 139034 0
Current children cumulated CPU time (s) 126.57
Current children cumulated vsize (KiB) 575704

[startup+140.802 s]
/proc/loadavg: 1.98 1.97 1.99 3/83 3635
/proc/meminfo: memFree=550388/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=85.93
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 1033 29182 0 2 4 1 8392 196 16 0 1 0 1991196306 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 799 370 3 0 500 0
[pid=3634] ppid=3611 vsize=5356 CPUtime=0
/proc/3634/stat : 3634 (sh) S 3611 3611 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991204999 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3634/statm: 1339 232 193 169 0 50 0
[pid=3635] ppid=3634 vsize=556748 CPUtime=53.32
/proc/3635/stat : 3635 (minisat) R 3634 3611 2598 0 -1 4194304 129099 0 0 0 5244 88 0 0 25 0 1 0 1991205000 570109952 129085 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/3635/statm: 139187 129085 75 150 0 139034 0
Current children cumulated CPU time (s) 139.25
Current children cumulated vsize (KiB) 575704

[startup+144.002 s]
/proc/loadavg: 1.98 1.97 1.99 3/83 3635
/proc/meminfo: memFree=550388/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=85.93
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 1033 29182 0 2 4 1 8392 196 16 0 1 0 1991196306 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 799 370 3 0 500 0
[pid=3634] ppid=3611 vsize=5356 CPUtime=0
/proc/3634/stat : 3634 (sh) S 3611 3611 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991204999 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3634/statm: 1339 232 193 169 0 50 0
[pid=3635] ppid=3634 vsize=556748 CPUtime=56.5
/proc/3635/stat : 3635 (minisat) R 3634 3611 2598 0 -1 4194304 129099 0 0 0 5562 88 0 0 25 0 1 0 1991205000 570109952 129085 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3635/statm: 139187 129085 75 150 0 139034 0
Current children cumulated CPU time (s) 142.43
Current children cumulated vsize (KiB) 575704

[startup+145.602 s]
/proc/loadavg: 1.98 1.97 1.99 3/83 3635
/proc/meminfo: memFree=550388/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=85.93
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 1033 29182 0 2 4 1 8392 196 16 0 1 0 1991196306 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 799 370 3 0 500 0
[pid=3634] ppid=3611 vsize=5356 CPUtime=0
/proc/3634/stat : 3634 (sh) S 3611 3611 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991204999 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3634/statm: 1339 232 193 169 0 50 0
[pid=3635] ppid=3634 vsize=556748 CPUtime=58.08
/proc/3635/stat : 3635 (minisat) R 3634 3611 2598 0 -1 4194304 129099 0 0 0 5720 88 0 0 25 0 1 0 1991205000 570109952 129085 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3635/statm: 139187 129085 75 150 0 139034 0
Current children cumulated CPU time (s) 144.01
Current children cumulated vsize (KiB) 575704

[startup+147.202 s]
/proc/loadavg: 1.98 1.97 1.99 3/83 3635
/proc/meminfo: memFree=550388/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=85.93
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 1033 29182 0 2 4 1 8392 196 16 0 1 0 1991196306 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 799 370 3 0 500 0
[pid=3634] ppid=3611 vsize=5356 CPUtime=0
/proc/3634/stat : 3634 (sh) S 3611 3611 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991204999 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3634/statm: 1339 232 193 169 0 50 0
[pid=3635] ppid=3634 vsize=556748 CPUtime=59.67
/proc/3635/stat : 3635 (minisat) R 3634 3611 2598 0 -1 4194304 129099 0 0 0 5879 88 0 0 25 0 1 0 1991205000 570109952 129085 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/3635/statm: 139187 129085 75 150 0 139034 0
Current children cumulated CPU time (s) 145.6
Current children cumulated vsize (KiB) 575704

[startup+147.602 s]
/proc/loadavg: 1.98 1.97 1.99 4/91 3645
/proc/meminfo: memFree=1063860/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=145.74
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 1090 158575 0 2 4 1 14275 294 16 0 1 0 1991196306 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 799 370 3 0 500 0
[pid=3636] ppid=3611 vsize=5356 CPUtime=0
/proc/3636/stat : 3636 (sh) S 3611 3611 2598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991211038 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3636/statm: 1339 233 193 169 0 50 0
[pid=3637] ppid=3636 vsize=863720 CPUtime=0.24
/proc/3637/stat : 3637 (java) S 3636 3611 2598 0 -1 0 3409 0 1 0 22 2 0 0 18 0 9 0 1991211040 884449280 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3637/statm: 215930 2885 1638 9 0 210512 0
[pid=3637/tid=3638] ppid=3636 vsize=863720 CPUtime=0.23
/proc/3637/task/3638/stat : 3638 (java) R 3636 3611 2598 0 -1 64 2434 0 1 0 21 2 0 0 18 0 9 0 1991211041 884449280 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4125950613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3637/tid=3639] ppid=3636 vsize=863720 CPUtime=0
/proc/3637/task/3639/stat : 3639 (java) S 3636 3611 2598 0 -1 64 77 0 0 0 0 0 0 0 16 0 9 0 1991211042 884449280 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3637/tid=3640] ppid=3636 vsize=863720 CPUtime=0
/proc/3637/task/3640/stat : 3640 (java) S 3636 3611 2598 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1991211042 884449280 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3637/tid=3641] ppid=3636 vsize=863720 CPUtime=0
/proc/3637/task/3641/stat : 3641 (java) S 3636 3611 2598 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991211042 884449280 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3637/tid=3642] ppid=3636 vsize=863720 CPUtime=0
/proc/3637/task/3642/stat : 3642 (java) S 3636 3611 2598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991211044 884449280 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3637/tid=3643] ppid=3636 vsize=863720 CPUtime=0
/proc/3637/task/3643/stat : 3643 (java) R 3636 3611 2598 0 -1 64 206 0 0 0 0 0 0 0 19 0 9 0 1991211044 884449280 2885 996147200 134512640 134550740 4294956000 18446744073709551615 102091144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3637/tid=3644] ppid=3636 vsize=863720 CPUtime=0
/proc/3637/task/3644/stat : 3644 (java) S 3636 3611 2598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991211044 884449280 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3637/tid=3645] ppid=3636 vsize=863720 CPUtime=0
/proc/3637/task/3645/stat : 3645 (java) S 3636 3611 2598 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1991211044 884449280 2885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 145.98
Current children cumulated vsize (KiB) 882676

[startup+147.802 s]
/proc/loadavg: 1.98 1.97 1.99 4/91 3645
/proc/meminfo: memFree=1063860/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=145.74
/proc/3611/stat : 3611 (sugar) S 3609 3611 2598 0 -1 4194304 1090 158575 0 2 4 1 14275 294 16 0 1 0 1991196306 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3611/statm: 3400 799 370 3 0 500 0
[pid=3636] ppid=3611 vsize=5356 CPUtime=0
/proc/3636/stat : 3636 (sh) S 3611 3611 2598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991211038 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3636/statm: 1339 233 193 169 0 50 0
[pid=3637] ppid=3636 vsize=864040 CPUtime=0.44
/proc/3637/stat : 3637 (java) S 3636 3611 2598 0 -1 0 3874 0 1 0 41 3 0 0 18 0 9 0 1991211040 884776960 3342 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3637/statm: 216010 3342 1662 9 0 210592 0
[pid=3637/tid=3638] ppid=3636 vsize=864040 CPUtime=0.35
/proc/3637/task/3638/stat : 3638 (java) R 3636 3611 2598 0 -1 64 2465 0 1 0 33 2 0 0 20 0 9 0 1991211041 884776960 3342 996147200 134512640 134550740 4294956000 18446744073709551615 4159706645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3637/tid=3639] ppid=3636 vsize=864040 CPUtime=0.01
/proc/3637/task/3639/stat : 3639 (java) S 3636 3611 2598 0 -1 64 394 0 0 0 1 0 0 0 16 0 9 0 1991211042 884776960 3342 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3637/tid=3640] ppid=3636 vsize=864040 CPUtime=0
/proc/3637/task/3640/stat : 3640 (java) S 3636 3611 2598 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1991211042 884776960 3342 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3637/tid=3641] ppid=3636 vsize=864040 CPUtime=0
/proc/3637/task/3641/stat : 3641 (java) S 3636 3611 2598 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991211042 884776960 3342 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3637/tid=3642] ppid=3636 vsize=864040 CPUtime=0
/proc/3637/task/3642/stat : 3642 (java) S 3636 3611 2598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991211044 884776960 3342 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3637/tid=3643] ppid=3636 vsize=864040 CPUtime=0.06
/proc/3637/task/3643/stat : 3643 (java) S 3636 3611 2598 0 -1 64 323 0 0 0 6 0 0 0 18 0 9 0 1991211044 884776960 3342 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3637/tid=3644] ppid=3636 vsize=864040 CPUtime=0
/proc/3637/task/3644/stat : 3644 (java) S 3636 3611 2598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991211044 884776960 3342 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3637/tid=3645] ppid=3636 vsize=864040 CPUtime=0
/proc/3637/task/3645/stat : 3645 (java) S 3636 3611 2598 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991211044 884776960 3342 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 146.18
Current children cumulated vsize (KiB) 882996

[startup+147.902 s]
/proc/loadavg: 1.98 1.97 1.99 4/91 3645
/proc/meminfo: memFree=1063860/2055920 swapFree=4179760/4192956
[pid=3611] ppid=3609 vsize=13600 CPUtime=146.27
/proc/3611/stat : 3611 (sugar) R 3609 3611 2598 0 -1 4194304 1119 162808 0 3 4 9 14316 298 16 0 1 0 1991196306 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 258939261993 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3611/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 146.27
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 147.922
CPU time (s): 146.316
CPU user time (s): 143.213
CPU system time (s): 3.10253
CPU usage (%): 98.9143
Max. virtual memory (cumulated for all children) (KiB): 889908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 143.213
system time used= 3.10253
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163957
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= 48730
involuntary context switches= 53742

runsolver used 0.200969 second user time and 0.496924 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-03 23:57:19
IDJOB=1059255
IDBENCH=54230
IDSOLVER=346
FILE ID=node45/1059255-1215122239
PBS_JOBID= 7877115
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-4-7-fair.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059255-1215122239/watcher-1059255-1215122239 -o /tmp/evaluation-result-1059255-1215122239/solver-1059255-1215122239 -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/minisat" -tmp="HOME/temp" HOME/instance-1059255-1215122239.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 73a261ec0b4f58edcc6e49afacde3cea
RANDOM SEED=1423163426

node45.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.268
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.268
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:       1256868 kB
Buffers:         59500 kB
Cached:         515852 kB
SwapCached:       6932 kB
Active:         368840 kB
Inactive:       359144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1256868 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            2700 kB
Writeback:           0 kB
Mapped:         165968 kB
Slab:            56060 kB
Committed_AS:  4494876 kB
PageTables:       2032 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= 66540 MiB
End job on node45 at 2008-07-03 23:59:47