Trace number 2065505

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 1150.45 1161.58

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-13_ext.xml
MD5SUM0a43ed623093b7647c443dc16926075e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.760884
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 20:52:08 2009
0.05/0.08	c 0	PID 16339
0.05/0.08	c 0	HOST node49.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2065505-1247338328.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065505-1247338328.xml' 'HOME/temp.csp'
0.06/0.69	c 0	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.06/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.73	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/0.81	c 1	Parsing HOME/temp.csp
1.33/1.41	c 1	parsed 31 expressions
1.33/1.42	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.42	c 1	Converting to clausal form CSP
1.33/1.44	c 1	converted 4 (10%) expressions
1.33/1.44	c 1	converted 7 (20%) expressions
1.33/1.44	c 1	converted 10 (30%) expressions
1.33/1.44	c 1	converted 13 (40%) expressions
1.33/1.44	c 1	converted 16 (50%) expressions
1.33/1.44	c 1	converted 19 (60%) expressions
1.33/1.45	c 1	converted 22 (70%) expressions
1.33/1.48	c 1	converted 25 (80%) expressions
1.92/2.06	c 2	converted 28 (90%) expressions
2.61/2.78	c 3	converted 31 (100%) expressions
2.61/2.78	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.61/2.78	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.61/2.78	c 3	Propagation in CSP
2.61/2.78	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.61/2.78	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.61/2.78	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.61/2.78	c 3	Simplifing CSP by introducing new Boolean variables
2.61/2.78	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.61/2.78	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.05	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.91/3.05	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.91/3.05	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.91/3.06	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.91/3.06	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.91/3.06	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.91/3.06	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.91/3.06	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.91/3.06	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.91/3.06	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.91/3.06	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
155.65/157.26	c 157	1 (10%) CSP clauses are encoded (141348 clauses, 6781748 bytes)
322.95/326.19	c 326	2 (20%) CSP clauses are encoded (282426 clauses, 13560756 bytes)
489.84/494.64	c 494	3 (30%) CSP clauses are encoded (423280 clauses, 20559264 bytes)
650.79/657.11	c 657	4 (40%) CSP clauses are encoded (564111 clauses, 27128535 bytes)
810.86/818.77	c 819	5 (50%) CSP clauses are encoded (705110 clauses, 33797221 bytes)
810.86/818.77	c 819	5 CSP clauses encoded
810.86/818.77	c 819	Writing map file : HOME/temp.map
810.86/818.77	c 819	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
810.86/818.77	c 819	SAT : 180 SAT variables, 705110 SAT clauses, 33797221 bytes
810.86/818.77	c 819	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
810.92/818.84	c 819	SOLVING HOME/temp.cnf
810.92/818.84	c 819	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
810.92/818.85	c 819	This is MiniSat 2.0 beta
810.92/818.85	c 819	WARNING: for repeatability, setting FPU to use double precision
810.92/818.85	c 819	============================[ Problem Statistics ]=============================
810.92/818.85	c 819	|                                                                             |
810.92/818.85	c 819	|  Number of variables:  180                                                  |
810.92/818.85	c 819	|  Number of clauses:    705110                                               |
811.89/819.85	c 820	|  Parsing time:         0.91         s                                       |
811.98/819.92	c 820	============================[ Search Statistics ]==============================
811.98/819.92	c 820	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
811.98/819.92	c 820	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
811.98/819.92	c 820	===============================================================================
811.98/819.92	c 820	|         0 |     180   705110  8859275 |   235036        0    nan |  0.000 % |
812.18/820.17	c 820	|       100 |     180   705110  8859275 |   258540      100      8 |  0.003 % |
812.68/820.64	c 820	|       250 |     180   705110  8859275 |   284394      250      8 |  0.028 % |
813.17/821.15	c 821	|       476 |     180   705110  8859275 |   312833      476      8 |  0.028 % |
813.86/821.88	c 822	|       815 |     180   705110  8859275 |   344117      815      8 |  0.028 % |
814.56/822.54	c 822	|      1323 |     180   705110  8859275 |   378528     1323      9 |  0.016 % |
815.75/823.79	c 824	|      2083 |     180   705110  8859275 |   416381     2083     10 |  0.022 % |
818.22/826.25	c 826	|      3223 |     180   705110  8859275 |   458019     3223     10 |  0.025 % |
821.39/829.41	c 829	|      4931 |     180   705110  8859275 |   503821     4931     10 |  0.034 % |
825.75/833.88	c 834	|      7495 |     180   705110  8859275 |   554204     7495     10 |  0.034 % |
833.47/841.68	c 841	|     11339 |     180   705110  8859275 |   609624    11339     10 |  0.049 % |
845.06/853.39	c 853	|     17106 |     179   705110  8859275 |   670587    17105     10 |  0.559 % |
860.72/869.14	c 869	|     25756 |     179   705110  8859275 |   737645    25755     11 |  0.571 % |
891.03/899.74	c 899	|     38732 |     179   705110  8859275 |   811410    38731     12 |  0.559 % |
929.16/938.24	c 938	|     58193 |     178   705110  8859275 |   892551    58191     12 |  1.114 % |
990.58/1000.26	c 1000	|     87386 |     176   705110  8859275 |   981806    87383     12 |  2.228 % |
1097.16/1107.81	c 1108	|    131176 |     176   705110  8859275 |  1079987   131173     12 |  2.253 % |
1150.27/1161.40	c 1161	===============================================================================
1150.27/1161.40	c 1161	restarts              : 17
1150.27/1161.40	c 1161	conflicts             : 149631         (441 /sec)
1150.27/1161.40	c 1161	decisions             : 185800         (1.65 % random) (548 /sec)
1150.27/1161.40	c 1161	propagations          : 2377754        (7010 /sec)
1150.27/1161.40	c 1161	conflict literals     : 1802866        (20.57 % deleted)
1150.27/1161.40	c 1161	Memory used           : 79.37 MB
1150.27/1161.40	c 1161	CPU time              : 339.21 s
1150.27/1161.40	c 1161	
1150.27/1161.40	c 1161	UNSATISFIABLE
1150.27/1161.42	c 1161	DECODING HOME/temp.out WITH HOME/temp.map
1150.27/1161.42	c 1161	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1150.36/1161.51	c 1161	Decoding HOME/temp.out
1150.36/1161.53	s UNSATISFIABLE
1150.36/1161.54	c 1161	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1150.36/1161.56	c 1161	CPU 1150.41 (0.06 0.02 1149.6 0.73)
1150.36/1161.56	c 1161	END Sat Jul 11 21:11:29 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.36 2.14 2.04 4/80 16339
/proc/meminfo: memFree=1408368/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=12268 CPUtime=0
/proc/16339/stat : 16339 (sugar) R 16337 16339 15496 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20893116 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 224627751525 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16339/statm: 3067 316 241 3 0 167 0

[startup+0.0634839 s]
/proc/loadavg: 2.36 2.14 2.04 4/80 16339
/proc/meminfo: memFree=1408368/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16080 CPUtime=0.05
/proc/16339/stat : 16339 (sugar) R 16337 16339 15496 0 -1 4194304 928 0 0 0 4 1 0 0 18 0 1 0 20893116 16465920 896 996147200 4194304 4206940 548682068608 18446744073709551615 224645188501 0 0 4224 0 0 0 0 17 1 0 0
/proc/16339/statm: 4020 896 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.10196 s]
/proc/loadavg: 2.36 2.14 2.04 4/80 16339
/proc/meminfo: memFree=1408368/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=0.06
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20893116 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301521 s]
/proc/loadavg: 2.36 2.14 2.04 4/80 16339
/proc/meminfo: memFree=1408368/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=0.06
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20893116 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701575 s]
/proc/loadavg: 2.36 2.14 2.04 4/80 16339
/proc/meminfo: memFree=1408368/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=0.06
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1245 128 0 0 5 1 0 0 16 0 1 0 20893116 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50269 s]
/proc/loadavg: 2.36 2.14 2.04 5/91 16361
/proc/meminfo: memFree=1395992/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=0.68
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1310 8040 0 1 6 1 55 6 15 0 1 0 20893116 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1111 409 3 0 796 0
[pid=16352] ppid=16339 vsize=5356 CPUtime=0
/proc/16352/stat : 16352 (sh) S 16339 16339 15496 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20893189 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16352/statm: 1339 233 193 169 0 50 0
[pid=16353] ppid=16352 vsize=864524 CPUtime=0.74
/proc/16353/stat : 16353 (java) S 16352 16339 15496 0 -1 0 8567 0 1 0 70 4 0 0 18 0 9 0 20893190 885272576 7792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 216131 7792 2568 9 0 210636 0
[pid=16353/tid=16354] ppid=16352 vsize=864524 CPUtime=0.45
/proc/16353/task/16354/stat : 16354 (java) R 16352 16339 15496 0 -1 64 2572 0 1 0 43 2 0 0 23 0 9 0 20893191 885272576 7792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16355] ppid=16352 vsize=864524 CPUtime=0.22
/proc/16353/task/16355/stat : 16355 (java) R 16352 16339 15496 0 -1 64 4985 0 0 0 21 1 0 0 16 0 9 0 20893192 885272576 7792 996147200 134512640 134550932 4294955936 18446744073709551615 102758036 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16356] ppid=16352 vsize=864524 CPUtime=0
/proc/16353/task/16356/stat : 16356 (java) S 16352 16339 15496 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20893192 885272576 7792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16357] ppid=16352 vsize=864524 CPUtime=0
/proc/16353/task/16357/stat : 16357 (java) S 16352 16339 15496 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20893192 885272576 7792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16358] ppid=16352 vsize=864524 CPUtime=0
/proc/16353/task/16358/stat : 16358 (java) S 16352 16339 15496 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20893194 885272576 7792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16359] ppid=16352 vsize=864524 CPUtime=0.04
/proc/16353/task/16359/stat : 16359 (java) S 16352 16339 15496 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 20893194 885272576 7792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16360] ppid=16352 vsize=864524 CPUtime=0
/proc/16353/task/16360/stat : 16360 (java) S 16352 16339 15496 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20893194 885272576 7792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16361] ppid=16352 vsize=864524 CPUtime=0
/proc/16353/task/16361/stat : 16361 (java) S 16352 16339 15496 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20893194 885272576 7792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886748

[startup+3.10293 s]
/proc/loadavg: 2.36 2.14 2.04 4/91 16361
/proc/meminfo: memFree=1365080/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=0.68
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1310 8040 0 1 6 1 55 6 15 0 1 0 20893116 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1111 409 3 0 796 0
[pid=16352] ppid=16339 vsize=5356 CPUtime=0
/proc/16352/stat : 16352 (sh) S 16339 16339 15496 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20893189 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16352/statm: 1339 233 193 169 0 50 0
[pid=16353] ppid=16352 vsize=864512 CPUtime=2.33
/proc/16353/stat : 16353 (java) S 16352 16339 15496 0 -1 0 18468 0 1 0 221 12 0 0 18 0 9 0 20893190 885260288 17083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 216128 17083 2590 9 0 210605 0
[pid=16353/tid=16354] ppid=16352 vsize=864512 CPUtime=0.85
/proc/16353/task/16354/stat : 16354 (java) R 16352 16339 15496 0 -1 64 3290 0 1 0 82 3 0 0 18 0 9 0 20893191 885260288 17083 996147200 134512640 134550932 4294955936 18446744073709551615 4126542127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16355] ppid=16352 vsize=864512 CPUtime=1.4
/proc/16353/task/16355/stat : 16355 (java) S 16352 16339 15496 0 -1 64 14157 0 0 0 132 8 0 0 18 0 9 0 20893192 885260288 17083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16356] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16356/stat : 16356 (java) S 16352 16339 15496 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20893192 885260288 17083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16357] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16357/stat : 16357 (java) S 16352 16339 15496 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20893192 885260288 17083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16358] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16358/stat : 16358 (java) S 16352 16339 15496 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20893194 885260288 17083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16359] ppid=16352 vsize=864512 CPUtime=0.06
/proc/16353/task/16359/stat : 16359 (java) S 16352 16339 15496 0 -1 64 318 0 0 0 6 0 0 0 16 0 9 0 20893194 885260288 17083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16360] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16360/stat : 16360 (java) S 16352 16339 15496 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20893194 885260288 17083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16361] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16361/stat : 16361 (java) S 16352 16339 15496 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20893194 885260288 17083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886736

[startup+6.30136 s]
/proc/loadavg: 2.33 2.14 2.04 3/91 16361
/proc/meminfo: memFree=1345368/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=0.68
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1310 8040 0 1 6 1 55 6 15 0 1 0 20893116 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1111 409 3 0 796 0
[pid=16352] ppid=16339 vsize=5356 CPUtime=0
/proc/16352/stat : 16352 (sh) S 16339 16339 15496 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20893189 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16352/statm: 1339 233 193 169 0 50 0
[pid=16353] ppid=16352 vsize=864512 CPUtime=5.49
/proc/16353/stat : 16353 (java) S 16352 16339 15496 0 -1 0 18498 0 1 0 537 12 0 0 18 0 9 0 20893190 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 216128 17098 2590 9 0 210605 0
[pid=16353/tid=16354] ppid=16352 vsize=864512 CPUtime=3.94
/proc/16353/task/16354/stat : 16354 (java) R 16352 16339 15496 0 -1 64 3308 0 1 0 391 3 0 0 25 0 9 0 20893191 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4126556591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16355] ppid=16352 vsize=864512 CPUtime=1.44
/proc/16353/task/16355/stat : 16355 (java) S 16352 16339 15496 0 -1 64 14157 0 0 0 136 8 0 0 16 0 9 0 20893192 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16356] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16356/stat : 16356 (java) S 16352 16339 15496 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20893192 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16357] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16357/stat : 16357 (java) S 16352 16339 15496 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20893192 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16358] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16358/stat : 16358 (java) S 16352 16339 15496 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20893194 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16359] ppid=16352 vsize=864512 CPUtime=0.08
/proc/16353/task/16359/stat : 16359 (java) S 16352 16339 15496 0 -1 64 330 0 0 0 8 0 0 0 16 0 9 0 20893194 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16360] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16360/stat : 16360 (java) S 16352 16339 15496 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20893194 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16361] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16361/stat : 16361 (java) S 16352 16339 15496 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20893194 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886736

[startup+12.7013 s]
/proc/loadavg: 2.30 2.14 2.04 3/91 16361
/proc/meminfo: memFree=1345176/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=0.68
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1310 8040 0 1 6 1 55 6 15 0 1 0 20893116 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1111 409 3 0 796 0
[pid=16352] ppid=16339 vsize=5356 CPUtime=0
/proc/16352/stat : 16352 (sh) S 16339 16339 15496 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20893189 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16352/statm: 1339 233 193 169 0 50 0
[pid=16353] ppid=16352 vsize=864512 CPUtime=11.83
/proc/16353/stat : 16353 (java) S 16352 16339 15496 0 -1 0 18498 0 1 0 1171 12 0 0 18 0 9 0 20893190 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 216128 17098 2590 9 0 210605 0
[pid=16353/tid=16354] ppid=16352 vsize=864512 CPUtime=10.28
/proc/16353/task/16354/stat : 16354 (java) R 16352 16339 15496 0 -1 64 3308 0 1 0 1025 3 0 0 25 0 9 0 20893191 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4126562202 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16355] ppid=16352 vsize=864512 CPUtime=1.44
/proc/16353/task/16355/stat : 16355 (java) S 16352 16339 15496 0 -1 64 14157 0 0 0 136 8 0 0 16 0 9 0 20893192 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16356] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16356/stat : 16356 (java) S 16352 16339 15496 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20893192 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16357] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16357/stat : 16357 (java) S 16352 16339 15496 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20893192 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16358] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16358/stat : 16358 (java) S 16352 16339 15496 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20893194 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16359] ppid=16352 vsize=864512 CPUtime=0.08
/proc/16353/task/16359/stat : 16359 (java) S 16352 16339 15496 0 -1 64 330 0 0 0 8 0 0 0 16 0 9 0 20893194 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16360] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16360/stat : 16360 (java) S 16352 16339 15496 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20893194 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16361] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16361/stat : 16361 (java) S 16352 16339 15496 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20893194 885260288 17098 996147200 134512640 134550932 4294955936 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) 886736

[startup+25.5021 s]
/proc/loadavg: 2.23 2.13 2.04 3/91 16361
/proc/meminfo: memFree=1345240/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=0.68
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1310 8040 0 1 6 1 55 6 15 0 1 0 20893116 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1111 409 3 0 796 0
[pid=16352] ppid=16339 vsize=5356 CPUtime=0
/proc/16352/stat : 16352 (sh) S 16339 16339 15496 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20893189 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16352/statm: 1339 233 193 169 0 50 0
[pid=16353] ppid=16352 vsize=864512 CPUtime=24.51
/proc/16353/stat : 16353 (java) S 16352 16339 15496 0 -1 0 18510 0 1 0 2439 12 0 0 18 0 9 0 20893190 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 216128 17098 2590 9 0 210605 0
[pid=16353/tid=16354] ppid=16352 vsize=864512 CPUtime=22.91
/proc/16353/task/16354/stat : 16354 (java) R 16352 16339 15496 0 -1 64 3320 0 1 0 2288 3 0 0 25 0 9 0 20893191 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4126556578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16355] ppid=16352 vsize=864512 CPUtime=1.49
/proc/16353/task/16355/stat : 16355 (java) S 16352 16339 15496 0 -1 64 14157 0 0 0 141 8 0 0 16 0 9 0 20893192 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16356] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16356/stat : 16356 (java) S 16352 16339 15496 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20893192 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16357] ppid=16352 vsize=864512 CPUtime=0
/proc/16353/task/16357/stat : 16357 (java) S 16352 16339 15496 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20893192 885260288 17098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16358] ppid=16352 vsize=864512 CPUtime=0

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

Current children cumulated CPU time (s) 992.66
Current children cumulated vsize (KiB) 97196

[startup+1062.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/83 16369
/proc/meminfo: memFree=1296728/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=810.95
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1374 44664 0 2 6 1 81031 57 16 0 1 0 20893116 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1112 409 3 0 796 0
[pid=16368] ppid=16339 vsize=5356 CPUtime=0
/proc/16368/stat : 16368 (sh) S 16339 16339 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20975000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16368/statm: 1339 232 193 169 0 50 0
[pid=16369] ppid=16368 vsize=77272 CPUtime=241.15
/proc/16369/stat : 16369 (minisat) R 16368 16339 15496 0 -1 4194304 18252 0 0 0 24104 11 0 0 25 0 1 0 20975001 79126528 18238 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/16369/statm: 19318 18238 75 150 0 19165 0
Current children cumulated CPU time (s) 1052.1
Current children cumulated vsize (KiB) 99496

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 16369
/proc/meminfo: memFree=1294296/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=810.95
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1374 44664 0 2 6 1 81031 57 16 0 1 0 20893116 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1112 409 3 0 796 0
[pid=16368] ppid=16339 vsize=5356 CPUtime=0
/proc/16368/stat : 16368 (sh) S 16339 16339 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20975000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16368/statm: 1339 232 193 169 0 50 0
[pid=16369] ppid=16368 vsize=79604 CPUtime=300.58
/proc/16369/stat : 16369 (minisat) R 16368 16339 15496 0 -1 4194304 18841 0 0 0 30047 11 0 0 25 0 1 0 20975001 81514496 18827 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16369/statm: 19901 18827 75 150 0 19748 0
Current children cumulated CPU time (s) 1111.53
Current children cumulated vsize (KiB) 101828

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

[startup+1126.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 16369
/proc/meminfo: memFree=1294104/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=810.95
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1374 44664 0 2 6 1 81031 57 16 0 1 0 20893116 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1112 409 3 0 796 0
[pid=16368] ppid=16339 vsize=5356 CPUtime=0
/proc/16368/stat : 16368 (sh) S 16339 16339 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20975000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16368/statm: 1339 232 193 169 0 50 0
[pid=16369] ppid=16368 vsize=79868 CPUtime=304.54
/proc/16369/stat : 16369 (minisat) R 16368 16339 15496 0 -1 4194304 18879 0 0 0 30443 11 0 0 25 0 1 0 20975001 81784832 18865 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16369/statm: 19967 18865 75 150 0 19814 0
Current children cumulated CPU time (s) 1115.49
Current children cumulated vsize (KiB) 102092

[startup+1139.1 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 16369
/proc/meminfo: memFree=1293656/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=810.95
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1374 44664 0 2 6 1 81031 57 16 0 1 0 20893116 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1112 409 3 0 796 0
[pid=16368] ppid=16339 vsize=5356 CPUtime=0
/proc/16368/stat : 16368 (sh) S 16339 16339 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20975000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16368/statm: 1339 232 193 169 0 50 0
[pid=16369] ppid=16368 vsize=80436 CPUtime=317.23
/proc/16369/stat : 16369 (minisat) R 16368 16339 15496 0 -1 4194304 18988 0 0 0 31711 12 0 0 25 0 1 0 20975001 82366464 18974 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16369/statm: 20109 18974 75 150 0 19956 0
Current children cumulated CPU time (s) 1128.18
Current children cumulated vsize (KiB) 102660

[startup+1151.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 16369
/proc/meminfo: memFree=1293208/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=810.95
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1374 44664 0 2 6 1 81031 57 16 0 1 0 20893116 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1112 409 3 0 796 0
[pid=16368] ppid=16339 vsize=5356 CPUtime=0
/proc/16368/stat : 16368 (sh) S 16339 16339 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20975000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16368/statm: 1339 232 193 169 0 50 0
[pid=16369] ppid=16368 vsize=80984 CPUtime=329.91
/proc/16369/stat : 16369 (minisat) R 16368 16339 15496 0 -1 4194304 19107 0 0 0 32979 12 0 0 25 0 1 0 20975001 82927616 19093 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/16369/statm: 20246 19093 75 150 0 20093 0
Current children cumulated CPU time (s) 1140.86
Current children cumulated vsize (KiB) 103208

[startup+1158.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 16369
/proc/meminfo: memFree=1292952/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=810.95
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1374 44664 0 2 6 1 81031 57 16 0 1 0 20893116 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1112 409 3 0 796 0
[pid=16368] ppid=16339 vsize=5356 CPUtime=0
/proc/16368/stat : 16368 (sh) S 16339 16339 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20975000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16368/statm: 1339 232 193 169 0 50 0
[pid=16369] ppid=16368 vsize=81268 CPUtime=336.25
/proc/16369/stat : 16369 (minisat) R 16368 16339 15496 0 -1 4194304 19163 0 0 0 33613 12 0 0 25 0 1 0 20975001 83218432 19149 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16369/statm: 20317 19149 75 150 0 20164 0
Current children cumulated CPU time (s) 1147.2
Current children cumulated vsize (KiB) 103492

[startup+1159.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 16369
/proc/meminfo: memFree=1292952/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=810.95
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1374 44664 0 2 6 1 81031 57 16 0 1 0 20893116 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1112 409 3 0 796 0
[pid=16368] ppid=16339 vsize=5356 CPUtime=0
/proc/16368/stat : 16368 (sh) S 16339 16339 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20975000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16368/statm: 1339 232 193 169 0 50 0
[pid=16369] ppid=16368 vsize=81268 CPUtime=337.83
/proc/16369/stat : 16369 (minisat) R 16368 16339 15496 0 -1 4194304 19163 0 0 0 33771 12 0 0 25 0 1 0 20975001 83218432 19149 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16369/statm: 20317 19149 75 150 0 20164 0
Current children cumulated CPU time (s) 1148.78
Current children cumulated vsize (KiB) 103492

[startup+1160.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 16369
/proc/meminfo: memFree=1292952/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=810.95
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1374 44664 0 2 6 1 81031 57 16 0 1 0 20893116 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1112 409 3 0 796 0
[pid=16368] ppid=16339 vsize=5356 CPUtime=0
/proc/16368/stat : 16368 (sh) S 16339 16339 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20975000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16368/statm: 1339 232 193 169 0 50 0
[pid=16369] ppid=16368 vsize=81268 CPUtime=338.62
/proc/16369/stat : 16369 (minisat) R 16368 16339 15496 0 -1 4194304 19163 0 0 0 33850 12 0 0 25 0 1 0 20975001 83218432 19149 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16369/statm: 20317 19149 75 150 0 20164 0
Current children cumulated CPU time (s) 1149.57
Current children cumulated vsize (KiB) 103492

[startup+1161.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 16369
/proc/meminfo: memFree=1292952/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=810.95
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1374 44664 0 2 6 1 81031 57 16 0 1 0 20893116 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1112 409 3 0 796 0
[pid=16368] ppid=16339 vsize=5356 CPUtime=0
/proc/16368/stat : 16368 (sh) S 16339 16339 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20975000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16368/statm: 1339 232 193 169 0 50 0
[pid=16369] ppid=16368 vsize=81268 CPUtime=339.02
/proc/16369/stat : 16369 (minisat) R 16368 16339 15496 0 -1 4194304 19164 0 0 0 33890 12 0 0 25 0 1 0 20975001 83218432 19150 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/16369/statm: 20317 19150 75 150 0 20164 0
Current children cumulated CPU time (s) 1149.97
Current children cumulated vsize (KiB) 103492

[startup+1161.5 s]
/proc/loadavg: 2.00 2.02 2.00 4/91 16379
/proc/meminfo: memFree=1365528/2055920 swapFree=4192812/4192956
[pid=16339] ppid=16337 vsize=16868 CPUtime=1150.31
/proc/16339/stat : 16339 (sugar) S 16337 16339 15496 0 -1 4194304 1427 64122 0 2 6 2 114952 71 17 0 1 0 20893116 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16339/statm: 4217 1112 409 3 0 796 0
[pid=16370] ppid=16339 vsize=5356 CPUtime=0
/proc/16370/stat : 16370 (sh) S 16339 16339 15496 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21009258 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16370/statm: 1339 233 193 169 0 50 0
[pid=16371] ppid=16370 vsize=861900 CPUtime=0.05
/proc/16371/stat : 16371 (java) S 16370 16339 15496 0 -1 0 2521 0 1 0 4 1 0 0 18 0 9 0 21009259 882585600 2033 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16371/statm: 215475 2033 1131 9 0 210388 0
[pid=16371/tid=16372] ppid=16370 vsize=861900 CPUtime=0.04
/proc/16371/task/16372/stat : 16372 (java) R 16370 16339 15496 0 -1 64 1617 0 1 0 4 0 0 0 18 0 9 0 21009260 882585600 2033 996147200 134512640 134550932 4294955984 18446744073709551615 102860767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16371/tid=16373] ppid=16370 vsize=861900 CPUtime=0
/proc/16371/task/16373/stat : 16373 (java) S 16370 16339 15496 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 21009261 882585600 2033 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16371/tid=16374] ppid=16370 vsize=861900 CPUtime=0
/proc/16371/task/16374/stat : 16374 (java) S 16370 16339 15496 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21009262 882585600 2033 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16371/tid=16375] ppid=16370 vsize=861900 CPUtime=0
/proc/16371/task/16375/stat : 16375 (java) S 16370 16339 15496 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21009262 882585600 2033 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16371/tid=16376] ppid=16370 vsize=861900 CPUtime=0
/proc/16371/task/16376/stat : 16376 (java) S 16370 16339 15496 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21009264 882585600 2033 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16371/tid=16377] ppid=16370 vsize=861900 CPUtime=0
/proc/16371/task/16377/stat : 16377 (java) R 16370 16339 15496 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 21009264 882585600 2033 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16371/tid=16378] ppid=16370 vsize=861900 CPUtime=0
/proc/16371/task/16378/stat : 16378 (java) S 16370 16339 15496 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21009264 882585600 2033 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16371/tid=16379] ppid=16370 vsize=861900 CPUtime=0
/proc/16371/task/16379/stat : 16379 (java) S 16370 16339 15496 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 21009264 882585600 2033 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1150.36
Current children cumulated vsize (KiB) 884124

Child status: 0
Real time (s): 1161.58
CPU time (s): 1150.45
CPU user time (s): 1149.67
CPU system time (s): 0.780881
CPU usage (%): 99.0423
Max. virtual memory (cumulated for all children) (KiB): 893868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1149.67
system time used= 0.780881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69316
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= 22968
involuntary context switches= 68171

runsolver used 1.41478 second user time and 3.90641 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-11 20:52:08
IDJOB=2065505
IDBENCH=54366
IDSOLVER=739
FILE ID=node49/2065505-1247338328
PBS_JOBID= 9506652
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-13_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065505-1247338328/watcher-2065505-1247338328 -o /tmp/evaluation-result-2065505-1247338328/solver-2065505-1247338328 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065505-1247338328.xml

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

MD5SUM BENCH= 0a43ed623093b7647c443dc16926075e
RANDOM SEED=1657305614

node49.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.232
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.232
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:       1408848 kB
Buffers:         11072 kB
Cached:          75016 kB
SwapCached:          0 kB
Active:         567304 kB
Inactive:        28128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1408848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:         527200 kB
Slab:            35644 kB
Committed_AS:   920608 kB
PageTables:       2752 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= 66368 MiB
End job on node49 at 2009-07-11 21:11:29